Skip to content

Commit a92d509

Browse files
committed
v4.4.13.2 beta
1 parent ab9b738 commit a92d509

File tree

3 files changed

+22
-19
lines changed

3 files changed

+22
-19
lines changed

CHANGELOG.md

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

3+
## 4.4.13.2
4+
* Fixed: #3993, #3992 - "No Field ID is set" message causing jumbled backend layout.
5+
36
## 4.4.13.1
47
* New: Content Field [https://devs.redux.io/core-fields/content.html](https://devs.redux.io/core-fields/content.html)
58
* Updated: Bring inputs up to W3C standards.
@@ -69,7 +72,7 @@
6972
* Fixed: Continuing effort to combat old CDN code because some devs aren't updating their code.
7073
* Fixed: REDUX_PLUGIN_FILE failed with embedded installed. WE NO LONGER SUPPORT EMBEDDED. IT'S FOR LEGACY INSTALLS ONLY.
7174
* Release date: September 13, 2023
72-
*
75+
*
7376
## 4.4.5
7477
* Fixed: Redux catches error when Google Fonts JSON cannot be read/written due to server misconfiguration.
7578
* Fixed: Output HTML in the admin panel now complies with W3C standards.
@@ -91,7 +94,7 @@
9194
* Fixed: Missing redux-banner-admin.min.js file.
9295
* Fixed: Added extra check for the existence of the function name with callbacks. Some themes are not doing it correctly and crashing WordPress.
9396
* Release date: July 02, 2023
94-
97+
9598
## 4.4.3
9699
* Fixed: Typo in JavaScript enqueue handle broke `typography` and `slider` fields.
97100
* Release date: June 29, 2023
@@ -133,21 +136,21 @@
133136
## 4.3.25
134137
* Modified: Reworked directory enumeration for `custom_fonts` to avoid potential fatal errors.
135138
* Release date: January 27, 2023
136-
139+
137140
## 4.3.24
138141
* Additional work to make `custom_fonts` override old standalone extension version.
139142
* Release date: January 20, 2023
140143

141144
## 4.3.23
142145
* Tweaked Custom Fonts extension to avoid conflicts with older standalone extension.
143146
* Update: Extendify Library 1.2.4
144-
* Release date: January 20, 2023
147+
* Release date: January 20, 2023
145148

146149
## 4.3.22
147150
* Added: Custom Fonts extension [https://devs.redux.io/core-extensions/google-maps.html](https://devs.redux.io/core-extension/custom-fonts.html)
148151
* Fixed: #3928 - Metaboxes `post_format` selections not responding to clicks when Gutenberg is active due to class name changes.
149152
* Fixed: Custom font data added via filter would trigger a warning if not an array.
150-
* Update: Extendify Library 1.2.3
153+
* Update: Extendify Library 1.2.3
151154
* Release date: January 19, 2023
152155

153156
## 4.3.21
@@ -172,7 +175,7 @@
172175
* Fixed: Extendify menu item appearing when it should not.
173176
* Fixed: #3909 - Blank page template would cause fatal error.
174177
* Release date: September 30, 2022
175-
178+
176179
## 4.3.18
177180
* New: #3903 - Typography `weights` argument to override standard default weights.
178181
* Updated Extendify Library 0.10.2
@@ -212,7 +215,7 @@
212215
* New: `typography` field supports individual unit types for subfields that support them (font-size, line-height, etc.) See: [https://devs.redux.io/core-fields/typography.html](https://devs.redux.io/core-fields/typography.html)
213216
* Fixed: Redux installed via TGMPA failing with "This plugin does not have a valid header."
214217
* Updated: Extendify Library.
215-
* Release date: May 19, 2022
218+
* Release date: May 19, 2022
216219

217220
## 4.3.13
218221
* Fixed: Work for `required` functionality within the `repeater` field.
@@ -249,7 +252,7 @@
249252
* Modified: Connection banner now promotes Extendify plugin with download/activate option.
250253
* Updated: Extendify Library.
251254
* Release date: February 09, 2022
252-
255+
253256
## 4.3.9
254257
* Fixed: Extendify Library JavaScript error.
255258
* Release date: January 26, 2022
@@ -272,7 +275,7 @@
272275
* Fixed: `date` shortcode without attributes producing error.
273276
* Fixed: Various jQuery deprecation fixes.
274277
* Release date: January 11, 2022
275-
*
278+
*
276279
## 4.3.5
277280
* Added: Add former premium feature: Option panel Search Bar. See Sample demo or the [docs site](https://devs.redux.io/core-extensions).
278281
* Added: Add former premium feature: Shortcodes. See Sample demo or the [docs site](https://devs.redux.io/core-extensions).
@@ -328,7 +331,7 @@
328331
* Fixed: Support URL button kicking back a JavaScript error.
329332

330333
## 4.2.10
331-
* Fixed: Output on the frontend triggering error.
334+
* Fixed: Output on the frontend triggering error.
332335
* Fixed: Updated shims to support older extensions not authored by Redux.io
333336

334337
## 4.2.9
@@ -432,12 +435,12 @@
432435
* Fixed: WordPress 4.6 API warnings.
433436
* Fixed: WordPress 4.6 customizer issue where fields not displaying properly.
434437
* Fixed: Massive speed improvement to the library.
435-
* Fixed: Pro template count error if previously activated and Redux Pro not enabled.
438+
* Fixed: Pro template count error if previously activated and Redux Pro not enabled.
436439
* Release date: Dec 12, 2020
437440

438441
## 4.1.23
439442
* Fixed: Massive speed improvement to the library.
440-
* Fixed: Pro template count error if previously activated and Redux Pro not enabled.
443+
* Fixed: Pro template count error if previously activated and Redux Pro not enabled.
441444
* Release date: Oct 24, 2020
442445

443446
## 4.1.22
@@ -619,12 +622,12 @@
619622
## 4.0.4
620623
* Fixed: PHPCS, all.
621624
* Added: Redux Templates.
622-
* Added: Complete rewrite of the underlying code base is complete and complies with all WordPress coding standards.
625+
* Added: Complete rewrite of the underlying code base is complete and complies with all WordPress coding standards.
623626

624627
## 4.0.3
625628
* Fixed: PHPCS findings.
626-
* Added: New output_variables flags that dynamically add CSS variables to pages even on fields that do not support
627-
dynamic CSS output. Thanks, @andrejarh, for the idea!
629+
* Added: New output_variables flags that dynamically add CSS variables to pages even on fields that do not support
630+
dynamic CSS output. Thanks, @andrejarh, for the idea!
628631

629632
## 4.0.2
630633
* Fixed: PHP backwards compatibility for extensions. Still have to work on JS, probably.
@@ -675,7 +678,7 @@
675678

676679
## 4.0.1.1
677680
* Fixed: Section field not hiding with required calls.
678-
* Fixed: Tour pointer not remembering closed state.
681+
* Fixed: Tour pointer not remembering closed state.
679682

680683
## 4.0.1
681684
* New: Initial public beta release.
@@ -735,7 +738,7 @@
735738

736739
## 4.0.0.9
737740
* Fixed: Import/Export feature not importing. Damn typesafe decs got me again!!! Thanks, WPCS. ;-)
738-
* Modified: Replace wpFileSystemInit in sample-config.php with a more practical solution. Thanks, @Torfindel
741+
* Modified: Replace wpFileSystemInit in sample-config.php with a more practical solution. Thanks, @Torfindel
739742

740743
## 4.0.0.8
741744
* Modified: Changed typography update localize handle. Too generic. Conflicted with something else.

redux-core/framework.php

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

3333
require_once __DIR__ . '/class-redux-core.php';
3434

35-
Redux_Core::$version = '4.4.13.1';
35+
Redux_Core::$version = '4.4.13.2';
3636
Redux_Core::$redux_path = __DIR__;
3737
Redux_Core::instance();
3838

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.4.13.1
11+
* Version: 4.4.13.2
1212
* Requires at least: 5.0
1313
* Requires PHP: 7.1
1414
* Author: Team Redux

0 commit comments

Comments
 (0)