Skip to content

Commit

Permalink
v4.3.4 bump
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Provance <[email protected]>
  • Loading branch information
kprovance committed Nov 24, 2021
1 parent 68ed58b commit f567603
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Redux Changelog

## 4.3.3.1
## 4.3.4
* Fixed: CSS and JS not loading when embedding Redux due to malformed path.
* Modified: Update to the Extendify template library.
* Release date: November, 24 2021

## 4.3.3
* Modified: Move template libraries to redux-core directory.
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: gutenberg, blocks, gutenberg blocks, editor, block, page builder, block ed
Requires at least: 4.0
Requires PHP: 7.1
Tested up to: 5.9
Stable tag: 4.3.3
Stable tag: 4.3.4
License: GPL-3.0+
License URI: http://www.gnu.org/licenses/gpl-3.0.txt

Expand Down Expand Up @@ -108,6 +108,11 @@ If you want, you can use the [Gutenberg](https://wordpress.org/plugins/gutenberg

== Changelog ==

= 4.3.4 =
* Fixed: CSS and JS not loading when embedding Redux due to malformed path.
* Modified: Update to the Extendify template library.
* Release date: November, 24 2021

= 4.3.3 =
Modified: Move template libraries to redux-core directory.
Modified: Update to the Extendify template library.
Expand Down
2 changes: 1 addition & 1 deletion redux-core/framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

require_once dirname( __FILE__ ) . '/class-redux-core.php';

Redux_Core::$version = '4.3.3.1';
Redux_Core::$version = '4.3.4';
Redux_Core::$redux_path = dirname( __FILE__ );
Redux_Core::instance();

Expand Down
2 changes: 1 addition & 1 deletion redux-framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Plugin URI: http://wordpress.org/plugins/redux-framework
* GitHub URI: reduxframework/redux-framework
* Description: Build better sites in WordPress fast!
* Version: 4.3.3.1
* Version: 4.3.4
* Requires at least: 4.0
* Requires PHP: 7.1
* Author: Extendify
Expand Down

0 comments on commit f567603

Please sign in to comment.