Skip to content

Commit 8f144e6

Browse files
authored
Merge pull request #190 from dalenguyen/develop
fix support wp version
2 parents 0d25374 + 18d3121 commit 8f144e6

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.github/workflows/master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
2020
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
2121
SLUG: integrate-firebase
22-
VERSION: 0.9.0
22+
VERSION: 0.9.1

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [ 0.9.1 ] - 30-01-2022
6+
7+
- Fix support WP version
58
## [ 0.9.0 ] - 30-01-2022
69

710
- Bump support version to WordPress v5.9

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Tags: firebase, wordpress
88

99
Requires at least: 4.0.0
1010

11-
Tested up to: 4.9.6
11+
Tested up to: 5.9
1212

13-
Stable tag: 0.8.0
13+
Stable tag: 0.9.1
1414

1515
Requires PHP: 5.2.4
1616

init.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Author URI: http://dalenguyen.me
1616
* Contributors: Dale Nguyen (@dalenguyen)
1717
*
18-
* Version: 0.9.0
18+
* Version: 0.9.1
1919
*
2020
* Text Domain: integrate-firebase
2121
*
@@ -53,7 +53,7 @@
5353
exit;
5454
}
5555

56-
define('FIREBASE_WP_VERSION', '0.9.0');
56+
define('FIREBASE_WP_VERSION', '0.9.1');
5757
define('FIREBASE_WP__MINIMUM_WP_VERSION', '4.0.0');
5858
define('FIREBASE_WP__PLUGIN_DIR', plugin_dir_path(__FILE__));
5959

readme.txt

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: hanthuy
33
Donate link: https://www.paypal.me/DaleNguyen
44
Tags: firebase
55
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
88
Requires PHP: 5.2.4
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -97,7 +97,10 @@ This is a shortcode for log out button.
9797

9898
== Changelog ==
9999

100-
= 0.8.0 =
100+
= 0.9.1 =
101+
* Fix support WP version
102+
103+
= 0.9.0 =
101104
* Bump support version to WordPress v5.9
102105

103106
= 0.8.0 =

0 commit comments

Comments
 (0)