@@ -4,7 +4,7 @@ Tags: patterns, templates, blocks, gutenberg, library, editor, page builder
4
4
Requires at least: 4.0
5
5
Requires PHP: 7.1
6
6
Tested up to: 5.9.1
7
- Stable tag: 4.3.11
7
+ Stable tag: 4.3.12
8
8
License: GPL-3.0+
9
9
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
10
10
@@ -106,55 +106,65 @@ If you want, you can use the [Gutenberg](https://wordpress.org/plugins/gutenberg
106
106
107
107
== Changelog ==
108
108
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
+
109
119
= 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
116
126
117
127
= 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
123
133
124
134
= 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
127
137
128
138
= 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
134
144
135
145
= 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
138
148
139
149
= 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
146
156
147
157
= 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
153
163
154
164
= 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
158
168
159
169
= 4.3.3 =
160
170
Modified: Move template libraries to redux-core directory.
0 commit comments