diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index a61576f..18c2834 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.3.0 (2020-10-13) + + +### chore + +* update dependencies (#3cj43t) + + +### docs + +* update license agreement (#4ufx38) + + +### feat + +* compatibility with WordPress 5.5 (#6gqcm8) +* introduce corrupt REST API notice (#4gkvbz) + + +### fix + +* once a PHP notice is issued in the REST API, the interface still works (#6cpapc) + + + + + # 1.2.0 (2020-06-29) diff --git a/packages/utils/LICENSE_3RD_PARTY_JS.md b/packages/utils/LICENSE_3RD_PARTY_JS.md index bd8e114..5db4747 100644 --- a/packages/utils/LICENSE_3RD_PARTY_JS.md +++ b/packages/utils/LICENSE_3RD_PARTY_JS.md @@ -858,7 +858,7 @@ SOFTWARE. ----- -The following software may be included in this product: enzyme, enzyme-adapter-react-16, enzyme-adapter-utils, enzyme-shallow-equal. A copy of the source code may be downloaded from https://github.com/airbnb/enzyme.git (enzyme), https://github.com/airbnb/enzyme.git (enzyme-adapter-react-16), https://github.com/airbnb/enzyme.git (enzyme-adapter-utils), https://github.com/airbnb/enzyme.git (enzyme-shallow-equal). This software contains the following license and notice below: +The following software may be included in this product: enzyme. A copy of the source code may be downloaded from https://github.com/airbnb/enzyme.git. This software contains the following license and notice below: The MIT License (MIT) @@ -884,6 +884,32 @@ SOFTWARE. ----- +The following software may be included in this product: enzyme-adapter-react-16, enzyme-adapter-utils, enzyme-shallow-equal. A copy of the source code may be downloaded from https://github.com/enzymejs/enzyme.git (enzyme-adapter-react-16), https://github.com/enzymejs/enzyme.git (enzyme-adapter-utils), https://github.com/enzymejs/enzyme.git (enzyme-shallow-equal). This software contains the following license and notice below: + +The MIT License (MIT) + +Copyright (c) 2015 Airbnb, Inc. and contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +----- + The following software may be included in this product: es-to-primitive, is-boolean-object, is-callable, is-date-object, is-number-object, is-string, is-symbol, object.entries, object.values. A copy of the source code may be downloaded from git://github.com/ljharb/es-to-primitive.git (es-to-primitive), git://github.com/ljharb/is-boolean-object.git (is-boolean-object), git://github.com/ljharb/is-callable.git (is-callable), git://github.com/ljharb/is-date-object.git (is-date-object), git://github.com/inspect-js/is-number-object.git (is-number-object), git://github.com/ljharb/is-string.git (is-string), git://github.com/inspect-js/is-symbol.git (is-symbol), git://github.com/es-shims/Object.entries.git (object.entries), git://github.com/es-shims/Object.values.git (object.values). This software contains the following license and notice below: The MIT License (MIT) @@ -1424,7 +1450,7 @@ OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. ----- -The following software may be included in this product: is-regex, object-is. A copy of the source code may be downloaded from git://github.com/ljharb/is-regex.git (is-regex), git://github.com/es-shims/object-is.git (object-is). This software contains the following license and notice below: +The following software may be included in this product: is-negative-zero, is-regex, object-is. A copy of the source code may be downloaded from git://github.com/ljharb/is-negative-zero.git (is-negative-zero), git://github.com/ljharb/is-regex.git (is-regex), git://github.com/es-shims/object-is.git (object-is). This software contains the following license and notice below: The MIT License (MIT) @@ -2605,7 +2631,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ----- -The following software may be included in this product: workspace-aggregator-1f3649c0-86fc-480c-aabc-a80cf3a74310. This software contains the following license and notice below: +The following software may be included in this product: workspace-aggregator-1472f032-9dfb-45f6-a2d8-3b77fa9e4fe9. This software contains the following license and notice below: The software "WP React Starter" is comprised of multiple parts (files in these directories and subdirectories, if the subdirectory diff --git a/packages/utils/package.json b/packages/utils/package.json index d84601f..9d8f686 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@wp-reactjs-multi-starter/utils", - "version": "1.2.0", + "version": "1.3.0", "description": "Utility functionality for all your WordPress plugins.", "author": "Matthias Günter ", "homepage": "https://matthias-web.com", diff --git a/plugins/wp-reactjs-starter/CHANGELOG.md b/plugins/wp-reactjs-starter/CHANGELOG.md index ce3913d..832fd5c 100644 --- a/plugins/wp-reactjs-starter/CHANGELOG.md +++ b/plugins/wp-reactjs-starter/CHANGELOG.md @@ -3,6 +3,37 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.3.0 (2020-10-13) + + +### chore + +* update dependencies (#3cj43t) + + +### ci + +* try to use cache when building plugin and untouched + + +### docs + +* update license agreement (#4ufx38) + + +### feat + +* compatibility with WordPress 5.5 (#6gqcm8) + + +### test + +* disable cypress test which does no longer with cypress@4 + + + + + # 1.2.0 (2020-06-29) diff --git a/plugins/wp-reactjs-starter/LICENSE_3RD_PARTY_JS.md b/plugins/wp-reactjs-starter/LICENSE_3RD_PARTY_JS.md index de5ac1a..e50fe36 100644 --- a/plugins/wp-reactjs-starter/LICENSE_3RD_PARTY_JS.md +++ b/plugins/wp-reactjs-starter/LICENSE_3RD_PARTY_JS.md @@ -858,7 +858,7 @@ SOFTWARE. ----- -The following software may be included in this product: enzyme, enzyme-adapter-react-16, enzyme-adapter-utils, enzyme-shallow-equal. A copy of the source code may be downloaded from https://github.com/airbnb/enzyme.git (enzyme), https://github.com/airbnb/enzyme.git (enzyme-adapter-react-16), https://github.com/airbnb/enzyme.git (enzyme-adapter-utils), https://github.com/airbnb/enzyme.git (enzyme-shallow-equal). This software contains the following license and notice below: +The following software may be included in this product: enzyme. A copy of the source code may be downloaded from https://github.com/airbnb/enzyme.git. This software contains the following license and notice below: The MIT License (MIT) @@ -884,6 +884,32 @@ SOFTWARE. ----- +The following software may be included in this product: enzyme-adapter-react-16, enzyme-adapter-utils, enzyme-shallow-equal. A copy of the source code may be downloaded from https://github.com/enzymejs/enzyme.git (enzyme-adapter-react-16), https://github.com/enzymejs/enzyme.git (enzyme-adapter-utils), https://github.com/enzymejs/enzyme.git (enzyme-shallow-equal). This software contains the following license and notice below: + +The MIT License (MIT) + +Copyright (c) 2015 Airbnb, Inc. and contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +----- + The following software may be included in this product: es-to-primitive, is-boolean-object, is-callable, is-date-object, is-number-object, is-string, is-symbol, object.entries, object.values. A copy of the source code may be downloaded from git://github.com/ljharb/es-to-primitive.git (es-to-primitive), git://github.com/ljharb/is-boolean-object.git (is-boolean-object), git://github.com/ljharb/is-callable.git (is-callable), git://github.com/ljharb/is-date-object.git (is-date-object), git://github.com/inspect-js/is-number-object.git (is-number-object), git://github.com/ljharb/is-string.git (is-string), git://github.com/inspect-js/is-symbol.git (is-symbol), git://github.com/es-shims/Object.entries.git (object.entries), git://github.com/es-shims/Object.values.git (object.values). This software contains the following license and notice below: The MIT License (MIT) @@ -1424,7 +1450,7 @@ OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. ----- -The following software may be included in this product: is-regex, object-is. A copy of the source code may be downloaded from git://github.com/ljharb/is-regex.git (is-regex), git://github.com/es-shims/object-is.git (object-is). This software contains the following license and notice below: +The following software may be included in this product: is-negative-zero, is-regex, object-is. A copy of the source code may be downloaded from git://github.com/ljharb/is-negative-zero.git (is-negative-zero), git://github.com/ljharb/is-regex.git (is-regex), git://github.com/es-shims/object-is.git (object-is). This software contains the following license and notice below: The MIT License (MIT) @@ -2605,7 +2631,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ----- -The following software may be included in this product: workspace-aggregator-d0254415-9656-4499-949e-a869b2c988d4. This software contains the following license and notice below: +The following software may be included in this product: workspace-aggregator-55d169ff-aef2-4686-81cc-15f3d2f9ecc0. This software contains the following license and notice below: The software "WP React Starter" is comprised of multiple parts (files in these directories and subdirectories, if the subdirectory diff --git a/plugins/wp-reactjs-starter/package.json b/plugins/wp-reactjs-starter/package.json index 159e605..e6328ba 100644 --- a/plugins/wp-reactjs-starter/package.json +++ b/plugins/wp-reactjs-starter/package.json @@ -1,7 +1,7 @@ { "name": "@wp-reactjs-multi-starter/wp-reactjs-starter", "slug": "wp-reactjs-starter", - "version": "1.2.0", + "version": "1.3.0", "description": "WordPress Plugin Boilerplate using new web technologies.", "author": "Matthias Günter ", "license": "GPL-3.0-or-later", @@ -131,7 +131,7 @@ ] }, "dependencies": { - "@wp-reactjs-multi-starter/utils": "^1.2.0", + "@wp-reactjs-multi-starter/utils": "^1.3.0", "core-js": "3.6.5", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.2", diff --git a/plugins/wp-reactjs-starter/src/index.php b/plugins/wp-reactjs-starter/src/index.php index 4cef6a4..7313d8b 100644 --- a/plugins/wp-reactjs-starter/src/index.php +++ b/plugins/wp-reactjs-starter/src/index.php @@ -7,7 +7,7 @@ * Plugin URI: https://matthias-web.com/wordpress * Description: This WordPress plugin demonstrates how to setup a plugin that uses React and ES6 in a WordPress plugin. * Author: Matthias Guenter - * Version: 1.2.0 + * Version: 1.3.0 * Author URI: https://matthias-web.com * Text Domain: wp-reactjs-starter * Domain Path: /languages