Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit d3648b9

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 529bd01 + 0a6544a commit d3648b9

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ If you would like to interact with us directly, you can join our Slack workspace
1919

2020
Please check back nightly for new code pushes.
2121

22-
## We still need your support!
23-
24-
It is difficult and time consuming to continue development and support for this free plugin without contributions from users like yourself. If you enjoy using Redux Framework, find it useful, and if it's saved you hours upon hours of development time, please consider [donating and helping us hit our fundraising goal](https://www.gofundme.com/development-of-redux-framework-v4). Your donations will help encourage and support the plugin’s continued development and better user support.
25-
2622
## Changelog ##
2723

2824
See [Changelog.md](https://github.com/reduxframework/redux-framework-4/blob/master/CHANGELOG.md)

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
=== Redux - Gutenberg Blocks Library & Framework ===
1+
=== Gutenberg Template Library & Redux Framework ===
22
Contributors: dovyp, redux, kprovance
33
Donate link: https://paypal.me/ReduxFramework
44
Tags: gutenberg, blocks, gutenberg blocks, editor, block, page builder, block editor, block library, editor, templates, library
55
Requires at least: 4.0
66
Requires PHP: 7.1
7-
Tested up to: 5.7
7+
Tested up to: 5.7.2
88
Stable tag: 4.1.26
99
License: GPL-2.0+
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.txt

redux-core/inc/classes/class-redux-cdn.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ private static function enqueue( $handle, $src_cdn, $deps, $ver, $footer_or_medi
9393
* @param mixed $footer_or_media True or 'all'.
9494
* @param bool $is_script Script or style.
9595
*/
96-
private static function cdn( $register, $handle, $src_cdn, $deps, $ver, $footer_or_media, $is_script ) {
96+
private static function cdn( bool $register, string $handle,string $src_cdn,array $deps,string $ver,?string $footer_or_media,bool $is_script ) {
9797
$tran_key = '_style_cdn_is_up';
9898
if ( $is_script ) {
9999
$tran_key = '_script_cdn_is_up';
@@ -167,7 +167,7 @@ private static function cdn( $register, $handle, $src_cdn, $deps, $ver, $footer_
167167
* @param mixed $footer_or_media True or 'all'.
168168
* @param bool $is_script Script or style.
169169
*/
170-
private static function vendor_plugin( $register, $handle, $src_cdn, $deps, $ver, $footer_or_media, $is_script ) {
170+
private static function vendor_plugin( bool $register, string $handle, string $src_cdn, array $deps, string $ver, ?string $footer_or_media, bool $is_script ) {
171171
if ( class_exists( 'Redux_VendorURL' ) ) {
172172
$src = Redux_VendorURL::get_url( $handle );
173173

0 commit comments

Comments
 (0)