File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11=== Plugin Name ===
22Contributors: leonstafford
3- Donate link: https://leonstafford.github.io
43Tags: wp2static,s3,static
54Requires at least: 3.2
65Tested up to: 5.4
7- Stable tag: 1.0-alpha-1
6+ Stable tag: 1.0-alpha-002
87License: Unlicense
98License URI: http://unlicense.org
109
Original file line number Diff line number Diff line change 44 * Plugin Name: WP2Static Add-on: S3 Deployment
55 * Plugin URI: https://wp2static.com
66 * Description: AWS S3 deployment add-on for WP2Static.
7- * Version: 1.0-alpha-1
7+ * Version: 1.0-alpha-002
88 * Author: Leon Stafford
99 * Author URI: https://ljs.dev
1010 * License: Unlicense
1717}
1818
1919define ( 'WP2STATIC_S3_PATH ' , plugin_dir_path ( __FILE__ ) );
20- define ( 'WP2STATIC_S3_VERSION ' , '1.0-alpha-1 ' );
20+ define ( 'WP2STATIC_S3_VERSION ' , '1.0-alpha-002 ' );
2121
2222require WP2STATIC_S3_PATH . 'vendor/autoload.php ' ;
2323
You can’t perform that action at this time.
0 commit comments