Skip to content

Commit a645f01

Browse files
authored
Merge pull request #109 from brainstormforce/tested-up-to-tag
updated stable tag
2 parents a900c18 + a39e2f7 commit a645f01

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Donate link:** https://www.paypal.me/BrainstormForce
55
**Requires at least:** 3.6
66
**Tested up to:** 5.9
7-
**Stable tag:** 1.2.1
7+
**Stable tag:** 1.2.2
88
**License:** GPLv2 or later
99
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -95,6 +95,9 @@ href=”https://www.brainstormforce.com/go/brainstorm-force-twitter-page/?utm_so
9595

9696
## Changelog ##
9797

98+
### 1.2.2 ###
99+
- Improvement: WordPress 5.9 compatibility.
100+
98101
### 1.2.1 ###
99102
- Improvement: WordPress 5.8 compatibility.
100103

bb-header-footer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: https://www.brainstormforce.com/
88
* Text Domain: bb-header-footer
99
* Domain Path: /languages
10-
* Version: 1.2.1
10+
* Version: 1.2.2
1111
*
1212
* @package BB_Header_Footer
1313
*/
@@ -17,7 +17,7 @@
1717
*/
1818
require_once 'class-bb-header-footer.php';
1919

20-
define( 'BBHF_VER', '1.2.1' );
20+
define( 'BBHF_VER', '1.2.2' );
2121
define( 'BBHF_DIR', plugin_dir_path( __FILE__ ) );
2222
define( 'BBHF_URL', plugins_url( '/', __FILE__ ) );
2323
define( 'BBHF_PATH', plugin_basename( __FILE__ ) );

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: header footer for beaver builder, beaver builder modules, customize header
44
Donate link: https://www.paypal.me/BrainstormForce
55
Requires at least: 3.6
66
Tested up to: 5.9
7-
Stable tag: 1.2.1
7+
Stable tag: 1.2.2
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -95,6 +95,9 @@ href=”https://www.brainstormforce.com/go/brainstorm-force-twitter-page/?utm_so
9595

9696
== Changelog ==
9797

98+
= 1.2.2 =
99+
- Improvement: WordPress 5.9 compatibility.
100+
98101
= 1.2.1 =
99102
- Improvement: WordPress 5.8 compatibility.
100103

0 commit comments

Comments
 (0)