Skip to content

Commit a540e14

Browse files
committed
v3.4.16 bump
Signed-off-by: Kev Provance <[email protected]>
1 parent 2988d70 commit a540e14

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

CHANGELOG.md

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

3-
## 4.3.15.1
4-
* Added: Accordion extension.
3+
## 4.3.16
4+
* Added: Accordion extension. [https://devs.redux.io/core-extensions/accordion.html](https://devs.redux.io/core-extensions/accordion.html)
5+
* Added: JS Button extension. [https://devs.redux.io/core-extensions/js-button.html](https://devs.redux.io/core-extensions/js-button.html)
56
* Fixed: #3888 - Validation messages dismissed when using `ace_editor` field after `redux_change` event.
7+
* Updated: Extendify Library.
8+
* Release date: July 21, 2022
69

710
## 4.3.15
811
* Added: Multi Media extension. [https://devs.redux.io/core-extensions/multi-media.html](https://devs.redux.io/core-extensions/multi-media.html)

readme.txt

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=== Gutenberg Template and Pattern Library & Redux Framework ===
2-
Contributors: dovyp, redux, kprovance
2+
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.0
7-
Stable tag: 4.3.15
6+
Tested up to: 6.1
7+
Stable tag: 4.3.16
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

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

107107
== Changelog ==
108108

109+
= 4.3.16 =
110+
* Added: Accordion extension. [https://devs.redux.io/core-extensions/accordion.html](https://devs.redux.io/core-extensions/accordion.html)
111+
* Added: JS Button extension. [https://devs.redux.io/core-extensions/js-button.html](https://devs.redux.io/core-extensions/js-button.html)
112+
* Fixed: Validation messages dismissed when using `ace_editor` field after `redux_change` event.
113+
* Updated: Extendify Library.
114+
* Release date: July 21, 2022
115+
109116
= 4.3.15 =
110117
* Added: Multi Media extension. [https://devs.redux.io/core-extensions/multi-media.html](https://devs.redux.io/core-extensions/multi-media.html)
111118
* Added: DateTime extension. [https://devs.redux.io/core-extensions/date-time-picker.html](https://devs.redux.io/core-extensions/date-time-picker.html)

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

0 commit comments

Comments
 (0)