Skip to content

Commit 7d21ebf

Browse files
committed
Final tweaks for connection banner, ver 4.3.10 bump
Signed-off-by: Kev Provance <[email protected]>
1 parent fbe4e1f commit 7d21ebf

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

CHANGELOG.md

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

3-
## 4.3.9.2
3+
## 4.3.10
4+
* Added: Repeater field for beta testing.
45
* Modified: Background field will now show background styling options even if `background-image` is not set.
56
* Modified: Connection banner now promotes Extendify plugin with download/activate option.
6-
7-
## 4.3.9.1
8-
* Restored: Repeater field for beta testing.
9-
7+
* Updated: Extendify Library.
8+
* Release date: February 09, 2022
9+
1010
## 4.3.9
1111
* Fixed: Extendify Library JavaScript error.
1212
* Release date: January 26, 2022

readme.txt

Lines changed: 8 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: 5.9
7-
Stable tag: 4.3.9
7+
Stable tag: 4.3.10
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.10 =
110+
* Added: Repeater field for beta testing.
111+
* Modified: Background field will now show background styling options even if `background-image` is not set.
112+
* Modified: Connection banner now promotes Extendify plugin with download/activate option.
113+
* Updated: Extendify Library.
114+
* Release date: February 09, 2022
115+
109116
= 4.3.9 =
110117
* Fixed: Extendify Library JavaScript error.
111118
* Release date: January 26, 2022

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.9.2';
32+
Redux_Core::$version = '4.3.10';
3333
Redux_Core::$redux_path = dirname( __FILE__ );
3434

3535
/** @noinspection PhpUnhandledExceptionInspection */

redux-core/inc/classes/class-redux-connection-banner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ private function __construct() {
8686
}
8787
if ( isset( $clean_get[ $this->dismiss_option ] ) ) {
8888
Redux_Functions_Ex::set_deactivated();
89-
update_option( 'redux-framework_tracking_notice', 'hide' );
89+
update_option( 'redux-framework_extendify_notice', 'hide' );
9090
return;
9191
}
9292
}

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

0 commit comments

Comments
 (0)