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

Commit 7c37c30

Browse files
authored
Merge pull request #199 from svl-studios/master
Release 4.1.26 ready for testing.
2 parents b159066 + 812135e commit 7c37c30

File tree

58 files changed

+6993
-430
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+6993
-430
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ php:
1212
- "7.2"
1313
- "7.3"
1414
- "7.4"
15+
- "8.0"
1516

1617
notifications:
1718
email:

CHANGELOG.md

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

3+
## 4.1.26
4+
* Added: Menu accent introduced in WordPress 5.7.
5+
* Updated: ACE Editor 1.4.12.
6+
* Updated select2 to support cssContainer.
7+
* Fixed: Multiple submenus in metaboxes; the last submenu it cut off.
8+
* Fixed: #200 - Fatal error: Can't use function return value in write context.
9+
* Fixed: #203 - PHP 8.0 deprecation warnings.
10+
* Fixed: Malformed HTML causing Redux pro alpha color-picker to not render.
11+
* Fixed: IMproved class checks for Redux Pro.
12+
* Fixed: jQuery 3.x deprecation notices.
13+
* Fixed: Malformed SCSS.
14+
* Release date: March 17, 2021
15+
316
## 4.1.25
417
* Fixed: #186 - Erroneous icon on button_set field after WP 5.6 update.
518
* Fixed: #179 - Erroneous icon on palette field after WP 5.6 update.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reduxframework/redux-framework-4",
3-
"version": "4.1.25",
3+
"version": "4.1.26",
44
"authors": [
55
{
66
"name": "Redux.io",

package.json

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "gulpfile.js",
44
"name": "redux",
55
"author": "Redux.io + Dōvy Paukstys",
6-
"version": "4.1.23",
6+
"version": "4.1.26",
77
"license": "GPL-3.0-or-later",
88
"repository": {
99
"type": "git",
@@ -14,7 +14,7 @@
1414
},
1515
"homepage": "https://redux.io",
1616
"resolutions": {
17-
"lodash": "4.17.5"
17+
"lodash": "4.17.20"
1818
},
1919
"sourcType": "script",
2020
"dependencies": {
@@ -36,8 +36,6 @@
3636
"deepmerge": "^3.2.0",
3737
"enzyme-to-json": "^3.6.1",
3838
"gifsicle": "^4.0.1",
39-
"gulp": "^4.0.2",
40-
"gulp-autoprefixer": "^6.1.0",
4139
"gulp-concat": "^2.6.1",
4240
"gulp-eslint": "^6.0.0",
4341
"gulp-filter": "^6.0.0",
@@ -47,8 +45,6 @@
4745
"gulp-line-ending-corrector": "^1.0.3",
4846
"gulp-merge-media-queries": "^0.2.1",
4947
"gulp-notify": "^3.2.0",
50-
"gulp-rename": "^1.4.0",
51-
"gulp-sass": "^4.0.2",
5248
"gulp-sass-packager": "^0.0.5",
5349
"gulp-sort": "^2.0.0",
5450
"gulp-sourcemaps": "^2.6.5",
@@ -61,7 +57,6 @@
6157
"lodash": "^4.17.20",
6258
"md5": "^2.3.0",
6359
"merge-stream": "^2.0.0",
64-
"node-sass": "^4.12.0",
6560
"npm-force-resolutions": "^0.0.2",
6661
"optipng-bin": "^6.0.0",
6762
"package-merge": "^0.1.2",
@@ -160,16 +155,16 @@
160155
"expose-loader": "^0.7.3",
161156
"extract-text-webpack-plugin": "^3.0.0",
162157
"file-loader": "^4.2.0",
163-
"gulp": "^4.0.0",
164-
"gulp-autoprefixer": "^6.0.0",
158+
"gulp": "^4.0.2",
159+
"gulp-autoprefixer": "^6.1.0",
165160
"gulp-clean": "^0.4.0",
166161
"gulp-concat": "^2.6.1",
167162
"gulp-concat-css": "^3.1.0",
168163
"gulp-csso": "^3.0.1",
169164
"gulp-minify": "^3.1.0",
170165
"gulp-minify-css": "^1.2.4",
171166
"gulp-postcss": "^8.0.0",
172-
"gulp-rename": "^1.2.2",
167+
"gulp-rename": "^1.4.0",
173168
"gulp-sass": "^4.0.2",
174169
"gulp-zip": "^5.0.1",
175170
"husky": "^3.0.3",
@@ -182,7 +177,7 @@
182177
"lint-staged": "^10.5.3",
183178
"merge-stream": "^2.0.0",
184179
"node-fetch": "^2.6.1",
185-
"node-sass": "^4.10.0",
180+
"node-sass": "^4.12.0",
186181
"onchange": "^5.2.0",
187182
"path": "^0.12.7",
188183
"prettier": "^1.17.0",

readme.txt

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
=== Redux - Gutenberg Blocks Library & Framework ===
2-
Contributors: dovyp, redux
2+
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
6-
Requires PHP: 5.3
6+
Requires PHP: 7.1
77
Tested up to: 5.7
8-
Stable tag: 4.1.25
8+
Stable tag: 4.1.26
99
License: GPL-2.0+
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1111

@@ -154,6 +154,26 @@ If you want, you can use the [Gutenberg](https://wordpress.org/plugins/gutenberg
154154

155155
== Changelog ==
156156

157+
== 4.1.26 ==
158+
* Added: Menu accent introduced in WordPress 5.7.
159+
* Updated: ACE Editor 1.4.12.
160+
* Updated select2 to support cssContainer.
161+
* Fixed: Multiple submenus in metaboxes; the last submenu it cut off.
162+
* Fixed: Fatal error: Can't use function return value in write context.
163+
* Fixed: PHP 8.0 deprecation warnings.
164+
* Fixed: Malformed HTML causing Redux pro alpha color-picker to not render.
165+
* Fixed: IMproved class checks for Redux Pro.
166+
* Fixed: jQuery 3.x deprecation notices.
167+
* Fixed: Malformed SCSS.
168+
* Release date: March 17, 2021
169+
170+
== 4.1.25 ==
171+
* Fixed: Erroneous icon on button_set field after WP 5.6 update.
172+
* Fixed: Erroneous icon on palette field after WP 5.6 update.
173+
* Fixed: PHP error in init_delay function during heartbeat API.
174+
* Fixed: Options object field not rendering.
175+
* Release date: Jan 21, 2021
176+
157177
== 4.1.24 ==
158178
* Fixed: Select2 callback fix for select fields.
159179
* Added: Shim: empty field_*.php files to fix developers including files improperly.

redux-core/assets/css/redux-admin.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redux-core/assets/css/redux-admin.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/assets/css/redux-admin.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/js/redux-vendors.js

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,12 @@
149149

150150
setupEventHandlers( $collection, trimNum, combinedSettings );
151151

152-
$collection.blur( function() {
153-
numericField_Blur( this, settings );
154-
} );
152+
$collection.on(
153+
'blur',
154+
function() {
155+
numericField_Blur( this, settings );
156+
}
157+
);
155158

156159
return this;
157160
};
@@ -241,7 +244,7 @@
241244

242245
var $textbox = $( this );
243246

244-
$textbox.bind( "keyup change paste", function( e ) {
247+
$textbox.on( "keyup change paste", function( e ) {
245248

246249
var pastedText = "";
247250

@@ -253,7 +256,7 @@
253256
}, 0 );
254257
} );
255258

256-
$textbox.bind( "keypress", function( e ) {
259+
$textbox.on( "keypress", function( e ) {
257260

258261
// Determine which key is pressed.
259262
// If it's a control key, then allow the event's default action to occur eg backspace, tab
@@ -972,6 +975,7 @@
972975
// for testing
973976
$.fn.selection.getCharElement = getCharElement;
974977
})( jQuery );
978+
975979
// jscs:disable
976980
// jshint ignore: start
977981

0 commit comments

Comments
 (0)