Skip to content

Commit d9a58bb

Browse files
committed
4.3.5 ver bump.
Signed-off-by: Kevin Provance <[email protected]>
1 parent c2bd9bb commit d9a58bb

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Redux Changelog
22

3-
## 4.3.4.2
3+
## 4.3.5
44
* Added: Add former premium feature: Option panel Search Bar. See Sample demo or the [docs site](https://devs.redux.io/core-extensions).
55
* Added: Add former premium feature: Shortcodes. See Sample demo or the [docs site](https://devs.redux.io/core-extensions).
6-
7-
## 4.3.4.1
86
* Fixed: #3852 - Editor in metaboxes not saving HTML. WIll now save the same HTML posts/pages allows.
7+
* Fixed: Front end formatting issue with the Extendify template library.
8+
* Release date: December 01, 2021
99

1010
## 4.3.4
1111
* Fixed: CSS and JS not loading when embedding Redux due to malformed path.
1212
* Modified: Update to the Extendify template library.
13-
* Release date: November, 24 2021
13+
* Release date: November 24, 2021
1414

1515
## 4.3.3
1616
* Modified: Move template libraries to redux-core directory.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "gulpfile.js",
44
"name": "redux",
55
"author": "Redux.io",
6-
"version": "4.3.3",
6+
"version": "4.3.5",
77
"license": "GPL-3.0-or-later",
88
"repository": {
99
"type": "git",

readme.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ If you want, you can use the [Gutenberg](https://wordpress.org/plugins/gutenberg
108108

109109
== Changelog ==
110110

111+
= 4.3.5 =
112+
* Added: Add former premium feature: Option panel Search Bar. See Sample demo or the [docs site](https://devs.redux.io/core-extensions).
113+
* Added: Add former premium feature: Shortcodes. See Sample demo or the [docs site](https://devs.redux.io/core-extensions).
114+
* Fixed: #3852 - Editor in metaboxes not saving HTML. WIll now save the same HTML posts/pages allows.
115+
* Fixed: Front end formatting issue with the Extendify template library.
116+
* Release date: December 01, 2021
117+
111118
= 4.3.4 =
112119
* Fixed: CSS and JS not loading when embedding Redux due to malformed path.
113120
* Modified: Update to the Extendify template library.
@@ -154,7 +161,7 @@ Release date: August 11, 2021
154161
= 4.2.11 =
155162
Fixed: Removed type declarations on core return values to support improperly written third-party extensions.
156163
Fixed: Added shim to prevent errors on functions calls outdated extensions are still using.
157-
Fixed: Removed type declarations on field code to support outdated versions of PHP (PHP 7.4 is the minimum recommendation from WordPress...please update if you are able. [https://wordpress.org/about/requirements](https://wordpress.org/about/requirements).
164+
Fixed: Removed type declarations on field code to support outdated versions of PHP (PHP 7.4 is the minimum recommendation from WordPress...please update if you are able). [https://wordpress.org/about/requirements](https://wordpress.org/about/requirements).
158165
Fixed: Support URL button kicking back a JavaScript error.
159166
Release date: July 29, 2021
160167

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.4.2';
32+
Redux_Core::$version = '4.3.5';
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.4.2
11+
* Version: 4.3.5
1212
* Requires at least: 4.0
1313
* Requires PHP: 7.1
1414
* Author: Extendify

0 commit comments

Comments
 (0)