Skip to content

Commit acb1270

Browse files
committed
v4.3.18 bump
Signed-off-by: Kev Provance <[email protected]>
1 parent 7838bbd commit acb1270

File tree

6 files changed

+24
-17
lines changed

6 files changed

+24
-17
lines changed

CHANGELOG.md

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

3-
## 4.3.17.4
3+
## 4.3.18
44
* New: #3903 - Typography `weights` argument to override standard default weights.
5-
* Fixed: `slides` field not showing image upon select. Thanks @animeiswrong
6-
* Updated Extendify Library 0.10.1
7-
*
8-
## 4.3.17.3
9-
* Modified: Attempt to override old theme embedded extensions that use the 3.x loading method.
5+
* Updated Extendify Library 0.10.2
106
* Updated: Font Awesome 6.2.0
11-
* Updated Extendify Library 0.9.5
12-
13-
## 4.3.17.2
14-
* Removed: Social Profiles Widget (use the shortcode in HTML widget instead. See docs).
7+
* Modified: Attempt to override old theme embedded extensions that use the 3.x loading method.
158
* Fixed: Social Profiles in metaboxes, hopefully.
16-
17-
## 4.3.17.1
9+
* Fixed: `slides` field not showing image upon select. Thanks @animeiswrong
10+
* Removed: Social Profiles Widget (use the shortcode in HTML widget instead. See docs).
1811
* Removed: Redux template library (use Extendify template library instead).
1912
* Removed: Appsero registration for Redux Pro.
2013
* Modified: Cleanup of old or outdated code.
14+
* Release date: September 26, 2022
2115

2216
## 4.3.17
2317
* Added: Social Profiles extension. [https://devs.redux.io/core-extensions/social-profiles.html](https://devs.redux.io/core-extensions/social-profiles.html)

readme.txt

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

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

107107
== Changelog ==
108108

109+
= 4.3.18 =
110+
* New: Typography `weights` argument to override standard default weights.
111+
* Updated Extendify Library 0.10.2
112+
* Updated: Font Awesome 6.2.0
113+
* Modified: Attempt to override old theme embedded extensions that use the 3.x loading method.
114+
* Fixed: Social Profiles in metaboxes, hopefully.
115+
* Fixed: `slides` field not showing image upon select. Thanks @animeiswrong
116+
* Removed: Social Profiles Widget (use the shortcode in HTML widget instead. See docs).
117+
* Removed: Redux template library (use Extendify template library instead).
118+
* Removed: Appsero registration for Redux Pro.
119+
* Modified: Cleanup of old or outdated code.
120+
* Release date: September 26, 2022
121+
109122
= 4.3.17 =
110123
* Added: Social Profiles extension. [https://devs.redux.io/core-extensions/social-profiles.html](https://devs.redux.io/core-extensions/social-profiles.html)
111124
* Fixed: Metabox post types and templates selection inoperative on new posts.

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

0 commit comments

Comments
 (0)