Skip to content

Commit 726395e

Browse files
committed
4.3.6 version bump.
Signed-off-by: Kev Provance <[email protected]>
1 parent 190a616 commit 726395e

File tree

5 files changed

+19
-10
lines changed

5 files changed

+19
-10
lines changed

CHANGELOG.md

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

3-
## 4.3.5.2 Beta
3+
## 4.3.6
4+
* Modified: Update to the Extendify Library.
45
* Modified: Moved Extendify and Redux templates libraries back to root folder.
56
* Modified: Removed "Gutenberg is currently disabled" notice when the Classic Editor plugin is active.
6-
7-
## 4.3.5.1 Beta
87
* Fixed: `date` shortcode without attributes producing error.
9-
8+
* Fixed: Various jQuery deprecation fixes.
9+
* Release date: January 07, 2022
10+
*
1011
## 4.3.5
1112
* Added: Add former premium feature: Option panel Search Bar. See Sample demo or the [docs site](https://devs.redux.io/core-extensions).
1213
* Added: Add former premium feature: Shortcodes. See Sample demo or the [docs site](https://devs.redux.io/core-extensions).

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-Framework",
55
"author": "Team Redux",
6-
"version": "4.3.5",
6+
"version": "4.3.6",
77
"license": "GPL-3.0-or-later",
88
"repository": {
99
"type": "git",

readme.txt

Lines changed: 11 additions & 3 deletions
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.5
7+
Stable tag: 4.3.6
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

@@ -17,7 +17,7 @@ Supercharge the Gutenberg editor with our ever-growing library of WordPress Bloc
1717

1818
Worried that our templates may not work with your theme? We've got you covered. With our custom <em>page templates</em> option you can override any theme. Missing a plugin a template needs? No worries, we’ll even help you install what you need, all from the Gutenberg editor.
1919

20-
Don’t waste hours trying to recreate a template you love. With a click of a button it its own website where you can start customizing it for your needs.
20+
Don’t waste hours trying to recreate a template you love. With a click of a button in its own website where you can start customizing it for your needs.
2121

2222
<h4>♥️ What the Plugin does?</h4>
2323
<ul>
@@ -108,6 +108,14 @@ If you want, you can use the [Gutenberg](https://wordpress.org/plugins/gutenberg
108108

109109
== Changelog ==
110110

111+
= 4.3.6 =
112+
* Modified: Update to the Extendify Library.
113+
* Modified: Moved Extendify and Redux templates libraries back to root folder.
114+
* Modified: Removed "Gutenberg is currently disabled" notice when the Classic Editor plugin is active.
115+
* Fixed: `date` shortcode without attributes producing error.
116+
* Fixed: Various jQuery deprecation fixes.
117+
* Release date: January 07, 2022
118+
111119
= 4.3.5 =
112120
* Added: Add former premium feature: Option panel Search Bar. See Sample demo or the [docs site](https://devs.redux.io/core-extensions).
113121
* Added: Add former premium feature: Shortcodes. See Sample demo or the [docs site](https://devs.redux.io/core-extensions).
@@ -261,7 +269,7 @@ Fixed: Multiple submenus in metaboxes; the last submenu it cut off.
261269
Fixed: Fatal error: Can't use function return value in write context.
262270
Fixed: PHP 8.0 deprecation warnings.
263271
Fixed: Malformed HTML causing Redux pro alpha color-picker to not render.
264-
Fixed: IMproved class checks for Redux Pro.
272+
Fixed: Improved class checks for Redux Pro.
265273
Fixed: jQuery 3.x deprecation notices.
266274
Fixed: Malformed SCSS.
267275
Release date: March 17, 2021

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.5.2';
32+
Redux_Core::$version = '4.3.6';
3333
Redux_Core::$redux_path = dirname( __FILE__ );
3434

3535
/** @noinspection PhpUnhandledExceptionInspection */

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.5.2
11+
* Version: 4.3.6
1212
* Requires at least: 4.0
1313
* Requires PHP: 7.1
1414
* Author: Extendify

0 commit comments

Comments
 (0)