File tree 5 files changed +14
-8
lines changed
5 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 19
19
SVN_PASSWORD : ${{ secrets.SVN_PASSWORD }}
20
20
SVN_USERNAME : ${{ secrets.SVN_USERNAME }}
21
21
SLUG : integrate-firebase
22
- VERSION : 0.9.0
22
+ VERSION : 0.9.1
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.9.1 ] - 30-01-2022
6
+
7
+ - Fix support WP version
5
8
## [ 0.9.0 ] - 30-01-2022
6
9
7
10
- Bump support version to WordPress v5.9
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ Tags: firebase, wordpress
8
8
9
9
Requires at least: 4.0.0
10
10
11
- Tested up to: 4.9.6
11
+ Tested up to: 5.9
12
12
13
- Stable tag: 0.8.0
13
+ Stable tag: 0.9.1
14
14
15
15
Requires PHP: 5.2.4
16
16
Original file line number Diff line number Diff line change 15
15
* Author URI: http://dalenguyen.me
16
16
* Contributors: Dale Nguyen (@dalenguyen)
17
17
*
18
- * Version: 0.9.0
18
+ * Version: 0.9.1
19
19
*
20
20
* Text Domain: integrate-firebase
21
21
*
53
53
exit ;
54
54
}
55
55
56
- define ('FIREBASE_WP_VERSION ' , '0.9.0 ' );
56
+ define ('FIREBASE_WP_VERSION ' , '0.9.1 ' );
57
57
define ('FIREBASE_WP__MINIMUM_WP_VERSION ' , '4.0.0 ' );
58
58
define ('FIREBASE_WP__PLUGIN_DIR ' , plugin_dir_path (__FILE__ ));
59
59
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ Contributors: hanthuy
3
3
Donate link: https://www.paypal.me/DaleNguyen
4
4
Tags: firebase
5
5
Requires at least: 4.0.0
6
- Tested up to: 5.6
7
- Stable tag: 0.9.0
6
+ Tested up to: 5.9
7
+ Stable tag: 0.9.1
8
8
Requires PHP: 5.2.4
9
9
License: GPLv2 or later
10
10
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -97,7 +97,10 @@ This is a shortcode for log out button.
97
97
98
98
== Changelog ==
99
99
100
- = 0.8.0 =
100
+ = 0.9.1 =
101
+ * Fix support WP version
102
+
103
+ = 0.9.0 =
101
104
* Bump support version to WordPress v5.9
102
105
103
106
= 0.8.0 =
You can’t perform that action at this time.
0 commit comments