File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 11
11
* Fixed: ` typography ` sunset dropdown not rendering select2 styling.
12
12
* Fixed: Efficiency for extension loading improved.
13
13
* Removed: Redux Pro support. It's no longer required as all Pro features are now part of Redux.
14
+ * Release date: February 12, 2024
14
15
15
16
16
17
## 4.4.11
19
20
* Fixed: ` tabbed ` and ` repeater ` fields not resetting when using Section Reset.
20
21
* Fixed: #3983 - Continued damage done by WP Filesystem PR
21
22
* Updated: Font Awesome 6.5.1
23
+ * Release date: December 18, 2023
22
24
23
25
## 4.4.10
24
26
* New: Tabbed Extension [ https://devs.redux.io/core-extensions/tabbed.html ] ( https://devs.redux.io/core-extensions/tabbed.html )
27
29
* Fixed: Errant spaces in ACE Editor field.
28
30
* Fixed: Array check in color validation to avoid errors. It works ONLY with the color field. Nothing else.
29
31
* Improved: Filesystem killswitch logic.
32
+ * Release date: December 05, 2023
30
33
31
34
## 4.4.9
32
35
* Modified: Rollback changes made to the filesystem class causing false file permission issue messages.
36
+ * Release date: October 26, 2023
33
37
34
38
## 4.4.8
35
39
* Modified: Additional safeguards against read-only filesystems. Thanks @cezarpopa-cognita .
Original file line number Diff line number Diff line change @@ -130,13 +130,15 @@ NOTE: Redux is not intended to be used on its own. It requires a config file pro
130
130
* Fixed: `typography` sunset dropdown not rendering select2 styling.
131
131
* Fixed: Efficiency for extension loading improved.
132
132
* Removed: Redux Pro support. It's no longer required as all Pro features are now part of Redux.
133
+ * Release date: February 12, 2024
133
134
134
135
= 4.4.11 =
135
136
* Fixed: Cosmetic `box_shadow` fix.
136
137
* Fixed: Required not hiding linked fields in customizer.
137
138
* Fixed: `tabbed` and `repeater` fields not resetting when using Section Reset.
138
139
* Fixed: #3983 - Continued damage done by WP Filesystem PR
139
140
* Updated: Font Awesome 6.5.1
141
+ * Release date: December 18, 2023
140
142
141
143
= 4.4.10 =
142
144
* New: Tabbed Extension [https://devs.redux.io/core-extensions/tabbed.html](https://devs.redux.io/core-extensions/tabbed.html)
@@ -145,9 +147,11 @@ NOTE: Redux is not intended to be used on its own. It requires a config file pro
145
147
* Fixed: Errant spaces in ACE Editor field.
146
148
* Fixed: Array check in color validation to avoid errors. It works ONLY with the color field. Nothing else.
147
149
* Improved: Filesystem killswitch logic.
150
+ * Release date: December 05, 2023
148
151
149
152
= 4.4.9 =
150
153
* Modified: Rollback changes made to the filesystem class causing false file permission issue messages.
154
+ * Release date: October 26, 2023
151
155
152
156
= 4.4.8 =
153
157
* Modified: Additional safeguards against read-only filesystems. Thanks @cezarpopa-cognita.
You can’t perform that action at this time.
0 commit comments