Skip to content

Commit f10d86e

Browse files
committed
v4.4.0 official
Signed-off-by: Kev Provance <[email protected]>
1 parent cd0b8fb commit f10d86e

File tree

8 files changed

+21
-15
lines changed

8 files changed

+21
-15
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
* Fixed: `Invalid argument` error inside `custom_fonts` on certain set ups.
55
* Removed: Extendify Template Library
66
* Added: Connection banner to display Extendify removal notice with plugin download option.
7+
* Updated: Font Awesome 6.4
78

89
## 4.3.26
910
* Modified: Empty `custom_font` list no longer creates empty fonts.css file.
1011
* Release date: February 02, 2023
11-
*
12+
1213
## 4.3.25
1314
* Modified: Reworked directory enumeration for `custom_fonts` to avoid potential fatal errors.
1415
* Release date: January 27, 2023
15-
*
16+
1617
## 4.3.24
1718
* Additional work to make `custom_fonts` override old standalone extension version.
1819
* Release date: January 20, 2023

class-redux-framework-plugin.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -451,14 +451,14 @@ public function add_settings_link( array $links, string $file ): array {
451451
return $links;
452452
}
453453

454-
$links[] = sprintf(
455-
'<a href="%1$s" target="_blank">%2$s</a>',
456-
esc_url( $this->get_site_utm_url( '', 'plugins-page', '', 'go-pro' ) ),
457-
sprintf(
458-
'<span style="font-weight: bold;">%s</span>',
459-
__( 'Go Pro', 'redux-framework' )
460-
)
461-
);
454+
//$links[] = sprintf(
455+
// '<a href="%1$s" target="_blank">%2$s</a>',
456+
// esc_url( $this->get_site_utm_url( '', 'plugins-page', '', 'go-pro' ) ),
457+
// sprintf(
458+
// '<span style="font-weight: bold;">%s</span>',
459+
// __( 'Go Pro', 'redux-framework' )
460+
// )
461+
//);
462462

463463
return $links;
464464
}

readme.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ NOTE: Redux is not intended to be used on its own. It requires a config file pro
114114
2. Activate the plugin through the 'Plugins' menu in WordPress.
115115

116116
== Changelog ==
117+
= 4.0.0 =
118+
* Fixed: `Invalid argument` error inside `custom_fonts` on certain setups.
119+
* Removed: Extendify Template Library
120+
* Added: Connection banner to display Extendify removal notice with plugin download option.
121+
117122
= 4.3.26 =
118123
* Modified: Empty `custom_font` list no longer creates empty fonts.css file.
119124
* Release date: February 02, 2023

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.4.0.1';
33+
Redux_Core::$version = '4.4.0';
3434
Redux_Core::$redux_path = dirname( __FILE__ );
3535
Redux_Core::instance();
3636

redux-core/inc/welcome/css/redux-banner.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-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.4.0.1
11+
* Version: 4.4.0
1212
* Requires at least: 4.0
1313
* Requires PHP: 7.1
1414
* Author: Team Redux

0 commit comments

Comments
 (0)