Skip to content

Commit 7eaa0d3

Browse files
committed
4.3.14 release.
Signed-off-by: Kev Provance <[email protected]>
1 parent 42dfbd2 commit 7eaa0d3

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

CHANGELOG.md

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

3+
## 4.3.14
4+
* New: `typgraphy` field supports individual unit types for subfields that support them (font-size, line-height, etc.) See: [https://devs.redux.io/core-fields/typography.html](https://devs.redux.io/core-fields/typography.html)
5+
* Fixed: Redux installed via TGMPA failing with "This plugin does not have a valid header."
6+
* Updated: Extendify Library.
7+
* Release date: May 19, 2022
8+
39
## 4.3.13
410
* Fixed: Work for `required` functionality within the `repeater` field.
511
* Fixed: Filter out bad default values for `color_rgba` field.

readme.txt

Lines changed: 7 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.0
7-
Stable tag: 4.3.13
7+
Stable tag: 4.3.14
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

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

107107
== Changelog ==
108108

109+
= 4.3.14 =
110+
* New: `typgraphy` field supports individual unit types for subfields that support them (font-size, line-height, etc.) See: [https://devs.redux.io/core-fields/typography.html](https://devs.redux.io/core-fields/typography.html)
111+
* Fixed: Redux installed via TGMPA failing with "This plugin does not have a valid header."
112+
* Updated: Extendify Library.
113+
* Release date: May 19, 2022
114+
109115
= 4.3.13 =
110116
* Fixed: Work for `required` functionality within the `repeater` field.
111117
* Fixed: Filter out bad default values for `color_rgba` field.

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

0 commit comments

Comments
 (0)