Skip to content

Commit 9fb1491

Browse files
committed
v4.3.19 release
Signed-off-by: Kev Provance <[email protected]>
1 parent c9df21a commit 9fb1491

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Redux Changelog
22

3-
## 4.3.18.2
3+
## 4.3.19
44
* Fixed: Extendify menu item appearing when it should not.
5-
6-
## 4.3.18.1
75
* Fixed: #3909 - Blank page template would cause fatal error.
86

97
## 4.3.18

readme.txt

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

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

107107
== Changelog ==
108108

109+
= 4.3.19 =
110+
* Fixed: Extendify menu item appearing when it should not.
111+
* Fixed: Blank page template would cause fatal error.
112+
109113
= 4.3.18 =
110114
* New: Typography `weights` argument to override standard default weights.
111115
* Updated Extendify Library 0.10.2

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

0 commit comments

Comments
 (0)