Skip to content

Commit d364efd

Browse files
committed
V7 alpha 002
1 parent 69abd5e commit d364efd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
=== Plugin Name ===
22
Contributors: leonstafford
3-
Donate link: https://leonstafford.github.io
43
Tags: wp2static,s3,static
54
Requires at least: 3.2
65
Tested up to: 5.4
7-
Stable tag: 1.0-alpha-1
6+
Stable tag: 1.0-alpha-002
87
License: Unlicense
98
License URI: http://unlicense.org
109

wp2static-addon-s3.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
@@ -17,7 +17,7 @@
1717
}
1818

1919
define( '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

2222
require WP2STATIC_S3_PATH . 'vendor/autoload.php';
2323

0 commit comments

Comments
 (0)