Skip to content

Commit f72cb12

Browse files
committed
v4.3.20
Signed-off-by: Kev Provance <[email protected]>
1 parent 55c4d7a commit f72cb12

File tree

6 files changed

+17
-15
lines changed

6 files changed

+17
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
# Redux Changelog
22

3-
## 4.3.19.4
3+
## 4.3.20
44
* Fixed: `spinner` field returning JavaScript error.
5-
6-
## 4.3.19.3
7-
* Fixed: #3913 - `required` not working outside a `repeater` when `repeater` field is loaded somewhere in the project.
5+
* Fixed: `required` not working outside a `repeater` when `repeater` field is loaded somewhere in the project.
6+
* Fixed: JS error when `typography` `font-style` set to `false`.
87
* Updated: Removed registration verbiage from Google Fonts update notice.
9-
10-
## 4.3.19.2
118
* Added: Widget Areas extension (for use with Classic Widgets only).
12-
13-
## 4.3.19.1
14-
* Fixed: JS error when `typography` `font-style` set to `false`.
15-
* Updated: Extendify Library 0.11.1
9+
* Updated: Extendify Library 1.0.1
1610

1711
## 4.3.19
1812
* Fixed: Extendify menu item appearing when it should not.

readme.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: patterns, templates, blocks, gutenberg, library, editor, page builder
44
Requires at least: 4.0
55
Requires PHP: 7.1
66
Tested up to: 6.1
7-
Stable tag: 4.3.19
7+
Stable tag: 4.3.20
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

@@ -104,6 +104,14 @@ If you want, you can use the [Gutenberg](https://wordpress.org/plugins/gutenberg
104104

105105
== Changelog ==
106106

107+
= 4.3.20 =
108+
* Added: Widget Areas extension (for use with Classic Widgets only).
109+
* Fixed: `spinner` field returning JavaScript error.
110+
* Fixed: `required` not working outside a `repeater` when `repeater` field is loaded somewhere in the project.
111+
* Fixed: JS error when `typography` `font-style` set to `false`.
112+
* Updated: Removed registration verbiage from Google Fonts update notice.
113+
* Updated: Extendify Library 1.0.1
114+
107115
= 4.3.19 =
108116
* Fixed: Extendify menu item appearing when it should not.
109117
* Fixed: Blank page template would cause fatal error.

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

0 commit comments

Comments
 (0)