Skip to content

Commit 11c3e24

Browse files
authored
Merge pull request #211 from dalenguyen/update-version
bump version
2 parents 8f144e6 + 60ce9ae commit 11c3e24

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

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

5+
## [ 0.9.2 ] - 21-04-2024
6+
7+
- test support for WP v6.5.2
8+
59
## [ 0.9.1 ] - 30-01-2022
610

711
- Fix support WP version
12+
813
## [ 0.9.0 ] - 30-01-2022
914

1015
- 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: 5.9
11+
Tested up to: 6.5.2
1212

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

1515
Requires PHP: 5.2.4
1616

init.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* The initation loader for Firebase, and the main plugin file.
45
*
@@ -15,7 +16,7 @@
1516
* Author URI: http://dalenguyen.me
1617
* Contributors: Dale Nguyen (@dalenguyen)
1718
*
18-
* Version: 0.9.1
19+
* Version: 0.9.2
1920
*
2021
* Text Domain: integrate-firebase
2122
*
@@ -53,7 +54,7 @@
5354
exit;
5455
}
5556

56-
define('FIREBASE_WP_VERSION', '0.9.1');
57+
define('FIREBASE_WP_VERSION', '0.9.2');
5758
define('FIREBASE_WP__MINIMUM_WP_VERSION', '4.0.0');
5859
define('FIREBASE_WP__PLUGIN_DIR', plugin_dir_path(__FILE__));
5960

readme.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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.9
6+
Tested up to: 6.5.2
77
Stable tag: 0.9.1
88
Requires PHP: 5.2.4
99
License: GPLv2 or later
@@ -97,6 +97,9 @@ This is a shortcode for log out button.
9797

9898
== Changelog ==
9999

100+
= 0.9.1 =
101+
* test support for WP v6.5.2
102+
100103
= 0.9.1 =
101104
* Fix support WP version
102105

0 commit comments

Comments
 (0)