Skip to content

Commit a8bce19

Browse files
committed
4.3.3 ver bump
Signed-off-by: Kevin Provance <[email protected]>
1 parent c1460a2 commit a8bce19

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

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

3-
## 4.3.2.1
3+
## 4.3.3
44
* Modified: Move template libraries to redux-core directory.
5+
* Modified: Update to the Extendify template library.
6+
* Release date: November 16, 2021
57

68
## 4.3.2
79
* Added: Metaboxes!

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",
55
"author": "Redux.io",
6-
"version": "4.3.2",
6+
"version": "4.3.3",
77
"license": "GPL-3.0-or-later",
88
"repository": {
99
"type": "git",

readme.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ If you want, you can use the [Gutenberg](https://wordpress.org/plugins/gutenberg
108108

109109
== Changelog ==
110110

111+
= 4.3.3 =
112+
Modified: Move template libraries to redux-core directory.
113+
Modified: Update to the Extendify template library.
114+
Release date: November 16, 2021
115+
111116
= 4.3.2 =
112117
Added: Metaboxes!
113118
Fixed: Incorrect return type in Options Constructor.

redux-core/framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
require_once dirname( __FILE__ ) . '/class-redux-core.php';
3131

32-
Redux_Core::$version = '4.3.2.1';
32+
Redux_Core::$version = '4.3.3';
3333
Redux_Core::$redux_path = dirname( __FILE__ );
3434
Redux_Core::instance();
3535

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.2.1
11+
* Version: 4.3.3
1212
* Requires at least: 4.0
1313
* Requires PHP: 7.1
1414
* Author: Extendify

0 commit comments

Comments
 (0)