Skip to content

Commit 75177cf

Browse files
committed
v4.4.8
1 parent 01890e6 commit 75177cf

File tree

15 files changed

+29
-21
lines changed

15 files changed

+29
-21
lines changed

CHANGELOG.md

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

3-
## 4.4.7.3
3+
## 4.4.8
44
* Modified: Additional safeguards against read-only filesystems. Thanks @cezarpopa-cognita.
5-
6-
## 4.4.7.2
75
* Fixed: #3970 - Added `is_string` check to WordPress data callback argument.
86
* Removed: Unused code for Support Ticket Submission feature that was never finished.
9-
10-
## 4.4.7.1
117
* Fixed: Removed extra spaces from `textarea`.
8+
* Release date: October 17, 2023
129

1310
## 4.4.7
1411
* Removed: CDN vendor support for `ace_editor`. Devs won't update their code, leaving us no choice. Use the `redux/<opt_name>/fields/ace/script` filter to enqueue a local ACE Editor script if needed.
1512
* Fixed: Redux template PHP not autoloading.
13+
* Release date: September 14, 2023
1614

1715
## 4.4.6
1816
* New: Global arg `fontawesome_frontend` to enqueue the internal Font Awesome CSS on the front end.
@@ -23,7 +21,8 @@
2321
* Fixed: Adjusted translation for Google Font update message.
2422
* Fixed: Continuing effort to combat old CDN code because some devs aren't updating their code.
2523
* Fixed: REDUX_PLUGIN_FILE failed with embedded installed. WE NO LONGER SUPPORT EMBEDDED. IT'S FOR LEGACY INSTALLS ONLY.
26-
24+
* Release date: September 13, 2023
25+
*
2726
## 4.4.5
2827
* Fixed: Redux catches error when Google Fonts JSON cannot be read/written due to server misconfiguration.
2928
* Fixed: Output HTML in the admin panel now complies with W3C standards.

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

readme.txt

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: kprovance, dovyp, redux
33
Tags: admin, admin interface, options, theme options, plugin options, options framework, settings, web fonts, google fonts, metaboxes, settings
44
Requires at least: 5.0
55
Requires PHP: 7.1
6-
Tested up to: 6.3
7-
Stable tag: 4.4.7
6+
Tested up to: 6.4
7+
Stable tag: 4.4.8
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

@@ -116,9 +116,17 @@ NOTE: Redux is not intended to be used on its own. It requires a config file pro
116116
2. Activate the plugin through the 'Plugins' menu in WordPress.
117117

118118
== Changelog ==
119+
= 4.4.8 =
120+
* Modified: Additional safeguards against read-only filesystems. Thanks @cezarpopa-cognita.
121+
* Fixed: #3970 - Added `is_string` check to WordPress data callback argument.
122+
* Removed: Unused code for Support Ticket Submission feature that was never finished.
123+
* Fixed: Removed extra spaces from `textarea`.
124+
* Release date: October 17, 2023
125+
119126
= 4.4.7 =
120127
* Removed: CDN vendor support for `ace_editor`. Devs won't update their code, leaving us no choice. Use the `redux/<opt_name>/fields/ace/script` filter to enqueue a local ACE Editor script if needed.
121128
* Fixed: Redux template PHP not autoloading.
129+
* Release date: September 14, 2023
122130

123131
= 4.4.6 =
124132
* New: Global arg `fontawesome_frontend` to enqueue the internal Font Awesome CSS on the front end.
@@ -129,6 +137,7 @@ NOTE: Redux is not intended to be used on its own. It requires a config file pro
129137
* Fixed: Adjusted translation for Google Font update message.
130138
* Fixed: Continuing effort to combat old CDN code because some devs aren't updating their code.
131139
* Fixed: REDUX_PLUGIN_FILE failed with embedded installed. WE NO LONGER SUPPORT EMBEDDED. IT'S FOR LEGACY INSTALLS ONLY.
140+
* Release date: September 13, 2023
132141

133142
= 4.4.5 =
134143
* Fixed: Redux catches error when Google Fonts JSON cannot be read/written due to server misconfiguration.

redux-core/assets/css/colors/blue/colors.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/assets/css/colors/coffee/colors.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/assets/css/colors/ectoplasm/colors.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/assets/css/colors/fresh/colors.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/assets/css/colors/light/colors.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/assets/css/colors/midnight/colors.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/assets/css/colors/ocean/colors.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/assets/css/colors/sunrise/colors.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/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
@@ -32,7 +32,7 @@
3232

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

35-
Redux_Core::$version = '4.4.7.3';
35+
Redux_Core::$version = '4.4.8';
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.7.3
11+
* Version: 4.4.8
1212
* Requires at least: 5.0
1313
* Requires PHP: 7.1
1414
* Author: Team Redux

0 commit comments

Comments
 (0)