Skip to content

Commit 18a8f64

Browse files
committed
4.3.13 release
Signed-off-by: Kev Provance <[email protected]>
1 parent 706d32f commit 18a8f64

File tree

7 files changed

+23
-23
lines changed

7 files changed

+23
-23
lines changed

CHANGELOG.md

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

3-
## 4.3.12.7
4-
* Fixed: More work for `required` functionality within the `repeater` field.
5-
6-
## 4.3.12.6
7-
* Fixed: (I hope) -`required` functionality within the `repeater` field.
8-
9-
## 4.3.12.5
3+
## 4.3.13
4+
* Fixed: Work for `required` functionality within the `repeater` field.
105
* Fixed: Filter out bad default values for `color_rgba` field.
116
* Fixed: jQuery deprecation notice.
12-
13-
## 4.3.12.4
14-
* Modified: Additional sanitizing on color hex values.
15-
16-
## 4.3.12.3
177
* Fixed: Type error in `import_export` field. Additional `repeater` JS fix.
18-
19-
## 4.3.12.2
208
* Fixed: `required` functionality within the `repeater` field.
21-
22-
## 4.3.12.1
9+
* Modified: Additional sanitizing on color hex values.
2310
* Modified: Customizer code to eliminate `init()` error.
11+
* Updated: Extendify Library.
12+
* Release date: April 27, 2022
2413

2514
## 4.3.12
2615
* Updated: Vendor libraries.

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

readme.txt

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: dovyp, redux, kprovance
33
Tags: patterns, templates, blocks, gutenberg, library, editor, page builder
44
Requires at least: 4.0
55
Requires PHP: 7.1
6-
Tested up to: 5.9.1
7-
Stable tag: 4.3.12
6+
Tested up to: 6.0
7+
Stable tag: 4.3.13
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

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

107107
== Changelog ==
108108

109+
= 4.3.13 =
110+
* Fixed: Work for `required` functionality within the `repeater` field.
111+
* Fixed: Filter out bad default values for `color_rgba` field.
112+
* Fixed: jQuery deprecation notice.
113+
* Fixed: Type error in `import_export` field. Additional `repeater` JS fix.
114+
* Fixed: `required` functionality within the `repeater` field.
115+
* Modified: Additional sanitizing on color hex values.
116+
* Modified: Customizer code to eliminate `init()` error.
117+
* Updated: Extendify Library.
118+
* Release date: April 27, 2022
119+
109120
= 4.3.12 =
110121
Updated: Vendor libraries.
111122
Updated: Extendify Library.

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.12.7';
33+
Redux_Core::$version = '4.3.13';
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.12.7
11+
* Version: 4.3.13
1212
* Requires at least: 4.0
1313
* Requires PHP: 7.1
1414
* Author: Extendify

0 commit comments

Comments
 (0)