Skip to content

Commit f567603

Browse files
committed
v4.3.4 bump
Signed-off-by: Kevin Provance <[email protected]>
1 parent 68ed58b commit f567603

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Redux Changelog
22

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

68
## 4.3.3
79
* Modified: Move template libraries to redux-core directory.

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: gutenberg, blocks, gutenberg blocks, editor, block, page builder, block ed
44
Requires at least: 4.0
55
Requires PHP: 7.1
66
Tested up to: 5.9
7-
Stable tag: 4.3.3
7+
Stable tag: 4.3.4
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

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

109109
== Changelog ==
110110

111+
= 4.3.4 =
112+
* Fixed: CSS and JS not loading when embedding Redux due to malformed path.
113+
* Modified: Update to the Extendify template library.
114+
* Release date: November, 24 2021
115+
111116
= 4.3.3 =
112117
Modified: Move template libraries to redux-core directory.
113118
Modified: Update to the Extendify template library.

redux-core/framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

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

32-
Redux_Core::$version = '4.3.3.1';
32+
Redux_Core::$version = '4.3.4';
3333
Redux_Core::$redux_path = dirname( __FILE__ );
3434
Redux_Core::instance();
3535

redux-framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Plugin URI: http://wordpress.org/plugins/redux-framework
99
* GitHub URI: reduxframework/redux-framework
1010
* Description: Build better sites in WordPress fast!
11-
* Version: 4.3.3.1
11+
* Version: 4.3.4
1212
* Requires at least: 4.0
1313
* Requires PHP: 7.1
1414
* Author: Extendify

0 commit comments

Comments
 (0)