Skip to content

Commit 4e29141

Browse files
updated changelog and version no
1 parent a119034 commit 4e29141

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.4
7-
**Stable tag:** 1.1.8
7+
**Stable tag:** 1.1.9
88
**License:** GPLv2 or later
99
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1010

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

9494
## Changelog ##
9595

96+
### 1.1.9 ###
97+
- Fix: Layout CSS/JS not rendering in some cases
98+
9699
### 1.1.8 ###
97100
- Fix: Load CSS/JS of Header and Footer in `<header>` fixing flash of unstyled content.
98101

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.1.8
10+
* Version: 1.1.9
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.1.8' );
20+
define( 'BBHF_VER', '1.1.9' );
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.4
7-
Stable tag: 1.1.8
7+
Stable tag: 1.1.9
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.1.9 =
99+
- Fix: Layout CSS/JS not rendering in some cases
100+
98101
= 1.1.8 =
99102
- Fix: Load CSS/JS of Header and Footer in `<header>` fixing flash of unstyled content.
100103

0 commit comments

Comments
 (0)