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

Commit 1d8c7a8

Browse files
authored
Merge pull request #189 from svl-studios/master
Bug fixes
2 parents 943428d + d8ec7f9 commit 1d8c7a8

File tree

67 files changed

+7578
-3202
lines changed

Some content is hidden

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

67 files changed

+7578
-3202
lines changed

CHANGELOG.md

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

3+
## 4.1.25
4+
* Fixed: #186 - Erroneous icon on button_set field after WP 5.6 update.
5+
* Fixed: #179 - Erroneous icon on palette field after WP 5.6 update.
6+
* Fixed: PHP error in init_delay function during heartbeat API.
7+
* Fixed: #188 - Options object field not rendering.
8+
* Release date: Jan 21, 2021
9+
310
## 4.1.24
411
* Fixed: Select2 callback fix for select fields.
512
* Added: Shim: empty field_*.php files to fix developers including files improperly.

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.24",
3+
"version": "4.1.25",
44
"authors": [
55
{
66
"name": "Redux.io",

package-lock.json

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

package.json

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,28 @@
1818
},
1919
"sourcType": "script",
2020
"dependencies": {
21-
"browser-sync": "^2.26.7",
21+
"@fortawesome/fontawesome-svg-core": "^1.2.34",
22+
"@fortawesome/free-brands-svg-icons": "^5.15.2",
23+
"@fortawesome/free-regular-svg-icons": "^5.15.2",
24+
"@fortawesome/free-solid-svg-icons": "^5.15.2",
25+
"@fortawesome/react-fontawesome": "^0.1.14",
26+
"@rjsf/core": "^2.4.1",
27+
"@wordpress/dom-ready": "^2.12.0",
28+
"bigpicture": "^2.5.3",
29+
"body-scroll-lock": "2.6.4",
30+
"browser-sync": "^2.26.13",
31+
"classnames": "^2.2.6",
32+
"clipboard-copy": "^3.2.0",
33+
"color-rgba": "^2.2.3",
34+
"counterup2": "^1.0.4",
35+
"deep-copy": "^1.4.2",
36+
"deepmerge": "^3.2.0",
37+
"enzyme-to-json": "^3.6.1",
2238
"gifsicle": "^4.0.1",
2339
"gulp": "^4.0.2",
2440
"gulp-autoprefixer": "^6.1.0",
2541
"gulp-concat": "^2.6.1",
42+
"gulp-eslint": "^6.0.0",
2643
"gulp-filter": "^6.0.0",
2744
"gulp-imagemin": "^6.0.0",
2845
"gulp-jscs": "^4.1.0",
@@ -37,44 +54,27 @@
3754
"gulp-sourcemaps": "^2.6.5",
3855
"gulp-uglify": "^3.0.2",
3956
"gulp-uglifycss": "^1.1.0",
40-
"gulp-wp-pot": "^2.3.5",
57+
"gulp-wp-pot": "^2.5.0",
4158
"imagemin-gifsicle": "^6.0.1",
42-
"jscs": "^3.0.7",
43-
"jshint": "^2.10.2",
44-
"lodash": "^4.17.15",
59+
"is-dark-color": "^1.2.0",
60+
"jshint": "^2.12.0",
61+
"lodash": "^4.17.20",
62+
"md5": "^2.3.0",
4563
"merge-stream": "^2.0.0",
4664
"node-sass": "^4.12.0",
4765
"npm-force-resolutions": "^0.0.2",
4866
"optipng-bin": "^6.0.0",
4967
"package-merge": "^0.1.2",
50-
"@fortawesome/fontawesome-svg-core": "^1.2.19",
51-
"@fortawesome/free-brands-svg-icons": "^5.9.0",
52-
"@fortawesome/free-regular-svg-icons": "^5.9.0",
53-
"@fortawesome/free-solid-svg-icons": "^5.9.0",
54-
"@fortawesome/react-fontawesome": "^0.1.3",
55-
"@rjsf/core": "^2.0.1",
56-
"@wordpress/dom-ready": "^2.5.1",
57-
"bigpicture": "^2.1.2",
58-
"body-scroll-lock": "2.6.4",
59-
"classnames": "^2.2.6",
60-
"clipboard-copy": "^3.1.0",
61-
"color-rgba": "^2.1.1",
62-
"counterup2": "^1.0.4",
63-
"deep-copy": "^1.4.2",
64-
"deepmerge": "^3.2.0",
65-
"enzyme-to-json": "^3.4.4",
66-
"is-dark-color": "^1.2.0",
67-
"md5": "^2.2.1",
6868
"prop-types": "^15.7.2",
6969
"react-autosuggest": "^9.4.3",
7070
"react-load-image": "^0.1.7",
71-
"react-select": "^3.1.0",
71+
"react-select": "^3.2.0",
7272
"react-spring": "^8.0.27",
73-
"react-tabs": "^3.1.0",
74-
"react-text-transition": "^1.0.2",
73+
"react-tabs": "^3.1.2",
74+
"react-text-transition": "^1.1.4",
7575
"react-tiny-fab": "^3.5.0",
7676
"reactour": "^1.16.3",
77-
"simple-html-tokenizer": "^0.5.8",
77+
"simple-html-tokenizer": "^0.5.10",
7878
"sprintf-js": "^1.1.2",
7979
"striptags": "^3.1.1",
8080
"styled-components": "^4.0.0",
@@ -99,43 +99,38 @@
9999
"update_nodelock": "rm package-lock.json && synp -s yarn.lock"
100100
},
101101
"devDependencies": {
102-
"@babel/cli": "^7.8.4",
103-
"@babel/core": "^7.0.0",
104-
"@babel/plugin-proposal-class-properties": "^7.4.0",
105-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
106-
"@babel/plugin-transform-destructuring": "^7.0.0",
107-
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
108-
"@babel/plugin-transform-react-jsx": "^7.0.0",
102+
"@babel/cli": "^7.12.10",
103+
"@babel/core": "^7.12.10",
104+
"@babel/plugin-proposal-class-properties": "^7.12.1",
105+
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
106+
"@babel/plugin-transform-destructuring": "^7.12.1",
107+
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
108+
"@babel/plugin-transform-react-jsx": "^7.12.12",
109+
"@babel/polyfill": "^7.12.1",
110+
"@babel/preset-env": "^7.12.11",
111+
"@babel/preset-react": "^7.12.10",
109112
"@svgr/webpack": "^4.2.0",
110-
"babel-core": "^7.0.0-bridge.0",
111-
"babel-eslint": "^8.2.6",
112-
"babel-loader": "^8.0.6",
113-
"css-loader": "^2.1.0",
114-
"sass-loader": "^7.1.0",
115-
"style-loader": "^0.23.1",
116-
"webpack": "^4.41.4",
117-
"webpack-cli": "^3.3.10",
118-
"@babel/polyfill": "^7.2.5",
119-
"@babel/preset-env": "^7.0.0",
120-
"@babel/preset-react": "^7.0.0",
121113
"@testing-library/dom": "^6.11.0",
122-
"@testing-library/jest-dom": "^5.1.1",
114+
"@testing-library/jest-dom": "^5.11.9",
123115
"@testing-library/react": "^9.4.0",
124-
"@wordpress/babel-plugin-makepot": "^3.5.0",
116+
"@wordpress/babel-plugin-makepot": "^3.10.0",
125117
"@wordpress/block-editor": "^3.7.0",
126-
"@wordpress/blocks": "^6.12.0",
118+
"@wordpress/blocks": "^6.25.2",
127119
"@wordpress/browserslist-config": "^2.6.0",
128120
"@wordpress/components": "^9.2.0",
129-
"@wordpress/edit-post": "^3.13.0",
130-
"@wordpress/editor": "^9.12.0",
121+
"@wordpress/edit-post": "^3.26.2",
122+
"@wordpress/editor": "^9.25.2",
131123
"@wordpress/eslint-plugin": "^3.3.0",
132-
"@wordpress/hooks": "^2.7.0",
133-
"@wordpress/i18n": "^3.9.0",
124+
"@wordpress/hooks": "^2.11.0",
125+
"@wordpress/i18n": "^3.17.0",
134126
"@wordpress/jest-preset-default": "^5.3.0",
135127
"@wordpress/scripts": "^6.1.0",
136-
"acorn": "^6.4.0",
137-
"autoprefixer": "^9.4.5",
128+
"acorn": "^6.4.2",
129+
"autoprefixer": "^9.8.6",
130+
"babel-core": "^7.0.0-bridge.0",
131+
"babel-eslint": "^8.2.6",
138132
"babel-jest": "^24.9.0",
133+
"babel-loader": "^8.2.2",
139134
"babel-plugin-istanbul": "^5.1.4",
140135
"babel-plugin-lodash": "^3.3.4",
141136
"babel-plugin-syntax-dynamic-import": "^6.18.0",
@@ -145,20 +140,22 @@
145140
"babel-preset-es2015": "^6.24.1",
146141
"babel-preset-react": "^6.24.1",
147142
"babel-preset-stage-2": "^6.24.1",
148-
"browser-sync-webpack-plugin": "^2.2.2",
149-
"browserslist": "^4.6.2",
143+
"browser-sync-webpack-plugin": "^2.3.0",
144+
"browserslist": "^4.16.1",
150145
"concurrently": "^4.1.0",
146+
"create-file-webpack": "^1.0.2",
147+
"css-loader": "^2.1.0",
151148
"css-mqpacker": "^7.0.0",
152149
"cssnano": "^4.1.10",
153150
"delete-empty": "^2.0.0",
154151
"eslint": "^6.1.0",
155152
"eslint-config-airbnb": "^15.0.1",
156153
"eslint-loader": "^1.9.0",
157154
"eslint-plugin-flowtype": "2.34.0",
158-
"eslint-plugin-import": "^2.3.0",
155+
"eslint-plugin-import": "^2.22.1",
159156
"eslint-plugin-jest": "^22.15.1",
160-
"eslint-plugin-jsx-a11y": "^6.0.2",
161-
"eslint-plugin-react": "^7.0.1",
157+
"eslint-plugin-jsx-a11y": "^6.4.1",
158+
"eslint-plugin-react": "^7.22.0",
162159
"exports-loader": "^0.7.0",
163160
"expose-loader": "^0.7.3",
164161
"extract-text-webpack-plugin": "^3.0.0",
@@ -182,25 +179,28 @@
182179
"jest": "^24.8.0",
183180
"jquery": "^3.3.1",
184181
"jsonfile": "^5.0.0",
185-
"lint-staged": "^10.2.2",
182+
"lint-staged": "^10.5.3",
186183
"merge-stream": "^2.0.0",
187-
"node-fetch": "^2.6.0",
184+
"node-fetch": "^2.6.1",
188185
"node-sass": "^4.10.0",
189186
"onchange": "^5.2.0",
190187
"path": "^0.12.7",
191188
"prettier": "^1.17.0",
192-
"react": "^16.12.0",
193-
"react-dom": "^16.12.0",
194-
"react-scroll": "^1.7.16",
195-
"react-test-renderer": "^16.12.0",
189+
"react": "^16.14.0",
190+
"react-dom": "^16.14.0",
191+
"react-scroll": "^1.8.1",
192+
"react-test-renderer": "^16.14.0",
196193
"replace-in-file": "^3.4.3",
197194
"request": "^2.88.0",
198195
"rimraf": "^3.0.0",
199196
"s3-deploy": "^1.4.0",
197+
"sass-loader": "^7.1.0",
200198
"sprintf-js": "^1.1.2",
199+
"style-loader": "^0.23.1",
201200
"stylelint": "^10.1.0",
202201
"stylelint-config-wordpress": "^14.0.0",
203-
"create-file-webpack": "^1.0.2"
202+
"webpack": "^4.46.0",
203+
"webpack-cli": "^3.3.10"
204204
},
205205
"keywords": [
206206
"WordPress",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: gutenberg, blocks, gutenberg blocks, editor, block, page builder, block ed
55
Requires at least: 4.0
66
Requires PHP: 5.3
77
Tested up to: 5.7
8-
Stable tag: 4.1.24
8+
Stable tag: 4.1.25
99
License: GPL-2.0+
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1111

redux-core/assets/css/color-picker.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.

0 commit comments

Comments
 (0)