Skip to content

Commit a149ec8

Browse files
committed
4.3.12 ver bump
Signed-off-by: Kev Provance <[email protected]>
1 parent 396d299 commit a149ec8

File tree

7 files changed

+55
-51
lines changed

7 files changed

+55
-51
lines changed

CHANGELOG.md

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

3-
## 4.3.11.5
3+
## 4.3.12
44
* Updated: Vendor libraries.
5+
* Updated: Extendify Library.
56
* Fixed: jQuery deprecation notices.
6-
7-
## 4.3.11.4
87
* Fixed: Filesystem class error.
9-
10-
## 4.3.11.3
118
* Fixed: Customizer not saving data for sections not shown in the customizer.
12-
13-
## 4.3.11.2
14-
* Fixed: - Fix deprecation errors in customizer.
15-
16-
## 4.3.11.1
17-
* Fixed: #3871 - Fix core deprecation notices in metaboxes.
9+
* Fixed: Fix deprecation errors in customizer.
10+
* Fixed: Fix core deprecation notices in metaboxes.
11+
* Release date: March 08, 2022
1812

1913
## 4.3.11
2014
* Added: Advanced Customizer!

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.9",
6+
"version": "4.3.12",
77
"license": "GPL-3.0-or-later",
88
"repository": {
99
"type": "git",

readme.txt

Lines changed: 45 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: patterns, templates, blocks, gutenberg, library, editor, page builder
44
Requires at least: 4.0
55
Requires PHP: 7.1
66
Tested up to: 5.9.1
7-
Stable tag: 4.3.11
7+
Stable tag: 4.3.12
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

@@ -106,55 +106,65 @@ If you want, you can use the [Gutenberg](https://wordpress.org/plugins/gutenberg
106106

107107
== Changelog ==
108108

109+
= 4.3.12 =
110+
Updated: Vendor libraries.
111+
Updated: Extendify Library.
112+
Fixed: jQuery deprecation notices.
113+
Fixed: Filesystem class error.
114+
Fixed: Customizer not saving data for sections not shown in the customizer.
115+
Fixed: Fix deprecation errors in customizer.
116+
Fixed: Fix core deprecation notices in metaboxes.
117+
Release date: March 08, 2022
118+
109119
= 4.3.11 =
110-
* Added: Advanced Customizer!
111-
* Added: Font Awesome 6 Library for future extensions.
112-
* Modified: Enforcing deprecation notices for deprecated functions. Developers: Please update your code as necessary.
113-
* Modified: Connection banner to meet wp.org library standards.
114-
* Updated: Extendify Library.
115-
* Release date: February 23, 2022
120+
Added: Advanced Customizer!
121+
Added: Font Awesome 6 Library for future extensions.
122+
Modified: Enforcing deprecation notices for deprecated functions. Developers: Please update your code as necessary.
123+
Modified: Connection banner to meet wp.org library standards.
124+
Updated: Extendify Library.
125+
Release date: February 23, 2022
116126

117127
= 4.3.10 =
118-
* Added: Repeater field for beta testing.
119-
* Modified: Background field will now show background styling options even if `background-image` is not set.
120-
* Modified: Connection banner now promotes Extendify plugin with download/activate option.
121-
* Updated: Extendify Library.
122-
* Release date: February 09, 2022
128+
Added: Repeater field for beta testing.
129+
Modified: Background field will now show background styling options even if `background-image` is not set.
130+
Modified: Connection banner now promotes Extendify plugin with download/activate option.
131+
Updated: Extendify Library.
132+
Release date: February 09, 2022
123133

124134
= 4.3.9 =
125-
* Fixed: Extendify Library JavaScript error.
126-
* Release date: January 26, 2022
135+
Fixed: Extendify Library JavaScript error.
136+
Release date: January 26, 2022
127137

128138
= 4.3.8 =
129-
* Fixed: Spacing field defaults to `px` if no default is set.
130-
* Fixed: Remove plugin.php hack in Appsero SDK.
131-
* Updated: Default Google Fonts list brought up to current release
132-
* Updated: Extendify Library.
133-
* Release date: January 25, 2022
139+
Fixed: Spacing field defaults to `px` if no default is set.
140+
Fixed: Remove plugin.php hack in Appsero SDK.
141+
Updated: Default Google Fonts list brought up to current release
142+
Updated: Extendify Library.
143+
Release date: January 25, 2022
134144

135145
= 4.3.7 =
136-
* Fixed: Incorrect global variable assignment. Thanks, @webbudesign.
137-
* Release date: January 11, 2022
146+
Fixed: Incorrect global variable assignment. Thanks, @webbudesign.
147+
Release date: January 11, 2022
138148

139149
= 4.3.6 =
140-
* Modified: Update to the Extendify Library.
141-
* Modified: Moved Extendify and Redux templates libraries back to root folder.
142-
* Modified: Removed "Gutenberg is currently disabled" notice when the Classic Editor plugin is active.
143-
* Fixed: `date` shortcode without attributes producing error.
144-
* Fixed: Various jQuery deprecation fixes.
145-
* Release date: January 11, 2022
150+
Modified: Update to the Extendify Library.
151+
Modified: Moved Extendify and Redux templates libraries back to root folder.
152+
Modified: Removed "Gutenberg is currently disabled" notice when the Classic Editor plugin is active.
153+
Fixed: `date` shortcode without attributes producing error.
154+
Fixed: Various jQuery deprecation fixes.
155+
Release date: January 11, 2022
146156

147157
= 4.3.5 =
148-
* Added: Add former premium feature: Option panel Search Bar. See Sample demo or the [docs site](https://devs.redux.io/core-extensions).
149-
* Added: Add former premium feature: Shortcodes. See Sample demo or the [docs site](https://devs.redux.io/core-extensions).
150-
* Fixed: #3852 - Editor in metaboxes not saving HTML. WIll now save the same HTML posts/pages allows.
151-
* Fixed: Front end formatting issue with the Extendify template library.
152-
* Release date: December 01, 2021
158+
Added: Add former premium feature: Option panel Search Bar. See Sample demo or the [docs site](https://devs.redux.io/core-extensions).
159+
Added: Add former premium feature: Shortcodes. See Sample demo or the [docs site](https://devs.redux.io/core-extensions).
160+
Fixed: #3852 - Editor in metaboxes not saving HTML. WIll now save the same HTML posts/pages allows.
161+
Fixed: Front end formatting issue with the Extendify template library.
162+
Release date: December 01, 2021
153163

154164
= 4.3.4 =
155-
* Fixed: CSS and JS not loading when embedding Redux due to malformed path.
156-
* Modified: Update to the Extendify template library.
157-
* Release date: November, 24 2021
165+
Fixed: CSS and JS not loading when embedding Redux due to malformed path.
166+
Modified: Update to the Extendify template library.
167+
Release date: November, 24 2021
158168

159169
= 4.3.3 =
160170
Modified: Move template libraries to redux-core directory.

redux-core/assets/css/redux-fields.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redux-core/assets/css/redux-fields.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redux-core/framework.php

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

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

33-
Redux_Core::$version = '4.3.11.5';
33+
Redux_Core::$version = '4.3.12';
3434
Redux_Core::$redux_path = dirname( __FILE__ );
3535
Redux_Core::instance();
3636

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

0 commit comments

Comments
 (0)