File tree 4 files changed +14
-5
lines changed
4 files changed +14
-5
lines changed 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.2 ] - 21-04-2024
6
+
7
+ - test support for WP v6.5.2
8
+
5
9
## [ 0.9.1 ] - 30-01-2022
6
10
7
11
- Fix support WP version
12
+
8
13
## [ 0.9.0 ] - 30-01-2022
9
14
10
15
- 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: 5.9
11
+ Tested up to: 6.5.2
12
12
13
- Stable tag: 0.9.1
13
+ Stable tag: 0.9.2
14
14
15
15
Requires PHP: 5.2.4
16
16
Original file line number Diff line number Diff line change 1
1
<?php
2
+
2
3
/**
3
4
* The initation loader for Firebase, and the main plugin file.
4
5
*
15
16
* Author URI: http://dalenguyen.me
16
17
* Contributors: Dale Nguyen (@dalenguyen)
17
18
*
18
- * Version: 0.9.1
19
+ * Version: 0.9.2
19
20
*
20
21
* Text Domain: integrate-firebase
21
22
*
53
54
exit ;
54
55
}
55
56
56
- define ('FIREBASE_WP_VERSION ' , '0.9.1 ' );
57
+ define ('FIREBASE_WP_VERSION ' , '0.9.2 ' );
57
58
define ('FIREBASE_WP__MINIMUM_WP_VERSION ' , '4.0.0 ' );
58
59
define ('FIREBASE_WP__PLUGIN_DIR ' , plugin_dir_path (__FILE__ ));
59
60
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ 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.9
6
+ Tested up to: 6.5.2
7
7
Stable tag: 0.9.1
8
8
Requires PHP: 5.2.4
9
9
License: GPLv2 or later
@@ -97,6 +97,9 @@ This is a shortcode for log out button.
97
97
98
98
== Changelog ==
99
99
100
+ = 0.9.1 =
101
+ * test support for WP v6.5.2
102
+
100
103
= 0.9.1 =
101
104
* Fix support WP version
102
105
You can’t perform that action at this time.
0 commit comments