Skip to content

Commit 175deda

Browse files
committed
v4.3.21 release.
Signed-off-by: Kev Provance <[email protected]>
1 parent a7137e4 commit 175deda

File tree

7 files changed

+10
-11
lines changed

7 files changed

+10
-11
lines changed

CHANGELOG.md

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

3-
## 4.3.20.2
3+
## 4.3.21
4+
* Added: Google Maps extension [https://devs.redux.io/core-extensions/google-maps.html](https://devs.redux.io/core-extensions/google-maps.html)
45
* Fixed: Widget area UI improperly aligned when `dev_mode` set to `false`.
56
* Fixed: `spinner` field not outputting `output` data.
6-
* Update: Extendify Library 1.2.1
7-
8-
## 4.3.20.1
9-
* Added: Google Maps extension [https://devs.redux.io/core-extensions/google-maps.html](https://devs.redux.io/core-extensions/google-maps.html)
107
* Fixed: Metaboxes CSS causing layout issues when `dev_mode` set to `false`.
8+
* Update: Extendify Library 1.2.1
119
* Update: Font Awesome 6.2.1
1210

1311
## 4.3.20

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Multi Media extension.
1111
* DateTime extension.
1212
* JS Button extension.
13+
* Google Maps extension
1314
* Widget Areas extension (applies to Classic Widgets only).
1415
* Gutenberg Template Library updated to the new Extendify library. See more information here about this upgrade and how to access the legacy library: [https://redux.io/gutenberg-template-library-upgrade](https://redux.io/gutenberg-template-library-upgrade).
1516

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: kprovance, dovyp, redux
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: 6.1
7-
Stable tag: 4.3.20
6+
Tested up to: 6.2
7+
Stable tag: 4.3.21
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

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

0 commit comments

Comments
 (0)