Skip to content

Commit

Permalink
Merge pull request #211 from dalenguyen/update-version
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
dalenguyen authored Apr 21, 2024
2 parents 8f144e6 + 60ce9ae commit 11c3e24
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

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

## [ 0.9.2 ] - 21-04-2024

- test support for WP v6.5.2

## [ 0.9.1 ] - 30-01-2022

- Fix support WP version

## [ 0.9.0 ] - 30-01-2022

- Bump support version to WordPress v5.9
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Tags: firebase, wordpress

Requires at least: 4.0.0

Tested up to: 5.9
Tested up to: 6.5.2

Stable tag: 0.9.1
Stable tag: 0.9.2

Requires PHP: 5.2.4

Expand Down
5 changes: 3 additions & 2 deletions init.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* The initation loader for Firebase, and the main plugin file.
*
Expand All @@ -15,7 +16,7 @@
* Author URI: http://dalenguyen.me
* Contributors: Dale Nguyen (@dalenguyen)
*
* Version: 0.9.1
* Version: 0.9.2
*
* Text Domain: integrate-firebase
*
Expand Down Expand Up @@ -53,7 +54,7 @@
exit;
}

define('FIREBASE_WP_VERSION', '0.9.1');
define('FIREBASE_WP_VERSION', '0.9.2');
define('FIREBASE_WP__MINIMUM_WP_VERSION', '4.0.0');
define('FIREBASE_WP__PLUGIN_DIR', plugin_dir_path(__FILE__));

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: hanthuy
Donate link: https://www.paypal.me/DaleNguyen
Tags: firebase
Requires at least: 4.0.0
Tested up to: 5.9
Tested up to: 6.5.2
Stable tag: 0.9.1
Requires PHP: 5.2.4
License: GPLv2 or later
Expand Down Expand Up @@ -97,6 +97,9 @@ This is a shortcode for log out button.

== Changelog ==

= 0.9.1 =
* test support for WP v6.5.2

= 0.9.1 =
* Fix support WP version

Expand Down

0 comments on commit 11c3e24

Please sign in to comment.