From 8718d59265f340774729694279d0dc05cf6a8dbb Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 22 May 2024 15:36:00 -0700 Subject: [PATCH 01/45] Pass react router `useMatch` hook to the marketplace module --- src/app/pages/marketplace/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/pages/marketplace/index.js b/src/app/pages/marketplace/index.js index 02e8cf6f6..f52c918a8 100644 --- a/src/app/pages/marketplace/index.js +++ b/src/app/pages/marketplace/index.js @@ -1,11 +1,11 @@ import apiFetch from '@wordpress/api-fetch'; import { useState, useEffect } from '@wordpress/element'; -import { useLocation } from 'react-router-dom'; +import { useLocation, useMatch } from 'react-router-dom'; import classnames from 'classnames'; import { Container, Page } from '@newfold/ui-component-library'; import { NewfoldRuntime } from '@newfold-labs/wp-module-runtime'; // component sourced from marketplace module -import { default as NewfoldMarketplace } from '@modules/wp-module-marketplace/components/marketplace/'; +import { default as NewfoldMarketplace } from '@modules/wp-module-marketplace/components/'; const MarketplacePage = () => { // constants to pass to module @@ -36,6 +36,7 @@ const MarketplacePage = () => { useState, useEffect, useLocation, + useMatch, NewfoldRuntime, }; From 7dea9cfab4f5eebd73430ec6e65d67e46fc9455a Mon Sep 17 00:00:00 2001 From: wpalani Date: Tue, 28 May 2024 12:48:06 -0700 Subject: [PATCH 02/45] Pass product page error state strings --- src/app/pages/marketplace/index.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/app/pages/marketplace/index.js b/src/app/pages/marketplace/index.js index f52c918a8..0e46b9e70 100644 --- a/src/app/pages/marketplace/index.js +++ b/src/app/pages/marketplace/index.js @@ -26,6 +26,18 @@ const MarketplacePage = () => { 'bluehost-wordpress-plugin' ), loadMore: __( 'Load More', 'bluehost-wordpress-plugin' ), + productPage: { + error: { + title: __( + 'Oops! Something Went Wrong', + 'bluehost-wordpress-plugin' + ), + description: __( + 'An error occurred while loading the content. Please try again later.', + 'bluehost-wordpress-plugin' + ), + }, + }, }, }; From 766ee40d5db87d66663ab8f2b8518164f0e29196 Mon Sep 17 00:00:00 2001 From: wpalani Date: Thu, 30 May 2024 19:13:02 -0700 Subject: [PATCH 03/45] Pass `useNavigate` hook to the marketplace module components --- src/app/pages/marketplace/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/pages/marketplace/index.js b/src/app/pages/marketplace/index.js index 0e46b9e70..c0c6bac08 100644 --- a/src/app/pages/marketplace/index.js +++ b/src/app/pages/marketplace/index.js @@ -1,6 +1,6 @@ import apiFetch from '@wordpress/api-fetch'; import { useState, useEffect } from '@wordpress/element'; -import { useLocation, useMatch } from 'react-router-dom'; +import { useLocation, useMatch, useNavigate } from 'react-router-dom'; import classnames from 'classnames'; import { Container, Page } from '@newfold/ui-component-library'; import { NewfoldRuntime } from '@newfold-labs/wp-module-runtime'; @@ -49,6 +49,7 @@ const MarketplacePage = () => { useEffect, useLocation, useMatch, + useNavigate, NewfoldRuntime, }; From f1a9ed5933e46bd1e7e81992e94b8716e550a80d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:11:45 +0000 Subject: [PATCH 04/45] Composer(deps): Bump newfold-labs/wp-module-coming-soon Bumps [newfold-labs/wp-module-coming-soon](https://github.com/newfold-labs/wp-module-coming-soon) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/newfold-labs/wp-module-coming-soon/releases) - [Commits](https://github.com/newfold-labs/wp-module-coming-soon/compare/1.2.3...1.2.4) --- updated-dependencies: - dependency-name: newfold-labs/wp-module-coming-soon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 0509a2b1f..e2a76073c 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,7 @@ "require": { "newfold-labs/wp-module-activation": "^1.0.2", "newfold-labs/wp-module-atomic": "^1.2.0", - "newfold-labs/wp-module-coming-soon": "^1.2.3", + "newfold-labs/wp-module-coming-soon": "^1.2.4", "newfold-labs/wp-module-context": "^1.0.1", "newfold-labs/wp-module-data": "^2.5.0", "newfold-labs/wp-module-deactivation": "^1.1.2", diff --git a/composer.lock b/composer.lock index 5c5f6637c..b2399070a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e2660a6e14981d0a1b84b4c7174e645e", + "content-hash": "42fab6f639dc1b806a1ca0f11e0ec175", "packages": [ { "name": "doctrine/inflector", @@ -396,16 +396,16 @@ }, { "name": "newfold-labs/wp-module-coming-soon", - "version": "1.2.3", + "version": "1.2.4", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-coming-soon.git", - "reference": "335bfe833ebdc072de55ed54cd6eebe0a210e43f" + "reference": "05112a5908bb08ca0aa3aa7d7e7c508d44401b28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-coming-soon/zipball/335bfe833ebdc072de55ed54cd6eebe0a210e43f", - "reference": "335bfe833ebdc072de55ed54cd6eebe0a210e43f", + "url": "https://api.github.com/repos/newfold-labs/wp-module-coming-soon/zipball/05112a5908bb08ca0aa3aa7d7e7c508d44401b28", + "reference": "05112a5908bb08ca0aa3aa7d7e7c508d44401b28", "shasum": "" }, "require": { @@ -443,10 +443,10 @@ ], "description": "Coming Soon module for WordPress sites.", "support": { - "source": "https://github.com/newfold-labs/wp-module-coming-soon/tree/1.2.3", + "source": "https://github.com/newfold-labs/wp-module-coming-soon/tree/1.2.4", "issues": "https://github.com/newfold-labs/wp-module-coming-soon/issues" }, - "time": "2024-02-29T19:54:02+00:00" + "time": "2024-05-31T16:22:17+00:00" }, { "name": "newfold-labs/wp-module-context", @@ -504,16 +504,16 @@ }, { "name": "newfold-labs/wp-module-data", - "version": "2.5.1", + "version": "2.5.2", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-data.git", - "reference": "b9cb6839f891ee05b77b98ca2f961fc8dfac5112" + "reference": "bd9642c155735fac8f114ea1eb237da4a72eb267" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/b9cb6839f891ee05b77b98ca2f961fc8dfac5112", - "reference": "b9cb6839f891ee05b77b98ca2f961fc8dfac5112", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/bd9642c155735fac8f114ea1eb237da4a72eb267", + "reference": "bd9642c155735fac8f114ea1eb237da4a72eb267", "shasum": "" }, "require": { @@ -559,10 +559,10 @@ ], "description": "Newfold Data Module", "support": { - "source": "https://github.com/newfold-labs/wp-module-data/tree/2.5.1", + "source": "https://github.com/newfold-labs/wp-module-data/tree/2.5.2", "issues": "https://github.com/newfold-labs/wp-module-data/issues" }, - "time": "2024-05-28T14:16:02+00:00" + "time": "2024-05-30T18:45:12+00:00" }, { "name": "newfold-labs/wp-module-deactivation", From ec2b64c92a4b2e672c663ec3bbf3eabd36b7b749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:20:27 +0000 Subject: [PATCH 05/45] NPM Dev(deps-dev): Bump @testing-library/cypress from 10.0.1 to 10.0.2 Bumps [@testing-library/cypress](https://github.com/testing-library/cypress-testing-library) from 10.0.1 to 10.0.2. - [Release notes](https://github.com/testing-library/cypress-testing-library/releases) - [Changelog](https://github.com/testing-library/cypress-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/cypress-testing-library/compare/v10.0.1...v10.0.2) --- updated-dependencies: - dependency-name: "@testing-library/cypress" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 133 +++++----------------------------------------- package.json | 2 +- 2 files changed, 15 insertions(+), 120 deletions(-) diff --git a/package-lock.json b/package-lock.json index fcf170941..879f930ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", - "@testing-library/cypress": "^10.0.1", + "@testing-library/cypress": "^10.0.2", "@wordpress/env": "^9.10.0", "@wordpress/eslint-plugin": "^18.1.0", "@wordpress/scripts": "^27.4.0", @@ -4184,13 +4184,13 @@ } }, "node_modules/@testing-library/cypress": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-10.0.1.tgz", - "integrity": "sha512-e8uswjTZIBhaIXjzEcrQQ8nHRWHgZH7XBxKuIWxZ/T7FxfWhCR48nFhUX5nfPizjVOKSThEfOSv67jquc1ASkw==", + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-10.0.2.tgz", + "integrity": "sha512-dKv95Bre5fDmNb9tOIuWedhGUryxGu1GWYWtXDqUsDPcr9Ekld0fiTb+pcBvSsFpYXAZSpmyEjhoXzLbhh06yQ==", "dev": true, "dependencies": { "@babel/runtime": "^7.14.6", - "@testing-library/dom": "^9.0.0" + "@testing-library/dom": "^10.1.0" }, "engines": { "node": ">=12", @@ -4201,22 +4201,22 @@ } }, "node_modules/@testing-library/dom": { - "version": "9.3.4", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-9.3.4.tgz", - "integrity": "sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.1.0.tgz", + "integrity": "sha512-wdsYKy5zupPyLCW2Je5DLHSxSfbIp6h80WoHOQc+RPtmPGA52O9x5MJEkv92Sjonpq+poOAtUKhh1kBGAXBrNA==", "dev": true, "dependencies": { "@babel/code-frame": "^7.10.4", "@babel/runtime": "^7.12.5", "@types/aria-query": "^5.0.1", - "aria-query": "5.1.3", + "aria-query": "5.3.0", "chalk": "^4.1.0", "dom-accessibility-api": "^0.5.9", "lz-string": "^1.5.0", "pretty-format": "^27.0.2" }, "engines": { - "node": ">=14" + "node": ">=18" } }, "node_modules/@tootallnate/once": { @@ -6297,12 +6297,12 @@ "dev": true }, "node_modules/aria-query": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz", - "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", + "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", "dev": true, "dependencies": { - "deep-equal": "^2.0.5" + "dequal": "^2.0.3" } }, "node_modules/arr-union": { @@ -8863,38 +8863,6 @@ } } }, - "node_modules/deep-equal": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz", - "integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==", - "dev": true, - "dependencies": { - "array-buffer-byte-length": "^1.0.0", - "call-bind": "^1.0.5", - "es-get-iterator": "^1.1.3", - "get-intrinsic": "^1.2.2", - "is-arguments": "^1.1.1", - "is-array-buffer": "^3.0.2", - "is-date-object": "^1.0.5", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.2", - "isarray": "^2.0.5", - "object-is": "^1.1.5", - "object-keys": "^1.1.1", - "object.assign": "^4.1.4", - "regexp.prototype.flags": "^1.5.1", - "side-channel": "^1.0.4", - "which-boxed-primitive": "^1.0.2", - "which-collection": "^1.0.1", - "which-typed-array": "^1.1.13" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/deep-extend": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", @@ -9659,26 +9627,6 @@ "node": ">= 0.4" } }, - "node_modules/es-get-iterator": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz", - "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.3", - "has-symbols": "^1.0.3", - "is-arguments": "^1.1.1", - "is-map": "^2.0.2", - "is-set": "^2.0.2", - "is-string": "^1.0.7", - "isarray": "^2.0.5", - "stop-iteration-iterator": "^1.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/es-iterator-helpers": { "version": "1.0.19", "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz", @@ -10217,15 +10165,6 @@ "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" } }, - "node_modules/eslint-plugin-jsx-a11y/node_modules/aria-query": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", - "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", - "dev": true, - "dependencies": { - "dequal": "^2.0.3" - } - }, "node_modules/eslint-plugin-jsx-a11y/node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -12742,22 +12681,6 @@ "node": ">=8" } }, - "node_modules/is-arguments": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", - "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/is-array-buffer": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz", @@ -16337,22 +16260,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/object-is": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz", - "integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.7", - "define-properties": "^1.2.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/object-keys": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", @@ -19944,18 +19851,6 @@ "node": ">= 0.8" } }, - "node_modules/stop-iteration-iterator": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz", - "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==", - "dev": true, - "dependencies": { - "internal-slot": "^1.0.4" - }, - "engines": { - "node": ">= 0.4" - } - }, "node_modules/streamx": { "version": "2.16.1", "dev": true, diff --git a/package.json b/package.json index 92f33eae3..59855e102 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", - "@testing-library/cypress": "^10.0.1", + "@testing-library/cypress": "^10.0.2", "@wordpress/env": "^9.10.0", "@wordpress/eslint-plugin": "^18.1.0", "@wordpress/scripts": "^27.4.0", From 5ed4ad9a420782f375876141dc80e5005b0f0331 Mon Sep 17 00:00:00 2001 From: Allen Benny Date: Wed, 5 Jun 2024 17:54:23 +0530 Subject: [PATCH 06/45] Upgrade Onboarding --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 834326d42..9fed52dfa 100644 --- a/composer.json +++ b/composer.json @@ -87,7 +87,7 @@ "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.2.4", "newfold-labs/wp-module-notifications": "^1.3.0", - "newfold-labs/wp-module-onboarding": "^2.3.2", + "newfold-labs/wp-module-onboarding": "^2.3.3", "newfold-labs/wp-module-patterns": "2.0.0 as 1.9.9", "newfold-labs/wp-module-performance": "2.0.0 as 1.9.9", "newfold-labs/wp-module-runtime": "^1.0.11", diff --git a/composer.lock b/composer.lock index 02f7c54b4..02002a3ec 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3197dd5d34c42e25a193a02e09fc1e8b", + "content-hash": "5b9516ff091e5fa5a7b563d6beabbaa9", "packages": [ { "name": "doctrine/inflector", @@ -1165,16 +1165,16 @@ }, { "name": "newfold-labs/wp-module-onboarding", - "version": "2.3.2", + "version": "2.3.3", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding.git", - "reference": "5d73dec28f11e3ab305ee3ebd05c118636af4d70" + "reference": "61bc13e39dee05de8fe9a13a0b68c69bc5bab83c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/5d73dec28f11e3ab305ee3ebd05c118636af4d70", - "reference": "5d73dec28f11e3ab305ee3ebd05c118636af4d70", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/61bc13e39dee05de8fe9a13a0b68c69bc5bab83c", + "reference": "61bc13e39dee05de8fe9a13a0b68c69bc5bab83c", "shasum": "" }, "require": { @@ -1220,10 +1220,10 @@ ], "description": "Next-generation WordPress Onboarding for WordPress sites at Newfold Digital.", "support": { - "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/2.3.2", + "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/2.3.3", "issues": "https://github.com/newfold-labs/wp-module-onboarding/issues" }, - "time": "2024-05-28T09:12:14+00:00" + "time": "2024-06-05T12:14:42+00:00" }, { "name": "newfold-labs/wp-module-onboarding-data", @@ -4215,5 +4215,5 @@ "platform-overrides": { "php": "7.3.0" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } From 330272d740df7c4c89c4411a775cad4694b56cb8 Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 5 Jun 2024 11:36:38 -0700 Subject: [PATCH 07/45] Marketplace page overflow hidden --- src/app/pages/marketplace/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/pages/marketplace/index.js b/src/app/pages/marketplace/index.js index c0c6bac08..e8fa068af 100644 --- a/src/app/pages/marketplace/index.js +++ b/src/app/pages/marketplace/index.js @@ -55,7 +55,11 @@ const MarketplacePage = () => { return ( - + Date: Thu, 6 Jun 2024 16:12:06 +0000 Subject: [PATCH 08/45] Composer(deps): Bump newfold-labs/wp-module-atomic from 1.2.0 to 1.3.0 Bumps [newfold-labs/wp-module-atomic](https://github.com/newfold-labs/wp-module-atomic) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/newfold-labs/wp-module-atomic/releases) - [Commits](https://github.com/newfold-labs/wp-module-atomic/compare/1.2.0...1.3.0) --- updated-dependencies: - dependency-name: newfold-labs/wp-module-atomic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index e2a76073c..7f119db26 100644 --- a/composer.json +++ b/composer.json @@ -74,7 +74,7 @@ }, "require": { "newfold-labs/wp-module-activation": "^1.0.2", - "newfold-labs/wp-module-atomic": "^1.2.0", + "newfold-labs/wp-module-atomic": "^1.3.0", "newfold-labs/wp-module-coming-soon": "^1.2.4", "newfold-labs/wp-module-context": "^1.0.1", "newfold-labs/wp-module-data": "^2.5.0", diff --git a/composer.lock b/composer.lock index b2399070a..510ba5148 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "42fab6f639dc1b806a1ca0f11e0ec175", + "content-hash": "932c3e84a9f7f0dcc6745e01cd48ffc7", "packages": [ { "name": "doctrine/inflector", @@ -343,16 +343,16 @@ }, { "name": "newfold-labs/wp-module-atomic", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-atomic.git", - "reference": "d18b3839f65b6c3fab9fbad52d632be5f1ee321f" + "reference": "8207104d63db8775b4b0c2a22d1bb016df0d82bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-atomic/zipball/d18b3839f65b6c3fab9fbad52d632be5f1ee321f", - "reference": "d18b3839f65b6c3fab9fbad52d632be5f1ee321f", + "url": "https://api.github.com/repos/newfold-labs/wp-module-atomic/zipball/8207104d63db8775b4b0c2a22d1bb016df0d82bb", + "reference": "8207104d63db8775b4b0c2a22d1bb016df0d82bb", "shasum": "" }, "require": { @@ -389,10 +389,10 @@ ], "description": "A module to customize a brand plugin for wp cloud environments.", "support": { - "source": "https://github.com/newfold-labs/wp-module-atomic/tree/1.2.0", + "source": "https://github.com/newfold-labs/wp-module-atomic/tree/1.3.0", "issues": "https://github.com/newfold-labs/wp-module-atomic/issues" }, - "time": "2024-05-28T20:14:15+00:00" + "time": "2024-05-31T16:25:56+00:00" }, { "name": "newfold-labs/wp-module-coming-soon", From 5a4a6365f4d5627b6d0598e0869dc7503feee7da Mon Sep 17 00:00:00 2001 From: wpalani Date: Thu, 6 Jun 2024 20:14:40 -0700 Subject: [PATCH 09/45] add `nfd-overflow-clip` to marketplace page wrapper to allow sticky scrolling --- src/app/pages/marketplace/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pages/marketplace/index.js b/src/app/pages/marketplace/index.js index e8fa068af..a920acd52 100644 --- a/src/app/pages/marketplace/index.js +++ b/src/app/pages/marketplace/index.js @@ -57,7 +57,7 @@ const MarketplacePage = () => { Date: Mon, 10 Jun 2024 20:35:11 +0000 Subject: [PATCH 10/45] Composer(deps): Bump newfold-labs/wp-module-facebook from 1.0.7 to 1.0.9 Bumps [newfold-labs/wp-module-facebook](https://github.com/newfold-labs/wp-module-facebook) from 1.0.7 to 1.0.9. - [Release notes](https://github.com/newfold-labs/wp-module-facebook/releases) - [Commits](https://github.com/newfold-labs/wp-module-facebook/compare/v1.0.7...v1.0.9) --- updated-dependencies: - dependency-name: newfold-labs/wp-module-facebook dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 834326d42..e605da620 100644 --- a/composer.json +++ b/composer.json @@ -80,7 +80,7 @@ "newfold-labs/wp-module-data": "^2.5.2", "newfold-labs/wp-module-deactivation": "^1.1.2", "newfold-labs/wp-module-ecommerce": "^1.3.31", - "newfold-labs/wp-module-facebook": "1.0.7", + "newfold-labs/wp-module-facebook": "1.0.9", "newfold-labs/wp-module-features": "^1.4.1", "newfold-labs/wp-module-global-ctb": "^1.0.12", "newfold-labs/wp-module-help-center": "^2.0.0", diff --git a/composer.lock b/composer.lock index 02f7c54b4..d3f9b6701 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3197dd5d34c42e25a193a02e09fc1e8b", + "content-hash": "7a35cf122e998dcd371d369f5a939bfc", "packages": [ { "name": "doctrine/inflector", @@ -686,16 +686,16 @@ }, { "name": "newfold-labs/wp-module-facebook", - "version": "v1.0.7", + "version": "v1.0.9", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-facebook.git", - "reference": "77a433621894590b3d38c511d880d830fb3b4b64" + "reference": "5526497969f6a3fc4d4b2fa728ee1c9c52d132b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-facebook/zipball/77a433621894590b3d38c511d880d830fb3b4b64", - "reference": "77a433621894590b3d38c511d880d830fb3b4b64", + "url": "https://api.github.com/repos/newfold-labs/wp-module-facebook/zipball/5526497969f6a3fc4d4b2fa728ee1c9c52d132b8", + "reference": "5526497969f6a3fc4d4b2fa728ee1c9c52d132b8", "shasum": "" }, "require": { @@ -721,10 +721,10 @@ } ], "support": { - "source": "https://github.com/newfold-labs/wp-module-facebook/tree/v1.0.7", + "source": "https://github.com/newfold-labs/wp-module-facebook/tree/v1.0.9", "issues": "https://github.com/newfold-labs/wp-module-facebook/issues" }, - "time": "2024-05-03T10:09:41+00:00" + "time": "2024-06-05T11:02:38+00:00" }, { "name": "newfold-labs/wp-module-features", @@ -4215,5 +4215,5 @@ "platform-overrides": { "php": "7.3.0" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } From e8908a12655b5e3f95c233b8c9c30531cf78eb95 Mon Sep 17 00:00:00 2001 From: aratidgr8 Date: Wed, 12 Jun 2024 17:49:08 +0530 Subject: [PATCH 11/45] Version Update for Ecommerce module --- composer.json | 2 +- composer.lock | 81 ++++++++++++++++++++++++----------------------- package-lock.json | 9 +++--- package.json | 2 +- 4 files changed, 48 insertions(+), 46 deletions(-) diff --git a/composer.json b/composer.json index 834326d42..a99a05bf4 100644 --- a/composer.json +++ b/composer.json @@ -79,7 +79,7 @@ "newfold-labs/wp-module-context": "^1.0.1", "newfold-labs/wp-module-data": "^2.5.2", "newfold-labs/wp-module-deactivation": "^1.1.2", - "newfold-labs/wp-module-ecommerce": "^1.3.31", + "newfold-labs/wp-module-ecommerce": "^1.3.32", "newfold-labs/wp-module-facebook": "1.0.7", "newfold-labs/wp-module-features": "^1.4.1", "newfold-labs/wp-module-global-ctb": "^1.0.12", diff --git a/composer.lock b/composer.lock index 02f7c54b4..10ba017cf 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3197dd5d34c42e25a193a02e09fc1e8b", + "content-hash": "271c6dd754bb2fdb53347957a760b7b0", "packages": [ { "name": "doctrine/inflector", @@ -627,16 +627,16 @@ }, { "name": "newfold-labs/wp-module-ecommerce", - "version": "v1.3.31", + "version": "v1.3.32", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-ecommerce.git", - "reference": "24ef99c9b697f2c30172a95c5f6fa0470b9b2604" + "reference": "f984224d5e4436e34896940f5b8db14a1cc0aefd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/24ef99c9b697f2c30172a95c5f6fa0470b9b2604", - "reference": "24ef99c9b697f2c30172a95c5f6fa0470b9b2604", + "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/f984224d5e4436e34896940f5b8db14a1cc0aefd", + "reference": "f984224d5e4436e34896940f5b8db14a1cc0aefd", "shasum": "" }, "require": { @@ -679,10 +679,10 @@ ], "description": "Brand Agnostic eCommerce Experience", "support": { - "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.31", + "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.32", "issues": "https://github.com/newfold-labs/wp-module-ecommerce/issues" }, - "time": "2024-05-20T12:40:55+00:00" + "time": "2024-06-12T09:56:35+00:00" }, { "name": "newfold-labs/wp-module-facebook", @@ -1066,16 +1066,16 @@ }, { "name": "newfold-labs/wp-module-migration", - "version": "v1.0.3", + "version": "v1.0.4", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-migration.git", - "reference": "69407754a69cd6e8bc6fb48e9daa361285541e45" + "reference": "64e9c6cb82382fcc063e3362cf50dff9e89a148d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/69407754a69cd6e8bc6fb48e9daa361285541e45", - "reference": "69407754a69cd6e8bc6fb48e9daa361285541e45", + "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/64e9c6cb82382fcc063e3362cf50dff9e89a148d", + "reference": "64e9c6cb82382fcc063e3362cf50dff9e89a148d", "shasum": "" }, "require": { @@ -1113,10 +1113,10 @@ ], "description": "Initiates the migration process", "support": { - "source": "https://github.com/newfold-labs/wp-module-migration/tree/v1.0.3", + "source": "https://github.com/newfold-labs/wp-module-migration/tree/v1.0.4", "issues": "https://github.com/newfold-labs/wp-module-migration/issues" }, - "time": "2024-05-27T06:29:53+00:00" + "time": "2024-06-07T07:19:16+00:00" }, { "name": "newfold-labs/wp-module-notifications", @@ -1165,16 +1165,16 @@ }, { "name": "newfold-labs/wp-module-onboarding", - "version": "2.3.2", + "version": "2.3.3", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding.git", - "reference": "5d73dec28f11e3ab305ee3ebd05c118636af4d70" + "reference": "61bc13e39dee05de8fe9a13a0b68c69bc5bab83c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/5d73dec28f11e3ab305ee3ebd05c118636af4d70", - "reference": "5d73dec28f11e3ab305ee3ebd05c118636af4d70", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/61bc13e39dee05de8fe9a13a0b68c69bc5bab83c", + "reference": "61bc13e39dee05de8fe9a13a0b68c69bc5bab83c", "shasum": "" }, "require": { @@ -1220,23 +1220,23 @@ ], "description": "Next-generation WordPress Onboarding for WordPress sites at Newfold Digital.", "support": { - "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/2.3.2", + "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/2.3.3", "issues": "https://github.com/newfold-labs/wp-module-onboarding/issues" }, - "time": "2024-05-28T09:12:14+00:00" + "time": "2024-06-05T12:14:42+00:00" }, { "name": "newfold-labs/wp-module-onboarding-data", - "version": "1.1.10", + "version": "1.1.11", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding-data.git", - "reference": "32963151eda0eb2f93a77a9a0fa55d1ec8c9aed5" + "reference": "16b522291f29fad9d3067da1634a7362ad889953" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding-data/zipball/32963151eda0eb2f93a77a9a0fa55d1ec8c9aed5", - "reference": "32963151eda0eb2f93a77a9a0fa55d1ec8c9aed5", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding-data/zipball/16b522291f29fad9d3067da1634a7362ad889953", + "reference": "16b522291f29fad9d3067da1634a7362ad889953", "shasum": "" }, "require": { @@ -1271,10 +1271,10 @@ ], "description": "A non-toggleable module containing a standardized interface for interacting with Onboarding data.", "support": { - "source": "https://github.com/newfold-labs/wp-module-onboarding-data/tree/1.1.10", + "source": "https://github.com/newfold-labs/wp-module-onboarding-data/tree/1.1.11", "issues": "https://github.com/newfold-labs/wp-module-onboarding-data/issues" }, - "time": "2024-05-27T09:30:23+00:00" + "time": "2024-06-05T08:28:57+00:00" }, { "name": "newfold-labs/wp-module-patterns", @@ -2738,12 +2738,12 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "8583ee6fe6fdd08d3dbf9c273fa41704c3a919c1" + "reference": "cac81dc38cb1ea099552433245d0790b6e172211" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/8583ee6fe6fdd08d3dbf9c273fa41704c3a919c1", - "reference": "8583ee6fe6fdd08d3dbf9c273fa41704c3a919c1", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/cac81dc38cb1ea099552433245d0790b6e172211", + "reference": "cac81dc38cb1ea099552433245d0790b6e172211", "shasum": "" }, "conflict": { @@ -2751,7 +2751,8 @@ "admidio/admidio": "<4.2.13", "adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3", "aheinze/cockpit": "<2.2", - "aimeos/aimeos-core": ">=2022.04.1,<2022.10.17|>=2023.04.1,<2023.10.17|>=2024.04.1,<2024.04.7", + "aimeos/ai-client-html": ">=2020.04.1,<2020.10.27|>=2021.04.1,<2021.10.21|>=2022.04.1,<2022.10.12|>=2023.04.1,<2023.10.14|>=2024.04.1,<2024.04.4", + "aimeos/aimeos-core": "<2024.04.7", "aimeos/aimeos-typo3": "<19.10.12|>=20,<20.10.5", "airesvsg/acf-to-rest-api": "<=3.1", "akaunting/akaunting": "<2.1.13", @@ -2802,6 +2803,7 @@ "bmarshall511/wordpress_zero_spam": "<5.2.13", "bolt/bolt": "<3.7.2", "bolt/core": "<=4.2", + "born05/craft-twofactorauthentication": "<3.3.4", "bottelet/flarepoint": "<2.2.1", "bref/bref": "<2.1.17", "brightlocal/phpwhois": "<=4.2.5", @@ -2833,7 +2835,7 @@ "codeigniter4/framework": "<4.4.7", "codeigniter4/shield": "<1.0.0.0-beta8", "codiad/codiad": "<=2.8.4", - "composer/composer": "<1.10.27|>=2,<2.2.23|>=2.3,<2.7", + "composer/composer": "<1.10.27|>=2,<2.2.24|>=2.3,<2.7.7", "concrete5/concrete5": "<9.2.8", "concrete5/core": "<8.5.8|>=9,<9.1", "contao-components/mediaelement": ">=2.14.2,<2.21.1", @@ -2870,7 +2872,7 @@ "doctrine/mongodb-odm": "<1.0.2", "doctrine/mongodb-odm-bundle": "<3.0.1", "doctrine/orm": ">=1,<1.2.4|>=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4", - "dolibarr/dolibarr": "<=19", + "dolibarr/dolibarr": "<19.0.2", "dompdf/dompdf": "<2.0.4", "doublethreedigital/guest-entries": "<3.1.2", "drupal/core": ">=6,<6.38|>=7,<7.96|>=8,<10.1.8|>=10.2,<10.2.2", @@ -2953,7 +2955,7 @@ "funadmin/funadmin": "<=3.2|>=3.3.2,<=3.3.3", "gaoming13/wechat-php-sdk": "<=1.10.2", "genix/cms": "<=1.1.11", - "getformwork/formwork": "<1.13", + "getformwork/formwork": "<1.13.1|==2.0.0.0-beta1", "getgrav/grav": "<1.7.46", "getkirby/cms": "<4.1.1", "getkirby/kirby": "<=2.5.12", @@ -3094,7 +3096,7 @@ "mojo42/jirafeau": "<4.4", "mongodb/mongodb": ">=1,<1.9.2", "monolog/monolog": ">=1.8,<1.12", - "moodle/moodle": "<=4.3.3", + "moodle/moodle": "<4.3.4", "mos/cimage": "<0.7.19", "movim/moxl": ">=0.8,<=0.10", "movingbytes/social-network": "<=1.2.1", @@ -3189,13 +3191,13 @@ "phpxmlrpc/extras": "<0.6.1", "phpxmlrpc/phpxmlrpc": "<4.9.2", "pi/pi": "<=2.5", - "pimcore/admin-ui-classic-bundle": "<1.3.4", + "pimcore/admin-ui-classic-bundle": "<=1.4.2", "pimcore/customer-management-framework-bundle": "<4.0.6", "pimcore/data-hub": "<1.2.4", "pimcore/demo": "<10.3", "pimcore/ecommerce-framework-bundle": "<1.0.10", "pimcore/perspective-editor": "<1.5.1", - "pimcore/pimcore": "<11.1.6.5-dev|>=11.2,<11.2.3", + "pimcore/pimcore": "<11.2.4", "pixelfed/pixelfed": "<0.11.11", "plotly/plotly.js": "<2.25.2", "pocketmine/bedrock-protocol": "<8.0.2", @@ -3302,6 +3304,7 @@ "studio-42/elfinder": "<2.1.62", "subhh/libconnect": "<7.0.8|>=8,<8.1", "sukohi/surpass": "<1", + "sulu/form-bundle": ">=2,<2.5.3", "sulu/sulu": "<1.6.44|>=2,<2.4.17|>=2.5,<2.5.13", "sumocoders/framework-user-bundle": "<1.4", "superbig/craft-audit": "<3.0.2", @@ -3471,7 +3474,7 @@ "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3", "zendframework/zend-mail": "<2.4.11|>=2.5,<2.7.2", "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1", - "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4", + "zendframework/zend-session": ">=2,<2.2.9|>=2.3,<2.3.4", "zendframework/zend-validator": ">=2.3,<2.3.6", "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1", "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6", @@ -3530,7 +3533,7 @@ "type": "tidelift" } ], - "time": "2024-06-03T21:04:39+00:00" + "time": "2024-06-10T22:04:51+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -4143,7 +4146,7 @@ }, { "name": "wp-phpunit/wp-phpunit", - "version": "6.5.3", + "version": "6.5.4", "source": { "type": "git", "url": "https://github.com/wp-phpunit/wp-phpunit.git", @@ -4215,5 +4218,5 @@ "platform-overrides": { "php": "7.3.0" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } diff --git a/package-lock.json b/package-lock.json index 33cf2aaf6..1c9fd7adc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.1", - "@newfold-labs/wp-module-ecommerce": "^1.3.31", + "@newfold-labs/wp-module-ecommerce": "^1.3.32", "@newfold-labs/wp-module-facebook": "1.0.7", "@newfold-labs/wp-module-runtime": "^1.0.10", "@newfold/ui-component-library": "^1.1.0", @@ -3197,10 +3197,9 @@ } }, "node_modules/@newfold-labs/wp-module-ecommerce": { - "version": "1.3.31", - "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-ecommerce/1.3.31/355c4a15cc4d8cc4820a8db6de508e511d938c42", - "integrity": "sha512-3T9MPz9v/dtyUuO0TAlJONhunZ2SNGbHCOuYKx7ffge6esO6wYFYB2m9B7FoP1wC8Rl/zvfwxQfKTooS6LHLHA==", - "license": "GPL-2.0-or-later", + "version": "1.3.32", + "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-ecommerce/1.3.32/38d03cc4d731e9dd6b958b3a7393ae2824ee7b30", + "integrity": "sha512-xiNnF21m1nvilEw+sYTs/ZctY7N2YTmBE2WvfIfxhnQDdLXH0DbWDIZye0Lhdbb9xp8F8doGO4pHlekRizCxsA==", "dependencies": { "@faizaanceg/pandora": "^1.1.1", "@heroicons/react": "2.1.3", diff --git a/package.json b/package.json index 25b6723e5..0e94e717e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@heroicons/react": "^2.1.1", - "@newfold-labs/wp-module-ecommerce": "^1.3.31", + "@newfold-labs/wp-module-ecommerce": "^1.3.32", "@newfold-labs/wp-module-facebook": "1.0.7", "@newfold-labs/wp-module-runtime": "^1.0.10", "@newfold/ui-component-library": "^1.1.0", From 031e691dd9ed434d15e8b8b85d9098a20c035ba2 Mon Sep 17 00:00:00 2001 From: Allen Benny Date: Fri, 14 Jun 2024 18:56:26 +0530 Subject: [PATCH 12/45] Bump Onboarding to 2.3.4 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 9fed52dfa..66c1ea541 100644 --- a/composer.json +++ b/composer.json @@ -87,7 +87,7 @@ "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.2.4", "newfold-labs/wp-module-notifications": "^1.3.0", - "newfold-labs/wp-module-onboarding": "^2.3.3", + "newfold-labs/wp-module-onboarding": "^2.3.4", "newfold-labs/wp-module-patterns": "2.0.0 as 1.9.9", "newfold-labs/wp-module-performance": "2.0.0 as 1.9.9", "newfold-labs/wp-module-runtime": "^1.0.11", diff --git a/composer.lock b/composer.lock index 02002a3ec..12117d276 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5b9516ff091e5fa5a7b563d6beabbaa9", + "content-hash": "99b7c1ad2aec59177f25bdd742adaa23", "packages": [ { "name": "doctrine/inflector", @@ -1165,16 +1165,16 @@ }, { "name": "newfold-labs/wp-module-onboarding", - "version": "2.3.3", + "version": "2.3.4", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding.git", - "reference": "61bc13e39dee05de8fe9a13a0b68c69bc5bab83c" + "reference": "243277e79a3bd42f16b4d186f4575bf46fea67c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/61bc13e39dee05de8fe9a13a0b68c69bc5bab83c", - "reference": "61bc13e39dee05de8fe9a13a0b68c69bc5bab83c", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/243277e79a3bd42f16b4d186f4575bf46fea67c7", + "reference": "243277e79a3bd42f16b4d186f4575bf46fea67c7", "shasum": "" }, "require": { @@ -1220,10 +1220,10 @@ ], "description": "Next-generation WordPress Onboarding for WordPress sites at Newfold Digital.", "support": { - "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/2.3.3", + "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/2.3.4", "issues": "https://github.com/newfold-labs/wp-module-onboarding/issues" }, - "time": "2024-06-05T12:14:42+00:00" + "time": "2024-06-14T13:15:51+00:00" }, { "name": "newfold-labs/wp-module-onboarding-data", From ad6e3ff431696073a36fc6b8f9a9a1b1dc9828e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:05:05 +0000 Subject: [PATCH 13/45] NPM(deps): Bump @wordpress/compose from 6.35.0 to 7.1.0 Bumps [@wordpress/compose](https://github.com/WordPress/gutenberg/tree/HEAD/packages/compose) from 6.35.0 to 7.1.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/compose/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/compose@7.1.0/packages/compose) --- updated-dependencies: - dependency-name: "@wordpress/compose" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 269 ++++++++++++++++++++++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 263 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 33cf2aaf6..1b7043389 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@newfold-labs/wp-module-runtime": "^1.0.10", "@newfold/ui-component-library": "^1.1.0", "@reduxjs/toolkit": "^2.2.5", - "@wordpress/compose": "^6.35.0", + "@wordpress/compose": "^7.1.0", "@wordpress/dom-ready": "^3.58.0", "@wordpress/element": "^5.35.0", "@wordpress/html-entities": "^3.58.0", @@ -5340,7 +5340,7 @@ "react-dom": "^18.0.0" } }, - "node_modules/@wordpress/compose": { + "node_modules/@wordpress/components/node_modules/@wordpress/compose": { "version": "6.35.0", "resolved": "https://registry.npmjs.org/@wordpress/compose/-/compose-6.35.0.tgz", "integrity": "sha512-PfruhCxxxJokDQHc2YBgerEiHV7BIxQk9g5vU4/f9X/0PBQWUTuxOzSFcAba03vnjfAgtPTSMp50T50hcJwXfA==", @@ -5366,6 +5366,172 @@ "react": "^18.0.0" } }, + "node_modules/@wordpress/components/node_modules/@wordpress/undo-manager": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/@wordpress/undo-manager/-/undo-manager-0.18.0.tgz", + "integrity": "sha512-upbzPEToa095XG+2JXLHaolF1LfXEMFS0lNMYV37myoUS+eZ7/tl9Gx+yU2+OqWy57TMwx33NlWUX/n+ynzPRw==", + "dependencies": { + "@babel/runtime": "^7.16.0", + "@wordpress/is-shallow-equal": "^4.58.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@wordpress/compose": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@wordpress/compose/-/compose-7.1.0.tgz", + "integrity": "sha512-YxH191innNfsCzloxPLhxJh98avjMqYKH8as9srXqy6alN6QDQX7t4JYqT3+vjgRpJPwfzW7aBP2IO+u0cAz2w==", + "dependencies": { + "@babel/runtime": "^7.16.0", + "@types/mousetrap": "^1.6.8", + "@wordpress/deprecated": "^4.1.0", + "@wordpress/dom": "^4.1.0", + "@wordpress/element": "^6.1.0", + "@wordpress/is-shallow-equal": "^5.1.0", + "@wordpress/keycodes": "^4.1.0", + "@wordpress/priority-queue": "^3.1.0", + "@wordpress/undo-manager": "^1.1.0", + "change-case": "^4.1.2", + "clipboard": "^2.0.11", + "mousetrap": "^1.6.5", + "use-memo-one": "^1.1.1" + }, + "engines": { + "node": ">=18.12.0", + "npm": ">=8.19.2" + }, + "peerDependencies": { + "react": "^18.0.0" + } + }, + "node_modules/@wordpress/compose/node_modules/@wordpress/deprecated": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@wordpress/deprecated/-/deprecated-4.1.0.tgz", + "integrity": "sha512-iZ/Vmhf3Tkq03DIuyef/+ZXsQanCZJsUc8xFPFXKn4ACHeo6Ds0krfFZ/AC0qwpW+cnHCaIEdqoEosHUnemGsQ==", + "dependencies": { + "@babel/runtime": "^7.16.0", + "@wordpress/hooks": "^4.1.0" + }, + "engines": { + "node": ">=18.12.0", + "npm": ">=8.19.2" + } + }, + "node_modules/@wordpress/compose/node_modules/@wordpress/dom": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@wordpress/dom/-/dom-4.1.0.tgz", + "integrity": "sha512-G3RhtPkuOLy/q46W4PWC5hMPX7Y7Gn7MLzbmOi1M5z0xUIWJWKXaxXx1hm6qgmRokY/Z8yRHl/PqEGe/UQIV6w==", + "dependencies": { + "@babel/runtime": "^7.16.0", + "@wordpress/deprecated": "^4.1.0" + }, + "engines": { + "node": ">=18.12.0", + "npm": ">=8.19.2" + } + }, + "node_modules/@wordpress/compose/node_modules/@wordpress/element": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@wordpress/element/-/element-6.1.0.tgz", + "integrity": "sha512-DqAGqal1i6gTfYxz95zHnckbweS43MroHqMcz/Rww60pysTCoaRG5KZ/v4/3hry1tNCem1WQguY4ZMTF0MMTBQ==", + "dependencies": { + "@babel/runtime": "^7.16.0", + "@types/react": "^18.2.79", + "@types/react-dom": "^18.2.25", + "@wordpress/escape-html": "^3.1.0", + "change-case": "^4.1.2", + "is-plain-object": "^5.0.0", + "react": "^18.3.0", + "react-dom": "^18.3.0" + }, + "engines": { + "node": ">=18.12.0", + "npm": ">=8.19.2" + } + }, + "node_modules/@wordpress/compose/node_modules/@wordpress/escape-html": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@wordpress/escape-html/-/escape-html-3.1.0.tgz", + "integrity": "sha512-wcRGrGuGV4kTd5hJMXy/bdjCObqcwqFmd/HkDAUi2pfngEsv2aJhAeTfkGP5NwmY/F03Oqz2Qgd4UzTiIu2bjQ==", + "dependencies": { + "@babel/runtime": "^7.16.0" + }, + "engines": { + "node": ">=18.12.0", + "npm": ">=8.19.2" + } + }, + "node_modules/@wordpress/compose/node_modules/@wordpress/hooks": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@wordpress/hooks/-/hooks-4.1.0.tgz", + "integrity": "sha512-uJ2zyLLs6AwWuEdLGv/P7oSXJuX27Ym6JglzWGBavxAKNXpTCCjiJwgxlZJbSjT3BzhRsRGl3bUMmzt3eh50Pg==", + "dependencies": { + "@babel/runtime": "^7.16.0" + }, + "engines": { + "node": ">=18.12.0", + "npm": ">=8.19.2" + } + }, + "node_modules/@wordpress/compose/node_modules/@wordpress/i18n": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@wordpress/i18n/-/i18n-5.1.0.tgz", + "integrity": "sha512-zNJiudByLnpIVhIS45hr92r53t+wRYp9a6XOJ585xNYeUmoUpymY5GTdLSrExmQaytMhV5cSXSn3qMMDBMjUsg==", + "dependencies": { + "@babel/runtime": "^7.16.0", + "@wordpress/hooks": "^4.1.0", + "gettext-parser": "^1.3.1", + "memize": "^2.1.0", + "sprintf-js": "^1.1.1", + "tannin": "^1.2.0" + }, + "bin": { + "pot-to-php": "tools/pot-to-php.js" + }, + "engines": { + "node": ">=18.12.0", + "npm": ">=8.19.2" + } + }, + "node_modules/@wordpress/compose/node_modules/@wordpress/is-shallow-equal": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@wordpress/is-shallow-equal/-/is-shallow-equal-5.1.0.tgz", + "integrity": "sha512-OZH/p43ZNJaSF40oi6dNdlsLqxjd4pZ1H4QxDg46vXT0TztU1rT/HOeJWyVmHIjx/4utuGaLJBZcfK4cKPQXUg==", + "dependencies": { + "@babel/runtime": "^7.16.0" + }, + "engines": { + "node": ">=18.12.0", + "npm": ">=8.19.2" + } + }, + "node_modules/@wordpress/compose/node_modules/@wordpress/keycodes": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@wordpress/keycodes/-/keycodes-4.1.0.tgz", + "integrity": "sha512-ibAR7qg4q7082s9kOPnZ0Hqb6KM/zjAZBjEH2Yrc2jwLJ83QDGKDWCSx6dNYkN7m9jGpH52w8j4nz1wcbFZSiw==", + "dependencies": { + "@babel/runtime": "^7.16.0", + "@wordpress/i18n": "^5.1.0" + }, + "engines": { + "node": ">=18.12.0", + "npm": ">=8.19.2" + } + }, + "node_modules/@wordpress/compose/node_modules/@wordpress/priority-queue": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@wordpress/priority-queue/-/priority-queue-3.1.0.tgz", + "integrity": "sha512-soJddzCToRuF5ofayRUo0YYeJ9KZLM7ROzwwKIANOEcDt8+hnFRGmGorpfHYiDSThI4PtNqy6PdMOSy5/hvbFw==", + "dependencies": { + "@babel/runtime": "^7.16.0", + "requestidlecallback": "^0.3.0" + }, + "engines": { + "node": ">=18.12.0", + "npm": ">=8.19.2" + } + }, "node_modules/@wordpress/data": { "version": "9.27.0", "resolved": "https://registry.npmjs.org/@wordpress/data/-/data-9.27.0.tgz", @@ -5394,6 +5560,44 @@ "react": "^18.0.0" } }, + "node_modules/@wordpress/data/node_modules/@wordpress/compose": { + "version": "6.35.0", + "resolved": "https://registry.npmjs.org/@wordpress/compose/-/compose-6.35.0.tgz", + "integrity": "sha512-PfruhCxxxJokDQHc2YBgerEiHV7BIxQk9g5vU4/f9X/0PBQWUTuxOzSFcAba03vnjfAgtPTSMp50T50hcJwXfA==", + "dependencies": { + "@babel/runtime": "^7.16.0", + "@types/mousetrap": "^1.6.8", + "@wordpress/deprecated": "^3.58.0", + "@wordpress/dom": "^3.58.0", + "@wordpress/element": "^5.35.0", + "@wordpress/is-shallow-equal": "^4.58.0", + "@wordpress/keycodes": "^3.58.0", + "@wordpress/priority-queue": "^2.58.0", + "@wordpress/undo-manager": "^0.18.0", + "change-case": "^4.1.2", + "clipboard": "^2.0.11", + "mousetrap": "^1.6.5", + "use-memo-one": "^1.1.1" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "react": "^18.0.0" + } + }, + "node_modules/@wordpress/data/node_modules/@wordpress/undo-manager": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/@wordpress/undo-manager/-/undo-manager-0.18.0.tgz", + "integrity": "sha512-upbzPEToa095XG+2JXLHaolF1LfXEMFS0lNMYV37myoUS+eZ7/tl9Gx+yU2+OqWy57TMwx33NlWUX/n+ynzPRw==", + "dependencies": { + "@babel/runtime": "^7.16.0", + "@wordpress/is-shallow-equal": "^4.58.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/@wordpress/data/node_modules/redux": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz", @@ -5830,6 +6034,44 @@ "react": "^18.0.0" } }, + "node_modules/@wordpress/rich-text/node_modules/@wordpress/compose": { + "version": "6.35.0", + "resolved": "https://registry.npmjs.org/@wordpress/compose/-/compose-6.35.0.tgz", + "integrity": "sha512-PfruhCxxxJokDQHc2YBgerEiHV7BIxQk9g5vU4/f9X/0PBQWUTuxOzSFcAba03vnjfAgtPTSMp50T50hcJwXfA==", + "dependencies": { + "@babel/runtime": "^7.16.0", + "@types/mousetrap": "^1.6.8", + "@wordpress/deprecated": "^3.58.0", + "@wordpress/dom": "^3.58.0", + "@wordpress/element": "^5.35.0", + "@wordpress/is-shallow-equal": "^4.58.0", + "@wordpress/keycodes": "^3.58.0", + "@wordpress/priority-queue": "^2.58.0", + "@wordpress/undo-manager": "^0.18.0", + "change-case": "^4.1.2", + "clipboard": "^2.0.11", + "mousetrap": "^1.6.5", + "use-memo-one": "^1.1.1" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "react": "^18.0.0" + } + }, + "node_modules/@wordpress/rich-text/node_modules/@wordpress/undo-manager": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/@wordpress/undo-manager/-/undo-manager-0.18.0.tgz", + "integrity": "sha512-upbzPEToa095XG+2JXLHaolF1LfXEMFS0lNMYV37myoUS+eZ7/tl9Gx+yU2+OqWy57TMwx33NlWUX/n+ynzPRw==", + "dependencies": { + "@babel/runtime": "^7.16.0", + "@wordpress/is-shallow-equal": "^4.58.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/@wordpress/scripts": { "version": "27.8.0", "resolved": "https://registry.npmjs.org/@wordpress/scripts/-/scripts-27.8.0.tgz", @@ -5926,15 +6168,28 @@ } }, "node_modules/@wordpress/undo-manager": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@wordpress/undo-manager/-/undo-manager-0.18.0.tgz", - "integrity": "sha512-upbzPEToa095XG+2JXLHaolF1LfXEMFS0lNMYV37myoUS+eZ7/tl9Gx+yU2+OqWy57TMwx33NlWUX/n+ynzPRw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@wordpress/undo-manager/-/undo-manager-1.1.0.tgz", + "integrity": "sha512-9n+tSxWomyfvGhCWA2fevIgP8/sLcMX3kwdBAwr3PQJ/EbOoamFh7BLMRbSk2oKfXaPSwk8aN4QE92BQpYnL5g==", "dependencies": { "@babel/runtime": "^7.16.0", - "@wordpress/is-shallow-equal": "^4.58.0" + "@wordpress/is-shallow-equal": "^5.1.0" }, "engines": { - "node": ">=12" + "node": ">=18.12.0", + "npm": ">=8.19.2" + } + }, + "node_modules/@wordpress/undo-manager/node_modules/@wordpress/is-shallow-equal": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@wordpress/is-shallow-equal/-/is-shallow-equal-5.1.0.tgz", + "integrity": "sha512-OZH/p43ZNJaSF40oi6dNdlsLqxjd4pZ1H4QxDg46vXT0TztU1rT/HOeJWyVmHIjx/4utuGaLJBZcfK4cKPQXUg==", + "dependencies": { + "@babel/runtime": "^7.16.0" + }, + "engines": { + "node": ">=18.12.0", + "npm": ">=8.19.2" } }, "node_modules/@wordpress/url": { diff --git a/package.json b/package.json index 25b6723e5..0ed115d9f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@newfold-labs/wp-module-runtime": "^1.0.10", "@newfold/ui-component-library": "^1.1.0", "@reduxjs/toolkit": "^2.2.5", - "@wordpress/compose": "^6.35.0", + "@wordpress/compose": "^7.1.0", "@wordpress/dom-ready": "^3.58.0", "@wordpress/element": "^5.35.0", "@wordpress/html-entities": "^3.58.0", From f445e03763a49eb33e5bec03554299a2634d5004 Mon Sep 17 00:00:00 2001 From: Ramya krishna Date: Tue, 18 Jun 2024 15:08:09 +0530 Subject: [PATCH 14/45] ecommerce version bump 1.3.33 --- composer.json | 2 +- composer.lock | 68 +++++++++++++++++++++++------------------------ package-lock.json | 9 ++++--- package.json | 2 +- 4 files changed, 41 insertions(+), 40 deletions(-) diff --git a/composer.json b/composer.json index a99a05bf4..6d733c7e2 100644 --- a/composer.json +++ b/composer.json @@ -79,7 +79,7 @@ "newfold-labs/wp-module-context": "^1.0.1", "newfold-labs/wp-module-data": "^2.5.2", "newfold-labs/wp-module-deactivation": "^1.1.2", - "newfold-labs/wp-module-ecommerce": "^1.3.32", + "newfold-labs/wp-module-ecommerce": "^1.3.33", "newfold-labs/wp-module-facebook": "1.0.7", "newfold-labs/wp-module-features": "^1.4.1", "newfold-labs/wp-module-global-ctb": "^1.0.12", diff --git a/composer.lock b/composer.lock index 10ba017cf..53c87f280 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "271c6dd754bb2fdb53347957a760b7b0", + "content-hash": "43e72725dc04261328735a2fe4af09c5", "packages": [ { "name": "doctrine/inflector", @@ -627,16 +627,16 @@ }, { "name": "newfold-labs/wp-module-ecommerce", - "version": "v1.3.32", + "version": "v1.3.33", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-ecommerce.git", - "reference": "f984224d5e4436e34896940f5b8db14a1cc0aefd" + "reference": "9b848fee173f5688e4424dd010cad18914975678" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/f984224d5e4436e34896940f5b8db14a1cc0aefd", - "reference": "f984224d5e4436e34896940f5b8db14a1cc0aefd", + "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/9b848fee173f5688e4424dd010cad18914975678", + "reference": "9b848fee173f5688e4424dd010cad18914975678", "shasum": "" }, "require": { @@ -679,10 +679,10 @@ ], "description": "Brand Agnostic eCommerce Experience", "support": { - "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.32", + "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.33", "issues": "https://github.com/newfold-labs/wp-module-ecommerce/issues" }, - "time": "2024-06-12T09:56:35+00:00" + "time": "2024-06-18T08:53:05+00:00" }, { "name": "newfold-labs/wp-module-facebook", @@ -1066,16 +1066,16 @@ }, { "name": "newfold-labs/wp-module-migration", - "version": "v1.0.4", + "version": "v1.0.5", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-migration.git", - "reference": "64e9c6cb82382fcc063e3362cf50dff9e89a148d" + "reference": "44cf5193ee2d6cff9424cf745308820755bb97e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/64e9c6cb82382fcc063e3362cf50dff9e89a148d", - "reference": "64e9c6cb82382fcc063e3362cf50dff9e89a148d", + "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/44cf5193ee2d6cff9424cf745308820755bb97e9", + "reference": "44cf5193ee2d6cff9424cf745308820755bb97e9", "shasum": "" }, "require": { @@ -1113,10 +1113,10 @@ ], "description": "Initiates the migration process", "support": { - "source": "https://github.com/newfold-labs/wp-module-migration/tree/v1.0.4", + "source": "https://github.com/newfold-labs/wp-module-migration/tree/v1.0.5", "issues": "https://github.com/newfold-labs/wp-module-migration/issues" }, - "time": "2024-06-07T07:19:16+00:00" + "time": "2024-06-14T08:56:40+00:00" }, { "name": "newfold-labs/wp-module-notifications", @@ -1165,16 +1165,16 @@ }, { "name": "newfold-labs/wp-module-onboarding", - "version": "2.3.3", + "version": "2.3.4", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding.git", - "reference": "61bc13e39dee05de8fe9a13a0b68c69bc5bab83c" + "reference": "243277e79a3bd42f16b4d186f4575bf46fea67c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/61bc13e39dee05de8fe9a13a0b68c69bc5bab83c", - "reference": "61bc13e39dee05de8fe9a13a0b68c69bc5bab83c", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/243277e79a3bd42f16b4d186f4575bf46fea67c7", + "reference": "243277e79a3bd42f16b4d186f4575bf46fea67c7", "shasum": "" }, "require": { @@ -1220,23 +1220,23 @@ ], "description": "Next-generation WordPress Onboarding for WordPress sites at Newfold Digital.", "support": { - "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/2.3.3", + "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/2.3.4", "issues": "https://github.com/newfold-labs/wp-module-onboarding/issues" }, - "time": "2024-06-05T12:14:42+00:00" + "time": "2024-06-14T13:15:51+00:00" }, { "name": "newfold-labs/wp-module-onboarding-data", - "version": "1.1.11", + "version": "1.1.12", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding-data.git", - "reference": "16b522291f29fad9d3067da1634a7362ad889953" + "reference": "efce79142be2deb7382b0c500a17be75fc9a5708" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding-data/zipball/16b522291f29fad9d3067da1634a7362ad889953", - "reference": "16b522291f29fad9d3067da1634a7362ad889953", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding-data/zipball/efce79142be2deb7382b0c500a17be75fc9a5708", + "reference": "efce79142be2deb7382b0c500a17be75fc9a5708", "shasum": "" }, "require": { @@ -1271,10 +1271,10 @@ ], "description": "A non-toggleable module containing a standardized interface for interacting with Onboarding data.", "support": { - "source": "https://github.com/newfold-labs/wp-module-onboarding-data/tree/1.1.11", + "source": "https://github.com/newfold-labs/wp-module-onboarding-data/tree/1.1.12", "issues": "https://github.com/newfold-labs/wp-module-onboarding-data/issues" }, - "time": "2024-06-05T08:28:57+00:00" + "time": "2024-06-14T12:45:33+00:00" }, { "name": "newfold-labs/wp-module-patterns", @@ -2738,12 +2738,12 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "cac81dc38cb1ea099552433245d0790b6e172211" + "reference": "a36c08c63614a0da558615424f8b37b3216416b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/cac81dc38cb1ea099552433245d0790b6e172211", - "reference": "cac81dc38cb1ea099552433245d0790b6e172211", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/a36c08c63614a0da558615424f8b37b3216416b6", + "reference": "a36c08c63614a0da558615424f8b37b3216416b6", "shasum": "" }, "conflict": { @@ -2969,7 +2969,7 @@ "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3", "gree/jose": "<2.2.1", "gregwar/rst": "<1.0.3", - "grumpydictator/firefly-iii": "<6.1.7", + "grumpydictator/firefly-iii": "<6.1.17", "gugoan/economizzer": "<=0.9.0.0-beta1", "guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5", "guzzlehttp/psr7": "<1.9.1|>=2,<2.4.5", @@ -3063,7 +3063,7 @@ "lms/routes": "<2.1.1", "localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2", "luyadev/yii-helpers": "<1.2.1", - "magento/community-edition": "<2.4.3.0-patch3|>=2.4.4,<2.4.5", + "magento/community-edition": "<2.4.5|==2.4.5|>=2.4.5.0-patch1,<2.4.5.0-patch8|==2.4.6|>=2.4.6.0-patch1,<2.4.6.0-patch6|==2.4.7", "magento/core": "<=1.9.4.5", "magento/magento1ce": "<1.9.4.3-dev", "magento/magento1ee": ">=1,<1.14.4.3-dev", @@ -3289,7 +3289,7 @@ "slim/slim": "<2.6", "slub/slub-events": "<3.0.3", "smarty/smarty": "<4.5.3|>=5,<5.1.1", - "snipe/snipe-it": "<=6.2.2", + "snipe/snipe-it": "<6.4.2", "socalnick/scn-social-auth": "<1.15.2", "socialiteproviders/steam": "<1.1", "spatie/browsershot": "<3.57.4", @@ -3431,7 +3431,7 @@ "winter/wn-dusk-plugin": "<2.1", "winter/wn-system-module": "<1.2.4", "wintercms/winter": "<=1.2.3", - "woocommerce/woocommerce": "<6.6", + "woocommerce/woocommerce": "<6.6|>=8.8,<8.8.5|>=8.9,<8.9.3", "wp-cli/wp-cli": ">=0.12,<2.5", "wp-graphql/wp-graphql": "<=1.14.5", "wp-premium/gravityforms": "<2.4.21", @@ -3533,7 +3533,7 @@ "type": "tidelift" } ], - "time": "2024-06-10T22:04:51+00:00" + "time": "2024-06-17T23:04:35+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -4218,5 +4218,5 @@ "platform-overrides": { "php": "7.3.0" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" } diff --git a/package-lock.json b/package-lock.json index 1c9fd7adc..ad32ae217 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.1", - "@newfold-labs/wp-module-ecommerce": "^1.3.32", + "@newfold-labs/wp-module-ecommerce": "^1.3.33", "@newfold-labs/wp-module-facebook": "1.0.7", "@newfold-labs/wp-module-runtime": "^1.0.10", "@newfold/ui-component-library": "^1.1.0", @@ -3197,9 +3197,10 @@ } }, "node_modules/@newfold-labs/wp-module-ecommerce": { - "version": "1.3.32", - "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-ecommerce/1.3.32/38d03cc4d731e9dd6b958b3a7393ae2824ee7b30", - "integrity": "sha512-xiNnF21m1nvilEw+sYTs/ZctY7N2YTmBE2WvfIfxhnQDdLXH0DbWDIZye0Lhdbb9xp8F8doGO4pHlekRizCxsA==", + "version": "1.3.33", + "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-ecommerce/1.3.33/5b3282eb4b7afb48ff4dd45c358dd66b049bca9d", + "integrity": "sha512-XRiXm7bG4TW8cGaoTPcMSWSQ0o9t7YBiZZTTsKMBAnbIQwc5qkQGdrrSvb2bMzyuEXUYIbtxA+mJpCuO6defJw==", + "license": "GPL-2.0-or-later", "dependencies": { "@faizaanceg/pandora": "^1.1.1", "@heroicons/react": "2.1.3", diff --git a/package.json b/package.json index 0e94e717e..fe98c4574 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@heroicons/react": "^2.1.1", - "@newfold-labs/wp-module-ecommerce": "^1.3.32", + "@newfold-labs/wp-module-ecommerce": "^1.3.33", "@newfold-labs/wp-module-facebook": "1.0.7", "@newfold-labs/wp-module-runtime": "^1.0.10", "@newfold/ui-component-library": "^1.1.0", From 2b198cf72c23f1fee9480d590e1a4ac873244ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 19:55:56 +0000 Subject: [PATCH 15/45] NPM(deps): Bump @wordpress/dom-ready from 3.58.0 to 4.1.0 Bumps [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) from 3.58.0 to 4.1.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/dom-ready/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/dom-ready@4.1.0/packages/dom-ready) --- updated-dependencies: - dependency-name: "@wordpress/dom-ready" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++++++++----- package.json | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b7043389..26f7dccca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@newfold/ui-component-library": "^1.1.0", "@reduxjs/toolkit": "^2.2.5", "@wordpress/compose": "^7.1.0", - "@wordpress/dom-ready": "^3.58.0", + "@wordpress/dom-ready": "^4.1.0", "@wordpress/element": "^5.35.0", "@wordpress/html-entities": "^3.58.0", "@wordpress/i18n": "^4.58.0", @@ -5204,6 +5204,17 @@ "node": ">=12" } }, + "node_modules/@wordpress/a11y/node_modules/@wordpress/dom-ready": { + "version": "3.58.0", + "resolved": "https://registry.npmjs.org/@wordpress/dom-ready/-/dom-ready-3.58.0.tgz", + "integrity": "sha512-sDgRPjNBToRKgYrpwvMRv2Yc7/17+sp8hm/rRnbubwb+d/DbGkK4Tc/r4sNLSZCqUAtcBXq9uk1lzvhge3QUSg==", + "dependencies": { + "@babel/runtime": "^7.16.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/@wordpress/api-fetch": { "version": "6.54.0", "resolved": "https://registry.npmjs.org/@wordpress/api-fetch/-/api-fetch-6.54.0.tgz", @@ -5661,14 +5672,15 @@ } }, "node_modules/@wordpress/dom-ready": { - "version": "3.58.0", - "resolved": "https://registry.npmjs.org/@wordpress/dom-ready/-/dom-ready-3.58.0.tgz", - "integrity": "sha512-sDgRPjNBToRKgYrpwvMRv2Yc7/17+sp8hm/rRnbubwb+d/DbGkK4Tc/r4sNLSZCqUAtcBXq9uk1lzvhge3QUSg==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@wordpress/dom-ready/-/dom-ready-4.1.0.tgz", + "integrity": "sha512-FxlhDPGpe29rWLph3GpkQUG3sRSNRxji871S9+DviE4zt/872rKe6caum1QptsJN8rcn/hm+HIOS7qrYFjS2Xg==", "dependencies": { "@babel/runtime": "^7.16.0" }, "engines": { - "node": ">=12" + "node": ">=18.12.0", + "npm": ">=8.19.2" } }, "node_modules/@wordpress/e2e-test-utils-playwright": { diff --git a/package.json b/package.json index 0ed115d9f..ccd8d7e54 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@newfold/ui-component-library": "^1.1.0", "@reduxjs/toolkit": "^2.2.5", "@wordpress/compose": "^7.1.0", - "@wordpress/dom-ready": "^3.58.0", + "@wordpress/dom-ready": "^4.1.0", "@wordpress/element": "^5.35.0", "@wordpress/html-entities": "^3.58.0", "@wordpress/i18n": "^4.58.0", From 08298556a8555a6495586b9127ce70f3a30287e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:12:02 +0000 Subject: [PATCH 16/45] Composer Dev(deps-dev): Bump wp-phpunit/wp-phpunit from 6.5.3 to 6.5.4 Bumps [wp-phpunit/wp-phpunit](https://github.com/wp-phpunit/wp-phpunit) from 6.5.3 to 6.5.4. - [Commits](https://github.com/wp-phpunit/wp-phpunit/compare/6.5.3...6.5.4) --- updated-dependencies: - dependency-name: wp-phpunit/wp-phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 66c1ea541..67a877180 100644 --- a/composer.json +++ b/composer.json @@ -70,7 +70,7 @@ "roave/security-advisories": "dev-latest", "newfold-labs/wp-php-standards": "^1.2.3", "wp-cli/i18n-command": "^2.6.1", - "wp-phpunit/wp-phpunit": "^6.5.3" + "wp-phpunit/wp-phpunit": "^6.5.4" }, "require": { "newfold-labs/wp-module-activation": "^1.0.2", diff --git a/composer.lock b/composer.lock index 12117d276..3b5fa8141 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "99b7c1ad2aec59177f25bdd742adaa23", + "content-hash": "f551bf74dd2e6a4bb35402b7c8dd56d7", "packages": [ { "name": "doctrine/inflector", @@ -4143,7 +4143,7 @@ }, { "name": "wp-phpunit/wp-phpunit", - "version": "6.5.3", + "version": "6.5.4", "source": { "type": "git", "url": "https://github.com/wp-phpunit/wp-phpunit.git", From b3236e8b54401f841efb680c326e5fe316493a50 Mon Sep 17 00:00:00 2001 From: wpalani Date: Tue, 18 Jun 2024 13:42:20 -0700 Subject: [PATCH 17/45] Bump marketplace module to `2.3.0` --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 66c1ea541..50c8c2138 100644 --- a/composer.json +++ b/composer.json @@ -85,7 +85,7 @@ "newfold-labs/wp-module-global-ctb": "^1.0.12", "newfold-labs/wp-module-help-center": "^2.0.0", "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^2.2.4", + "newfold-labs/wp-module-marketplace": "^2.3.0", "newfold-labs/wp-module-notifications": "^1.3.0", "newfold-labs/wp-module-onboarding": "^2.3.4", "newfold-labs/wp-module-patterns": "2.0.0 as 1.9.9", diff --git a/composer.lock b/composer.lock index 12117d276..e1adda639 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "99b7c1ad2aec59177f25bdd742adaa23", + "content-hash": "15a4c73e6adf3c8edea847e9f0e2c2b3", "packages": [ { "name": "doctrine/inflector", @@ -1009,20 +1009,20 @@ }, { "name": "newfold-labs/wp-module-marketplace", - "version": "2.2.4", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-marketplace.git", - "reference": "3b1864b75d069ca896e205792209a797a24f2abb" + "reference": "2d5064b3a935246f4e05f826b97663bdaa251d3e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-marketplace/zipball/3b1864b75d069ca896e205792209a797a24f2abb", - "reference": "3b1864b75d069ca896e205792209a797a24f2abb", + "url": "https://api.github.com/repos/newfold-labs/wp-module-marketplace/zipball/2d5064b3a935246f4e05f826b97663bdaa251d3e", + "reference": "2d5064b3a935246f4e05f826b97663bdaa251d3e", "shasum": "" }, "require": { - "newfold-labs/wp-module-data": "^2.0.0" + "newfold-labs/wp-module-data": "^2.5.2" }, "require-dev": { "newfold-labs/wp-php-standards": "^1.2" @@ -1059,10 +1059,10 @@ ], "description": "A module for rendering product data and interacting with the Hiive marketplace API.", "support": { - "source": "https://github.com/newfold-labs/wp-module-marketplace/tree/2.2.4", + "source": "https://github.com/newfold-labs/wp-module-marketplace/tree/2.3.0", "issues": "https://github.com/newfold-labs/wp-module-marketplace/issues" }, - "time": "2024-02-27T17:01:06+00:00" + "time": "2024-06-18T05:06:33+00:00" }, { "name": "newfold-labs/wp-module-migration", From d73be54526ca83b3958cf0820838e38061e0e15d Mon Sep 17 00:00:00 2001 From: wpalani Date: Tue, 18 Jun 2024 14:26:35 -0700 Subject: [PATCH 18/45] Fix eslint issue `socialMediaAccounts.js` Even though this issue is not related to this PR. fixing it here anyway. --- src/app/pages/settings/socialMediaAccounts.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/pages/settings/socialMediaAccounts.js b/src/app/pages/settings/socialMediaAccounts.js index 36369c30c..b4c6f203a 100644 --- a/src/app/pages/settings/socialMediaAccounts.js +++ b/src/app/pages/settings/socialMediaAccounts.js @@ -15,8 +15,11 @@ const SocialMediaAccounts = () => { const getFbDetails = () => { getFacebookUserProfileDetails().then( ( res ) => { setFbLogin( res === 'token not found!' ? false : true ); - if ( Array.isArray( res ) ) setLoginInfo( res[ 0 ] ); - else setLoginInfo( res ); + if ( Array.isArray( res ) ) { + setLoginInfo( res[ 0 ] ); + } else { + setLoginInfo( res ); + } } ); }; From 4c57fb0f846fe67fa436849538f95a0638483ef5 Mon Sep 17 00:00:00 2001 From: Ramya krishna Date: Wed, 19 Jun 2024 10:53:47 +0530 Subject: [PATCH 19/45] lock changes --- composer.lock | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/composer.lock b/composer.lock index 5d171bc32..2e2e824d3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "99b7c1ad2aec59177f25bdd742adaa23", + "content-hash": "295dcbdb928a3fd3c0d78a9f7cc82a48", "packages": [ { "name": "doctrine/inflector", @@ -566,16 +566,16 @@ }, { "name": "newfold-labs/wp-module-deactivation", - "version": "1.1.2", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-deactivation.git", - "reference": "9c45ae78cbae1ea5f1c3e2fa3c5eccae3af59275" + "reference": "5ff99a73abdab4b06dbe219fb023753d4913e4e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-deactivation/zipball/9c45ae78cbae1ea5f1c3e2fa3c5eccae3af59275", - "reference": "9c45ae78cbae1ea5f1c3e2fa3c5eccae3af59275", + "url": "https://api.github.com/repos/newfold-labs/wp-module-deactivation/zipball/5ff99a73abdab4b06dbe219fb023753d4913e4e2", + "reference": "5ff99a73abdab4b06dbe219fb023753d4913e4e2", "shasum": "" }, "require": { @@ -620,10 +620,10 @@ ], "description": "A Module for handling WordPress brand plugins and modules deactivations", "support": { - "source": "https://github.com/newfold-labs/wp-module-deactivation/tree/1.1.2", + "source": "https://github.com/newfold-labs/wp-module-deactivation/tree/1.2.0", "issues": "https://github.com/newfold-labs/wp-module-deactivation/issues" }, - "time": "2024-04-22T16:34:09+00:00" + "time": "2024-06-18T21:48:22+00:00" }, { "name": "newfold-labs/wp-module-ecommerce", @@ -1009,20 +1009,20 @@ }, { "name": "newfold-labs/wp-module-marketplace", - "version": "2.2.4", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-marketplace.git", - "reference": "3b1864b75d069ca896e205792209a797a24f2abb" + "reference": "2d5064b3a935246f4e05f826b97663bdaa251d3e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-marketplace/zipball/3b1864b75d069ca896e205792209a797a24f2abb", - "reference": "3b1864b75d069ca896e205792209a797a24f2abb", + "url": "https://api.github.com/repos/newfold-labs/wp-module-marketplace/zipball/2d5064b3a935246f4e05f826b97663bdaa251d3e", + "reference": "2d5064b3a935246f4e05f826b97663bdaa251d3e", "shasum": "" }, "require": { - "newfold-labs/wp-module-data": "^2.0.0" + "newfold-labs/wp-module-data": "^2.5.2" }, "require-dev": { "newfold-labs/wp-php-standards": "^1.2" @@ -1059,10 +1059,10 @@ ], "description": "A module for rendering product data and interacting with the Hiive marketplace API.", "support": { - "source": "https://github.com/newfold-labs/wp-module-marketplace/tree/2.2.4", + "source": "https://github.com/newfold-labs/wp-module-marketplace/tree/2.3.0", "issues": "https://github.com/newfold-labs/wp-module-marketplace/issues" }, - "time": "2024-02-27T17:01:06+00:00" + "time": "2024-06-18T05:06:33+00:00" }, { "name": "newfold-labs/wp-module-migration", @@ -2738,12 +2738,12 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "a36c08c63614a0da558615424f8b37b3216416b6" + "reference": "22f9af2d843383f1c25638b07d8cbcf18482527e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/a36c08c63614a0da558615424f8b37b3216416b6", - "reference": "a36c08c63614a0da558615424f8b37b3216416b6", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/22f9af2d843383f1c25638b07d8cbcf18482527e", + "reference": "22f9af2d843383f1c25638b07d8cbcf18482527e", "shasum": "" }, "conflict": { @@ -3096,7 +3096,7 @@ "mojo42/jirafeau": "<4.4", "mongodb/mongodb": ">=1,<1.9.2", "monolog/monolog": ">=1.8,<1.12", - "moodle/moodle": "<4.3.4", + "moodle/moodle": "<4.3.5|>=4.4.0.0-beta,<4.4.1", "mos/cimage": "<0.7.19", "movim/moxl": ">=0.8,<=0.10", "movingbytes/social-network": "<=1.2.1", @@ -3533,7 +3533,7 @@ "type": "tidelift" } ], - "time": "2024-06-17T23:04:35+00:00" + "time": "2024-06-18T22:04:21+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -4218,5 +4218,5 @@ "platform-overrides": { "php": "7.3.0" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" } From 770605ab0f75935455ffbc0e333fe7838b1cbbee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:45:39 +0000 Subject: [PATCH 20/45] NPM(deps): Bump @wordpress/html-entities from 3.58.0 to 4.1.0 Bumps [@wordpress/html-entities](https://github.com/WordPress/gutenberg/tree/HEAD/packages/html-entities) from 3.58.0 to 4.1.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/html-entities/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/html-entities@4.1.0/packages/html-entities) --- updated-dependencies: - dependency-name: "@wordpress/html-entities" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++++++++----- package.json | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a291853b..3112969bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@wordpress/compose": "^7.1.0", "@wordpress/dom-ready": "^4.1.0", "@wordpress/element": "^5.35.0", - "@wordpress/html-entities": "^3.58.0", + "@wordpress/html-entities": "^4.1.0", "@wordpress/i18n": "^4.58.0", "@wordpress/icons": "^9.49.0", "classnames": "^2.5.1", @@ -5377,6 +5377,17 @@ "react": "^18.0.0" } }, + "node_modules/@wordpress/components/node_modules/@wordpress/html-entities": { + "version": "3.58.0", + "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-3.58.0.tgz", + "integrity": "sha512-FU7b6QZdwTCuLKq6wCl0IZqqOMcMRxMcekVVytzTse7hYk9dvL1qQL/U4eQ/CNyKqiT9u7fb5NKTQILOzoolVQ==", + "dependencies": { + "@babel/runtime": "^7.16.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/@wordpress/components/node_modules/@wordpress/undo-manager": { "version": "0.18.0", "resolved": "https://registry.npmjs.org/@wordpress/undo-manager/-/undo-manager-0.18.0.tgz", @@ -5828,14 +5839,15 @@ } }, "node_modules/@wordpress/html-entities": { - "version": "3.58.0", - "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-3.58.0.tgz", - "integrity": "sha512-FU7b6QZdwTCuLKq6wCl0IZqqOMcMRxMcekVVytzTse7hYk9dvL1qQL/U4eQ/CNyKqiT9u7fb5NKTQILOzoolVQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-4.1.0.tgz", + "integrity": "sha512-9VXyZy99hZwkBK8p8p4bOo7oGOhyLlaVPoIX2D/bspcSh1r58CPXkHq8jK/+uqE8ihLs+WnW21Lud8qe0tg4Bw==", "dependencies": { "@babel/runtime": "^7.16.0" }, "engines": { - "node": ">=12" + "node": ">=18.12.0", + "npm": ">=8.19.2" } }, "node_modules/@wordpress/i18n": { diff --git a/package.json b/package.json index 5f9fcc9b1..a63614704 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@wordpress/compose": "^7.1.0", "@wordpress/dom-ready": "^4.1.0", "@wordpress/element": "^5.35.0", - "@wordpress/html-entities": "^3.58.0", + "@wordpress/html-entities": "^4.1.0", "@wordpress/i18n": "^4.58.0", "@wordpress/icons": "^9.49.0", "classnames": "^2.5.1", From 00f021c96b255523ebc2a50230ea7cdb095c6c4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:46:39 +0000 Subject: [PATCH 21/45] NPM(deps): Bump @wordpress/element from 5.35.0 to 6.1.0 Bumps [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) from 5.35.0 to 6.1.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/element/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/element@6.1.0/packages/element) --- updated-dependencies: - dependency-name: "@wordpress/element" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 164 +++++++++++++++++++++++++++++++++++----------- package.json | 2 +- 2 files changed, 128 insertions(+), 38 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3112969bd..bf4980d70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@reduxjs/toolkit": "^2.2.5", "@wordpress/compose": "^7.1.0", "@wordpress/dom-ready": "^4.1.0", - "@wordpress/element": "^5.35.0", + "@wordpress/element": "^6.1.0", "@wordpress/html-entities": "^4.1.0", "@wordpress/i18n": "^4.58.0", "@wordpress/icons": "^9.49.0", @@ -3241,6 +3241,24 @@ } } }, + "node_modules/@newfold-labs/wp-module-ecommerce/node_modules/@wordpress/element": { + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@wordpress/element/-/element-5.35.0.tgz", + "integrity": "sha512-puswpGcIdS+0A2g28uHriMkZqqRCmzFczue5Tk99VNtzBdehyk7Ae+DZ4xw5yT6GqYai8NTqv6MRwCB78uh5Mw==", + "dependencies": { + "@babel/runtime": "^7.16.0", + "@types/react": "^18.2.79", + "@types/react-dom": "^18.2.25", + "@wordpress/escape-html": "^2.58.0", + "change-case": "^4.1.2", + "is-plain-object": "^5.0.0", + "react": "^18.3.0", + "react-dom": "^18.3.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/@newfold-labs/wp-module-facebook": { "version": "1.0.7", "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-facebook/1.0.7/47dab055e53ab8134c19943d7a60b677b9c940b6", @@ -5377,6 +5395,24 @@ "react": "^18.0.0" } }, + "node_modules/@wordpress/components/node_modules/@wordpress/element": { + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@wordpress/element/-/element-5.35.0.tgz", + "integrity": "sha512-puswpGcIdS+0A2g28uHriMkZqqRCmzFczue5Tk99VNtzBdehyk7Ae+DZ4xw5yT6GqYai8NTqv6MRwCB78uh5Mw==", + "dependencies": { + "@babel/runtime": "^7.16.0", + "@types/react": "^18.2.79", + "@types/react-dom": "^18.2.25", + "@wordpress/escape-html": "^2.58.0", + "change-case": "^4.1.2", + "is-plain-object": "^5.0.0", + "react": "^18.3.0", + "react-dom": "^18.3.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/@wordpress/components/node_modules/@wordpress/html-entities": { "version": "3.58.0", "resolved": "https://registry.npmjs.org/@wordpress/html-entities/-/html-entities-3.58.0.tgz", @@ -5453,37 +5489,6 @@ "npm": ">=8.19.2" } }, - "node_modules/@wordpress/compose/node_modules/@wordpress/element": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@wordpress/element/-/element-6.1.0.tgz", - "integrity": "sha512-DqAGqal1i6gTfYxz95zHnckbweS43MroHqMcz/Rww60pysTCoaRG5KZ/v4/3hry1tNCem1WQguY4ZMTF0MMTBQ==", - "dependencies": { - "@babel/runtime": "^7.16.0", - "@types/react": "^18.2.79", - "@types/react-dom": "^18.2.25", - "@wordpress/escape-html": "^3.1.0", - "change-case": "^4.1.2", - "is-plain-object": "^5.0.0", - "react": "^18.3.0", - "react-dom": "^18.3.0" - }, - "engines": { - "node": ">=18.12.0", - "npm": ">=8.19.2" - } - }, - "node_modules/@wordpress/compose/node_modules/@wordpress/escape-html": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@wordpress/escape-html/-/escape-html-3.1.0.tgz", - "integrity": "sha512-wcRGrGuGV4kTd5hJMXy/bdjCObqcwqFmd/HkDAUi2pfngEsv2aJhAeTfkGP5NwmY/F03Oqz2Qgd4UzTiIu2bjQ==", - "dependencies": { - "@babel/runtime": "^7.16.0" - }, - "engines": { - "node": ">=18.12.0", - "npm": ">=8.19.2" - } - }, "node_modules/@wordpress/compose/node_modules/@wordpress/hooks": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/@wordpress/hooks/-/hooks-4.1.0.tgz", @@ -5608,6 +5613,24 @@ "react": "^18.0.0" } }, + "node_modules/@wordpress/data/node_modules/@wordpress/element": { + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@wordpress/element/-/element-5.35.0.tgz", + "integrity": "sha512-puswpGcIdS+0A2g28uHriMkZqqRCmzFczue5Tk99VNtzBdehyk7Ae+DZ4xw5yT6GqYai8NTqv6MRwCB78uh5Mw==", + "dependencies": { + "@babel/runtime": "^7.16.0", + "@types/react": "^18.2.79", + "@types/react-dom": "^18.2.25", + "@wordpress/escape-html": "^2.58.0", + "change-case": "^4.1.2", + "is-plain-object": "^5.0.0", + "react": "^18.3.0", + "react-dom": "^18.3.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/@wordpress/data/node_modules/@wordpress/undo-manager": { "version": "0.18.0", "resolved": "https://registry.npmjs.org/@wordpress/undo-manager/-/undo-manager-0.18.0.tgz", @@ -5733,21 +5756,34 @@ } }, "node_modules/@wordpress/element": { - "version": "5.35.0", - "resolved": "https://registry.npmjs.org/@wordpress/element/-/element-5.35.0.tgz", - "integrity": "sha512-puswpGcIdS+0A2g28uHriMkZqqRCmzFczue5Tk99VNtzBdehyk7Ae+DZ4xw5yT6GqYai8NTqv6MRwCB78uh5Mw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@wordpress/element/-/element-6.1.0.tgz", + "integrity": "sha512-DqAGqal1i6gTfYxz95zHnckbweS43MroHqMcz/Rww60pysTCoaRG5KZ/v4/3hry1tNCem1WQguY4ZMTF0MMTBQ==", "dependencies": { "@babel/runtime": "^7.16.0", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", - "@wordpress/escape-html": "^2.58.0", + "@wordpress/escape-html": "^3.1.0", "change-case": "^4.1.2", "is-plain-object": "^5.0.0", "react": "^18.3.0", "react-dom": "^18.3.0" }, "engines": { - "node": ">=12" + "node": ">=18.12.0", + "npm": ">=8.19.2" + } + }, + "node_modules/@wordpress/element/node_modules/@wordpress/escape-html": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@wordpress/escape-html/-/escape-html-3.1.0.tgz", + "integrity": "sha512-wcRGrGuGV4kTd5hJMXy/bdjCObqcwqFmd/HkDAUi2pfngEsv2aJhAeTfkGP5NwmY/F03Oqz2Qgd4UzTiIu2bjQ==", + "dependencies": { + "@babel/runtime": "^7.16.0" + }, + "engines": { + "node": ">=18.12.0", + "npm": ">=8.19.2" } }, "node_modules/@wordpress/env": { @@ -5882,6 +5918,24 @@ "node": ">=12" } }, + "node_modules/@wordpress/icons/node_modules/@wordpress/element": { + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@wordpress/element/-/element-5.35.0.tgz", + "integrity": "sha512-puswpGcIdS+0A2g28uHriMkZqqRCmzFczue5Tk99VNtzBdehyk7Ae+DZ4xw5yT6GqYai8NTqv6MRwCB78uh5Mw==", + "dependencies": { + "@babel/runtime": "^7.16.0", + "@types/react": "^18.2.79", + "@types/react-dom": "^18.2.25", + "@wordpress/escape-html": "^2.58.0", + "change-case": "^4.1.2", + "is-plain-object": "^5.0.0", + "react": "^18.3.0", + "react-dom": "^18.3.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/@wordpress/is-shallow-equal": { "version": "4.58.0", "resolved": "https://registry.npmjs.org/@wordpress/is-shallow-equal/-/is-shallow-equal-4.58.0.tgz", @@ -5995,6 +6049,24 @@ "node": ">=12" } }, + "node_modules/@wordpress/primitives/node_modules/@wordpress/element": { + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@wordpress/element/-/element-5.35.0.tgz", + "integrity": "sha512-puswpGcIdS+0A2g28uHriMkZqqRCmzFczue5Tk99VNtzBdehyk7Ae+DZ4xw5yT6GqYai8NTqv6MRwCB78uh5Mw==", + "dependencies": { + "@babel/runtime": "^7.16.0", + "@types/react": "^18.2.79", + "@types/react-dom": "^18.2.25", + "@wordpress/escape-html": "^2.58.0", + "change-case": "^4.1.2", + "is-plain-object": "^5.0.0", + "react": "^18.3.0", + "react-dom": "^18.3.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/@wordpress/priority-queue": { "version": "2.58.0", "resolved": "https://registry.npmjs.org/@wordpress/priority-queue/-/priority-queue-2.58.0.tgz", @@ -6084,6 +6156,24 @@ "react": "^18.0.0" } }, + "node_modules/@wordpress/rich-text/node_modules/@wordpress/element": { + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@wordpress/element/-/element-5.35.0.tgz", + "integrity": "sha512-puswpGcIdS+0A2g28uHriMkZqqRCmzFczue5Tk99VNtzBdehyk7Ae+DZ4xw5yT6GqYai8NTqv6MRwCB78uh5Mw==", + "dependencies": { + "@babel/runtime": "^7.16.0", + "@types/react": "^18.2.79", + "@types/react-dom": "^18.2.25", + "@wordpress/escape-html": "^2.58.0", + "change-case": "^4.1.2", + "is-plain-object": "^5.0.0", + "react": "^18.3.0", + "react-dom": "^18.3.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/@wordpress/rich-text/node_modules/@wordpress/undo-manager": { "version": "0.18.0", "resolved": "https://registry.npmjs.org/@wordpress/undo-manager/-/undo-manager-0.18.0.tgz", diff --git a/package.json b/package.json index a63614704..7b57e9c11 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@reduxjs/toolkit": "^2.2.5", "@wordpress/compose": "^7.1.0", "@wordpress/dom-ready": "^4.1.0", - "@wordpress/element": "^5.35.0", + "@wordpress/element": "^6.1.0", "@wordpress/html-entities": "^4.1.0", "@wordpress/i18n": "^4.58.0", "@wordpress/icons": "^9.49.0", From dc4e39c1570673d0cd74a90f6f617259dd666e99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 15:45:01 +0000 Subject: [PATCH 22/45] NPM Dev(deps-dev): Bump cypress from 13.9.0 to 13.12.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.9.0 to 13.12.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v13.9.0...v13.12.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf4980d70..d1fbe4421 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@wordpress/env": "^9.10.0", "@wordpress/eslint-plugin": "^18.1.0", "@wordpress/scripts": "^27.4.0", - "cypress": "^13.7.0", + "cypress": "^13.12.0", "cypress-axe": "^1.5.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-import": "^2.29.1", @@ -8917,12 +8917,11 @@ } }, "node_modules/cypress": { - "version": "13.9.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.9.0.tgz", - "integrity": "sha512-atNjmYfHsvTuCaxTxLZr9xGoHz53LLui3266WWxXJHY7+N6OdwJdg/feEa3T+buez9dmUXHT1izCOklqG82uCQ==", + "version": "13.12.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.12.0.tgz", + "integrity": "sha512-udzS2JilmI9ApO/UuqurEwOvThclin5ntz7K0BtnHBs+tg2Bl9QShLISXpSEMDv/u8b6mqdoAdyKeZiSqKWL8g==", "dev": true, "hasInstallScript": true, - "license": "MIT", "dependencies": { "@cypress/request": "^3.0.0", "@cypress/xvfb": "^1.2.4", diff --git a/package.json b/package.json index 7b57e9c11..d38cd3814 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@wordpress/env": "^9.10.0", "@wordpress/eslint-plugin": "^18.1.0", "@wordpress/scripts": "^27.4.0", - "cypress": "^13.7.0", + "cypress": "^13.12.0", "cypress-axe": "^1.5.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-import": "^2.29.1", From 8b2273d437dac8f3cfda9566b49d7170ae1a71b0 Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 19 Jun 2024 09:26:05 -0700 Subject: [PATCH 23/45] Bump module version --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 6091163db..86d58d5fc 100644 --- a/composer.json +++ b/composer.json @@ -78,7 +78,7 @@ "newfold-labs/wp-module-coming-soon": "^1.2.4", "newfold-labs/wp-module-context": "^1.0.1", "newfold-labs/wp-module-data": "^2.5.2", - "newfold-labs/wp-module-deactivation": "^1.1.2", + "newfold-labs/wp-module-deactivation": "^1.2.0", "newfold-labs/wp-module-ecommerce": "^1.3.31", "newfold-labs/wp-module-facebook": "1.0.7", "newfold-labs/wp-module-features": "^1.4.1", diff --git a/composer.lock b/composer.lock index cdb1bba8a..17a04390b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4e69c566ef2d352d5ea535c70ed8d41b", + "content-hash": "469cd594b3a151887c6e1b65e9dcc01c", "packages": [ { "name": "doctrine/inflector", @@ -566,16 +566,16 @@ }, { "name": "newfold-labs/wp-module-deactivation", - "version": "1.1.2", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-deactivation.git", - "reference": "9c45ae78cbae1ea5f1c3e2fa3c5eccae3af59275" + "reference": "5ff99a73abdab4b06dbe219fb023753d4913e4e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-deactivation/zipball/9c45ae78cbae1ea5f1c3e2fa3c5eccae3af59275", - "reference": "9c45ae78cbae1ea5f1c3e2fa3c5eccae3af59275", + "url": "https://api.github.com/repos/newfold-labs/wp-module-deactivation/zipball/5ff99a73abdab4b06dbe219fb023753d4913e4e2", + "reference": "5ff99a73abdab4b06dbe219fb023753d4913e4e2", "shasum": "" }, "require": { @@ -620,10 +620,10 @@ ], "description": "A Module for handling WordPress brand plugins and modules deactivations", "support": { - "source": "https://github.com/newfold-labs/wp-module-deactivation/tree/1.1.2", + "source": "https://github.com/newfold-labs/wp-module-deactivation/tree/1.2.0", "issues": "https://github.com/newfold-labs/wp-module-deactivation/issues" }, - "time": "2024-04-22T16:34:09+00:00" + "time": "2024-06-18T21:48:22+00:00" }, { "name": "newfold-labs/wp-module-ecommerce", From c1ca6138da22441fae66af39dd0cec1822eb4eae Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 19 Jun 2024 10:02:20 -0700 Subject: [PATCH 24/45] Fix merge conflict --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3cac618fb..c6a30984f 100644 --- a/composer.json +++ b/composer.json @@ -78,7 +78,7 @@ "newfold-labs/wp-module-coming-soon": "^1.2.4", "newfold-labs/wp-module-context": "^1.0.1", "newfold-labs/wp-module-data": "^2.5.2", - "newfold-labs/wp-module-deactivation": "^1.1.2", + "newfold-labs/wp-module-deactivation": "^1.2.0", "newfold-labs/wp-module-ecommerce": "^1.3.33", "newfold-labs/wp-module-facebook": "1.0.7", "newfold-labs/wp-module-features": "^1.4.1", diff --git a/composer.lock b/composer.lock index cc826be7e..8c18e177c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ea36c65bb2ebfbad08f84a77d3bebd2e", + "content-hash": "f55c1a793b05be036455d300d22162a9", "packages": [ { "name": "doctrine/inflector", From 840fc9c5c3706eb71b0ac5a8c546227698243039 Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 19 Jun 2024 10:11:49 -0700 Subject: [PATCH 25/45] Fix merge conflict --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 3cac618fb..21cb05a2d 100644 --- a/composer.json +++ b/composer.json @@ -80,7 +80,7 @@ "newfold-labs/wp-module-data": "^2.5.2", "newfold-labs/wp-module-deactivation": "^1.1.2", "newfold-labs/wp-module-ecommerce": "^1.3.33", - "newfold-labs/wp-module-facebook": "1.0.7", + "newfold-labs/wp-module-facebook": "^1.0.9", "newfold-labs/wp-module-features": "^1.4.1", "newfold-labs/wp-module-global-ctb": "^1.0.12", "newfold-labs/wp-module-help-center": "^2.0.0", diff --git a/composer.lock b/composer.lock index cc826be7e..5d18a1ee0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ea36c65bb2ebfbad08f84a77d3bebd2e", + "content-hash": "b6b385b5c24389aa80819147246f3ac3", "packages": [ { "name": "doctrine/inflector", @@ -686,16 +686,16 @@ }, { "name": "newfold-labs/wp-module-facebook", - "version": "v1.0.7", + "version": "v1.0.9", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-facebook.git", - "reference": "77a433621894590b3d38c511d880d830fb3b4b64" + "reference": "5526497969f6a3fc4d4b2fa728ee1c9c52d132b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-facebook/zipball/77a433621894590b3d38c511d880d830fb3b4b64", - "reference": "77a433621894590b3d38c511d880d830fb3b4b64", + "url": "https://api.github.com/repos/newfold-labs/wp-module-facebook/zipball/5526497969f6a3fc4d4b2fa728ee1c9c52d132b8", + "reference": "5526497969f6a3fc4d4b2fa728ee1c9c52d132b8", "shasum": "" }, "require": { @@ -721,10 +721,10 @@ } ], "support": { - "source": "https://github.com/newfold-labs/wp-module-facebook/tree/v1.0.7", + "source": "https://github.com/newfold-labs/wp-module-facebook/tree/v1.0.9", "issues": "https://github.com/newfold-labs/wp-module-facebook/issues" }, - "time": "2024-05-03T10:09:41+00:00" + "time": "2024-06-05T11:02:38+00:00" }, { "name": "newfold-labs/wp-module-features", From d4d878aa6fa2148e789d387518d7bd72b9bb683b Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 19 Jun 2024 10:14:32 -0700 Subject: [PATCH 26/45] Fix merge conflict --- composer.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index 5d18a1ee0..c43eab6b8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b6b385b5c24389aa80819147246f3ac3", + "content-hash": "e41ca044f70db1b88bb3405b66800cc2", "packages": [ { "name": "doctrine/inflector", From 8920310c491d370c999ff93a3496c2e00088d28b Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 19 Jun 2024 11:49:22 -0700 Subject: [PATCH 27/45] Bump module version Should fix failing tests merged caused by `1.2.0` --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index a22ae3d19..4ba8eb9e8 100644 --- a/composer.json +++ b/composer.json @@ -78,7 +78,7 @@ "newfold-labs/wp-module-coming-soon": "^1.2.4", "newfold-labs/wp-module-context": "^1.0.1", "newfold-labs/wp-module-data": "^2.5.2", - "newfold-labs/wp-module-deactivation": "^1.2.0", + "newfold-labs/wp-module-deactivation": "^1.2.1", "newfold-labs/wp-module-ecommerce": "^1.3.33", "newfold-labs/wp-module-facebook": "^1.0.9", "newfold-labs/wp-module-features": "^1.4.1", diff --git a/composer.lock b/composer.lock index c43eab6b8..c9b9e8901 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e41ca044f70db1b88bb3405b66800cc2", + "content-hash": "9ecaeaa5c3aa7a674a40860c1e837697", "packages": [ { "name": "doctrine/inflector", @@ -566,16 +566,16 @@ }, { "name": "newfold-labs/wp-module-deactivation", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-deactivation.git", - "reference": "5ff99a73abdab4b06dbe219fb023753d4913e4e2" + "reference": "7aa6aa4e9b594929c9c4f3088320b5db6b537ee5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-deactivation/zipball/5ff99a73abdab4b06dbe219fb023753d4913e4e2", - "reference": "5ff99a73abdab4b06dbe219fb023753d4913e4e2", + "url": "https://api.github.com/repos/newfold-labs/wp-module-deactivation/zipball/7aa6aa4e9b594929c9c4f3088320b5db6b537ee5", + "reference": "7aa6aa4e9b594929c9c4f3088320b5db6b537ee5", "shasum": "" }, "require": { @@ -620,10 +620,10 @@ ], "description": "A Module for handling WordPress brand plugins and modules deactivations", "support": { - "source": "https://github.com/newfold-labs/wp-module-deactivation/tree/1.2.0", + "source": "https://github.com/newfold-labs/wp-module-deactivation/tree/1.2.1", "issues": "https://github.com/newfold-labs/wp-module-deactivation/issues" }, - "time": "2024-06-18T21:48:22+00:00" + "time": "2024-06-19T18:29:23+00:00" }, { "name": "newfold-labs/wp-module-ecommerce", From 1b4f82a0100c7afb936dea7998858557e9a52230 Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 19 Jun 2024 12:04:41 -0700 Subject: [PATCH 28/45] Bump module version --- composer.json | 2 +- composer.lock | 45 +++++++++++++++++++++++++++++++++++---------- 2 files changed, 36 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 4ba8eb9e8..bdfdc5d9b 100644 --- a/composer.json +++ b/composer.json @@ -77,7 +77,7 @@ "newfold-labs/wp-module-atomic": "^1.3.0", "newfold-labs/wp-module-coming-soon": "^1.2.4", "newfold-labs/wp-module-context": "^1.0.1", - "newfold-labs/wp-module-data": "^2.5.2", + "newfold-labs/wp-module-data": "^2.5.3", "newfold-labs/wp-module-deactivation": "^1.2.1", "newfold-labs/wp-module-ecommerce": "^1.3.33", "newfold-labs/wp-module-facebook": "^1.0.9", diff --git a/composer.lock b/composer.lock index c9b9e8901..4bf57fbd2 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9ecaeaa5c3aa7a674a40860c1e837697", + "content-hash": "ac5c88d5ec8203993c54a397124e6ce1", "packages": [ { "name": "doctrine/inflector", @@ -504,16 +504,16 @@ }, { "name": "newfold-labs/wp-module-data", - "version": "2.5.2", + "version": "2.5.3", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-data.git", - "reference": "bd9642c155735fac8f114ea1eb237da4a72eb267" + "reference": "6c0941bc9ac3d18820f924de8c4afe58bb421782" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/bd9642c155735fac8f114ea1eb237da4a72eb267", - "reference": "bd9642c155735fac8f114ea1eb237da4a72eb267", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/6c0941bc9ac3d18820f924de8c4afe58bb421782", + "reference": "6c0941bc9ac3d18820f924de8c4afe58bb421782", "shasum": "" }, "require": { @@ -526,10 +526,20 @@ }, "require-dev": { "10up/wp_mock": "^0.4.2", + "bluehost/bluehost-wordpress-plugin": "*", + "brianhenryie/composer-phpstorm": "*", "johnpbloch/wordpress": "*", - "newfold-labs/wp-php-standards": "^1.2" + "kporras07/composer-symlinks": "^1.2", + "lucatume/wp-browser": "^3", + "newfold-labs/wp-php-standards": "^1.2", + "wpackagist-plugin/woocommerce": "*" }, "type": "library", + "extra": { + "symlinks": { + ".": "wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data" + } + }, "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Data\\": "includes/" @@ -540,8 +550,14 @@ }, "autoload-dev": { "psr-4": { - "NewfoldLabs\\WP\\Module\\Data\\": "tests/phpunit/includes/" - } + "NewfoldLabs\\WP\\Module\\Data\\": [ + "tests/phpunit/includes/", + "tests/wpunit/includes" + ] + }, + "classmap": [ + "wordpress" + ] }, "scripts": { "fix": [ @@ -552,6 +568,15 @@ ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml -s" + ], + "create-symlinks": [ + "Kporras07\\ComposerSymlinks\\ScriptHandler::createSymlinks" + ], + "post-install-cmd": [ + "@create-symlinks" + ], + "post-update-cmd": [ + "@create-symlinks" ] }, "license": [ @@ -559,10 +584,10 @@ ], "description": "Newfold Data Module", "support": { - "source": "https://github.com/newfold-labs/wp-module-data/tree/2.5.2", + "source": "https://github.com/newfold-labs/wp-module-data/tree/2.5.3", "issues": "https://github.com/newfold-labs/wp-module-data/issues" }, - "time": "2024-05-30T18:45:12+00:00" + "time": "2024-06-19T17:34:08+00:00" }, { "name": "newfold-labs/wp-module-deactivation", From eae017c16faca35a6dee553444952613cd5a9383 Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 19 Jun 2024 12:17:07 -0700 Subject: [PATCH 29/45] Bump version --- bluehost-wordpress-plugin.php | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bluehost-wordpress-plugin.php b/bluehost-wordpress-plugin.php index c10929524..4fb722608 100644 --- a/bluehost-wordpress-plugin.php +++ b/bluehost-wordpress-plugin.php @@ -12,7 +12,7 @@ * Plugin URI: https://bluehost.com * Update URI: https://github.com/bluehost/bluehost-wordpress-plugin * Description: WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features. - * Version: 3.11.0 + * Version: 3.12.0 * Requires at least: 6.0 * Requires PHP: 7.1 * Tested up to: 6.5.4 @@ -32,7 +32,7 @@ } // Define constants -define( 'BLUEHOST_PLUGIN_VERSION', '3.11.0' ); +define( 'BLUEHOST_PLUGIN_VERSION', '3.12.0' ); define( 'BLUEHOST_PLUGIN_FILE', __FILE__ ); define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); diff --git a/package-lock.json b/package-lock.json index e737b5c59..e3f54d7ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.11.0", + "version": "3.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bluehost-wordpress-plugin", - "version": "3.11.0", + "version": "3.12.0", "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.1", diff --git a/package.json b/package.json index fd53ab837..ab55cca54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.11.0", + "version": "3.12.0", "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "author": { "name": "Bluehost", From 6b4e6a452f11a7f2768bd5198df201fdf3a1a72d Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 19 Jun 2024 12:28:52 -0700 Subject: [PATCH 30/45] Bump coming soon module to 1.2.5 Should fix failing coming soon tests --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index bdfdc5d9b..e5327382d 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,7 @@ "require": { "newfold-labs/wp-module-activation": "^1.0.2", "newfold-labs/wp-module-atomic": "^1.3.0", - "newfold-labs/wp-module-coming-soon": "^1.2.4", + "newfold-labs/wp-module-coming-soon": "^1.2.5", "newfold-labs/wp-module-context": "^1.0.1", "newfold-labs/wp-module-data": "^2.5.3", "newfold-labs/wp-module-deactivation": "^1.2.1", diff --git a/composer.lock b/composer.lock index 4bf57fbd2..df1a1a7b1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ac5c88d5ec8203993c54a397124e6ce1", + "content-hash": "67e249327b309c04d54f3930c8ad4eb5", "packages": [ { "name": "doctrine/inflector", @@ -396,16 +396,16 @@ }, { "name": "newfold-labs/wp-module-coming-soon", - "version": "1.2.4", + "version": "1.2.5", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-coming-soon.git", - "reference": "05112a5908bb08ca0aa3aa7d7e7c508d44401b28" + "reference": "36da71998930ffc6fcb13d2ea082b82507a284b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-coming-soon/zipball/05112a5908bb08ca0aa3aa7d7e7c508d44401b28", - "reference": "05112a5908bb08ca0aa3aa7d7e7c508d44401b28", + "url": "https://api.github.com/repos/newfold-labs/wp-module-coming-soon/zipball/36da71998930ffc6fcb13d2ea082b82507a284b2", + "reference": "36da71998930ffc6fcb13d2ea082b82507a284b2", "shasum": "" }, "require": { @@ -443,10 +443,10 @@ ], "description": "Coming Soon module for WordPress sites.", "support": { - "source": "https://github.com/newfold-labs/wp-module-coming-soon/tree/1.2.4", + "source": "https://github.com/newfold-labs/wp-module-coming-soon/tree/1.2.5", "issues": "https://github.com/newfold-labs/wp-module-coming-soon/issues" }, - "time": "2024-05-31T16:22:17+00:00" + "time": "2024-06-19T19:13:33+00:00" }, { "name": "newfold-labs/wp-module-context", From 6f31936c2fdeb3a5ff6f9074a5cad4c80c8265b7 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Wed, 19 Jun 2024 18:22:33 -0400 Subject: [PATCH 31/45] require migration update 1.0.6 in plugin --- composer.json | 1 + composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index e5327382d..5f29dc55d 100644 --- a/composer.json +++ b/composer.json @@ -86,6 +86,7 @@ "newfold-labs/wp-module-help-center": "^2.0.0", "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.3.0", + "newfold-labs/wp-module-migration": "^1.0.6", "newfold-labs/wp-module-notifications": "^1.3.0", "newfold-labs/wp-module-onboarding": "^2.3.4", "newfold-labs/wp-module-patterns": "2.0.0 as 1.9.9", diff --git a/composer.lock b/composer.lock index df1a1a7b1..57c66efd7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "67e249327b309c04d54f3930c8ad4eb5", + "content-hash": "849bde744ef141a051740cb9c61158fc", "packages": [ { "name": "doctrine/inflector", @@ -1091,16 +1091,16 @@ }, { "name": "newfold-labs/wp-module-migration", - "version": "v1.0.5", + "version": "v1.0.6", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-migration.git", - "reference": "44cf5193ee2d6cff9424cf745308820755bb97e9" + "reference": "be8804c858a812afa33343de1b8133612c923772" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/44cf5193ee2d6cff9424cf745308820755bb97e9", - "reference": "44cf5193ee2d6cff9424cf745308820755bb97e9", + "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/be8804c858a812afa33343de1b8133612c923772", + "reference": "be8804c858a812afa33343de1b8133612c923772", "shasum": "" }, "require": { @@ -1138,10 +1138,10 @@ ], "description": "Initiates the migration process", "support": { - "source": "https://github.com/newfold-labs/wp-module-migration/tree/v1.0.5", + "source": "https://github.com/newfold-labs/wp-module-migration/tree/v1.0.6", "issues": "https://github.com/newfold-labs/wp-module-migration/issues" }, - "time": "2024-06-14T08:56:40+00:00" + "time": "2024-06-19T22:12:33+00:00" }, { "name": "newfold-labs/wp-module-notifications", From b34bea15f4543edb4dadaac59f6f34e9dd5e9ad7 Mon Sep 17 00:00:00 2001 From: manikantakailasa Date: Thu, 20 Jun 2024 13:16:02 +0530 Subject: [PATCH 32/45] Replace references to old values in `NewfoldRuntime` --- tests/cypress/integration/home.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cypress/integration/home.cy.js b/tests/cypress/integration/home.cy.js index a1a924c9f..3b8bab168 100644 --- a/tests/cypress/integration/home.cy.js +++ b/tests/cypress/integration/home.cy.js @@ -17,7 +17,7 @@ describe( 'Home Page', function () { it( 'Site Info Exists', () => { cy.get( '.wppbh-app-site-info' ) - .contains( 'h3', NewfoldRuntime.site.title ) + .contains( 'h3', NewfoldRuntime.siteTitle ) .scrollIntoView() .should( 'be.visible' ); } ); From fcd64171af4665dc1c33bb9f7fb6cc058344f81e Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Thu, 20 Jun 2024 15:09:32 -0400 Subject: [PATCH 33/45] update plugin version to 3.12.1 --- bluehost-wordpress-plugin.php | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bluehost-wordpress-plugin.php b/bluehost-wordpress-plugin.php index 4fb722608..e3fd0d125 100644 --- a/bluehost-wordpress-plugin.php +++ b/bluehost-wordpress-plugin.php @@ -12,7 +12,7 @@ * Plugin URI: https://bluehost.com * Update URI: https://github.com/bluehost/bluehost-wordpress-plugin * Description: WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features. - * Version: 3.12.0 + * Version: 3.12.1 * Requires at least: 6.0 * Requires PHP: 7.1 * Tested up to: 6.5.4 @@ -32,7 +32,7 @@ } // Define constants -define( 'BLUEHOST_PLUGIN_VERSION', '3.12.0' ); +define( 'BLUEHOST_PLUGIN_VERSION', '3.12.1' ); define( 'BLUEHOST_PLUGIN_FILE', __FILE__ ); define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); diff --git a/package-lock.json b/package-lock.json index e3f54d7ec..8fd9dce22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.12.0", + "version": "3.12.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bluehost-wordpress-plugin", - "version": "3.12.0", + "version": "3.12.1", "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.1", diff --git a/package.json b/package.json index ab55cca54..5840acde1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.12.0", + "version": "3.12.1", "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "author": { "name": "Bluehost", From 4d38d7d21ae8a77e460f0985f153aac839877563 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Thu, 20 Jun 2024 15:21:05 -0400 Subject: [PATCH 34/45] update features module to 1.4.2 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 5f29dc55d..3ad01c227 100644 --- a/composer.json +++ b/composer.json @@ -81,7 +81,7 @@ "newfold-labs/wp-module-deactivation": "^1.2.1", "newfold-labs/wp-module-ecommerce": "^1.3.33", "newfold-labs/wp-module-facebook": "^1.0.9", - "newfold-labs/wp-module-features": "^1.4.1", + "newfold-labs/wp-module-features": "^1.4.2", "newfold-labs/wp-module-global-ctb": "^1.0.12", "newfold-labs/wp-module-help-center": "^2.0.0", "newfold-labs/wp-module-loader": "^1.0.10", diff --git a/composer.lock b/composer.lock index 57c66efd7..8053bc3d2 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "849bde744ef141a051740cb9c61158fc", + "content-hash": "d1626a67ac7fa550f598c6bc22e093a6", "packages": [ { "name": "doctrine/inflector", @@ -753,16 +753,16 @@ }, { "name": "newfold-labs/wp-module-features", - "version": "1.4.1", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-features.git", - "reference": "d22ca49d2235ac7797fa6ad315ceaf7edec9bd31" + "reference": "0424ca66ed275371a372b139d1c2f81652181b01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-features/zipball/d22ca49d2235ac7797fa6ad315ceaf7edec9bd31", - "reference": "d22ca49d2235ac7797fa6ad315ceaf7edec9bd31", + "url": "https://api.github.com/repos/newfold-labs/wp-module-features/zipball/0424ca66ed275371a372b139d1c2f81652181b01", + "reference": "0424ca66ed275371a372b139d1c2f81652181b01", "shasum": "" }, "require": { @@ -803,10 +803,10 @@ ], "description": "A module for providing an interface for features.", "support": { - "source": "https://github.com/newfold-labs/wp-module-features/tree/1.4.1", + "source": "https://github.com/newfold-labs/wp-module-features/tree/1.4.2", "issues": "https://github.com/newfold-labs/wp-module-features/issues" }, - "time": "2024-05-28T18:01:46+00:00" + "time": "2024-06-20T19:10:03+00:00" }, { "name": "newfold-labs/wp-module-global-ctb", From 8d8e4216268fa832ca06074e3045c032d6461927 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Thu, 20 Jun 2024 17:14:49 -0400 Subject: [PATCH 35/45] update migration module to 1.0.7 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 3ad01c227..3a78d56a5 100644 --- a/composer.json +++ b/composer.json @@ -86,7 +86,7 @@ "newfold-labs/wp-module-help-center": "^2.0.0", "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.3.0", - "newfold-labs/wp-module-migration": "^1.0.6", + "newfold-labs/wp-module-migration": "^1.0.7", "newfold-labs/wp-module-notifications": "^1.3.0", "newfold-labs/wp-module-onboarding": "^2.3.4", "newfold-labs/wp-module-patterns": "2.0.0 as 1.9.9", diff --git a/composer.lock b/composer.lock index 8053bc3d2..540934ad0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d1626a67ac7fa550f598c6bc22e093a6", + "content-hash": "e180979b303913510ec0c2cfbd9642a3", "packages": [ { "name": "doctrine/inflector", @@ -1091,16 +1091,16 @@ }, { "name": "newfold-labs/wp-module-migration", - "version": "v1.0.6", + "version": "v1.0.7", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-migration.git", - "reference": "be8804c858a812afa33343de1b8133612c923772" + "reference": "48ae5be126f080220c58e5b607355dc52dfcc575" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/be8804c858a812afa33343de1b8133612c923772", - "reference": "be8804c858a812afa33343de1b8133612c923772", + "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/48ae5be126f080220c58e5b607355dc52dfcc575", + "reference": "48ae5be126f080220c58e5b607355dc52dfcc575", "shasum": "" }, "require": { @@ -1138,10 +1138,10 @@ ], "description": "Initiates the migration process", "support": { - "source": "https://github.com/newfold-labs/wp-module-migration/tree/v1.0.6", + "source": "https://github.com/newfold-labs/wp-module-migration/tree/v1.0.7", "issues": "https://github.com/newfold-labs/wp-module-migration/issues" }, - "time": "2024-06-19T22:12:33+00:00" + "time": "2024-06-20T21:06:00+00:00" }, { "name": "newfold-labs/wp-module-notifications", From 32d2ca5d93d2eda0d93426d18ee842a3f5b0f514 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Fri, 21 Jun 2024 18:11:09 -0400 Subject: [PATCH 36/45] remove 'FREE Monthly Webinar: ' line from webinar component the webinar title will now display exactly what the json indicates is the webinar title. --- src/app/components/webinars-banner/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/webinars-banner/index.js b/src/app/components/webinars-banner/index.js index c6868a70e..c7104a91b 100644 --- a/src/app/components/webinars-banner/index.js +++ b/src/app/components/webinars-banner/index.js @@ -114,7 +114,7 @@ const WebinarsBanner = () => {
- FREE Monthly Webinar: { upcomingWebinar.title } + { upcomingWebinar.title } { ( upcomingWebinar.hasDescription || From fcd0ad1d7449d8354849a17c3d6a7a74209b70df Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Fri, 21 Jun 2024 18:16:42 -0400 Subject: [PATCH 37/45] update tests to reflect change --- tests/cypress/integration/home.cy.js | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/tests/cypress/integration/home.cy.js b/tests/cypress/integration/home.cy.js index a1a924c9f..4627dc390 100644 --- a/tests/cypress/integration/home.cy.js +++ b/tests/cypress/integration/home.cy.js @@ -62,10 +62,7 @@ describe( 'Home Page', function () { ); cy.reload(); cy.get( '.wppbh-webinars-banner-section' ) - .contains( - 'h2', - 'FREE Monthly Webinar: Build your brand with WordPress' - ) + .contains( 'h2', 'Build your brand with WordPress' ) .scrollIntoView() .should( 'be.visible' ); } ); @@ -73,10 +70,7 @@ describe( 'Home Page', function () { it( 'Webinars Section Renders Correctly', () => { // Title cy.get( '.wppbh-webinars-banner-section' ) - .contains( - 'h2', - 'FREE Monthly Webinar: Build your brand with WordPress' - ) + .contains( 'h2', 'Build your brand with WordPress' ) .scrollIntoView() .should( 'be.visible' ); From 227a098da230817b87892dd579a3d236aa553ef0 Mon Sep 17 00:00:00 2001 From: Ramya krishna Date: Mon, 24 Jun 2024 12:12:38 +0530 Subject: [PATCH 38/45] calling comingSoonAdminbarToggle on update of comingsoon --- src/app/pages/home/welcomeSection.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/pages/home/welcomeSection.js b/src/app/pages/home/welcomeSection.js index ad0e1ef74..1ebdc4c04 100644 --- a/src/app/pages/home/welcomeSection.js +++ b/src/app/pages/home/welcomeSection.js @@ -1,8 +1,10 @@ import { useContext } from '@wordpress/element'; +import { useUpdateEffect } from 'react-use'; import { OnboardingScreen } from '@newfold-labs/wp-module-ecommerce'; import AppStore from 'App/data/store'; import { bluehostSettingsApiFetch } from 'App/util/helpers'; import { useNotification } from 'App/components/notifications'; +import { comingSoonAdminbarToggle } from '../../util/helpers'; const WelcomeSection = ( {} ) => { const { store, setStore } = useContext( AppStore ); @@ -16,6 +18,10 @@ const WelcomeSection = ( {} ) => { () => setStore( { ...store, comingSoon: ! store.comingSoon } ) ); + useUpdateEffect(() => { + comingSoonAdminbarToggle(store.comingSoon) + }, [store.comingSoon]) + return ( Date: Mon, 24 Jun 2024 12:22:12 +0530 Subject: [PATCH 39/45] linting issues --- src/app/pages/home/welcomeSection.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/pages/home/welcomeSection.js b/src/app/pages/home/welcomeSection.js index 1ebdc4c04..b34fe85e0 100644 --- a/src/app/pages/home/welcomeSection.js +++ b/src/app/pages/home/welcomeSection.js @@ -18,9 +18,9 @@ const WelcomeSection = ( {} ) => { () => setStore( { ...store, comingSoon: ! store.comingSoon } ) ); - useUpdateEffect(() => { - comingSoonAdminbarToggle(store.comingSoon) - }, [store.comingSoon]) + useUpdateEffect( () => { + comingSoonAdminbarToggle( store.comingSoon ) + }, [store.comingSoon] ) return ( Date: Mon, 24 Jun 2024 13:01:40 +0530 Subject: [PATCH 40/45] linting fixes --- src/app/pages/home/welcomeSection.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/pages/home/welcomeSection.js b/src/app/pages/home/welcomeSection.js index b34fe85e0..32d1bc4bc 100644 --- a/src/app/pages/home/welcomeSection.js +++ b/src/app/pages/home/welcomeSection.js @@ -18,9 +18,9 @@ const WelcomeSection = ( {} ) => { () => setStore( { ...store, comingSoon: ! store.comingSoon } ) ); - useUpdateEffect( () => { - comingSoonAdminbarToggle( store.comingSoon ) - }, [store.comingSoon] ) + useUpdateEffect( () => { + comingSoonAdminbarToggle( store.comingSoon ); + }, [ store.comingSoon ] ); return ( Date: Wed, 26 Jun 2024 14:46:00 +0530 Subject: [PATCH 41/45] fixes in store page --- src/app/pages/ecommerce/page.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/pages/ecommerce/page.js b/src/app/pages/ecommerce/page.js index d9122eaa2..6a4b97b25 100644 --- a/src/app/pages/ecommerce/page.js +++ b/src/app/pages/ecommerce/page.js @@ -7,6 +7,7 @@ import '@newfold-labs/wp-module-ecommerce/bluehost.css'; import AppStore from 'App/data/store'; import { bluehostSettingsApiFetch } from 'App/util/helpers'; import { useNotification } from 'App/components/notifications'; +import { comingSoonAdminbarToggle } from '../../util/helpers'; const ECommerce = () => { const { store, setStore } = useContext( AppStore ); @@ -33,6 +34,7 @@ const ECommerce = () => { ...store, comingSoon: ! store.comingSoon, } ); + comingSoonAdminbarToggle(!store.comingSoon) } ), }; From fd479c5caae6df4e309a5ee9b74db72c685252bd Mon Sep 17 00:00:00 2001 From: Ramya krishna Date: Wed, 26 Jun 2024 16:55:55 +0530 Subject: [PATCH 42/45] linting fixes --- src/app/pages/ecommerce/page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pages/ecommerce/page.js b/src/app/pages/ecommerce/page.js index 6a4b97b25..6033ad282 100644 --- a/src/app/pages/ecommerce/page.js +++ b/src/app/pages/ecommerce/page.js @@ -34,7 +34,7 @@ const ECommerce = () => { ...store, comingSoon: ! store.comingSoon, } ); - comingSoonAdminbarToggle(!store.comingSoon) + comingSoonAdminbarToggle( ! store.comingSoon ); } ), }; From 92c4d3372349f04b20e55a282b4c3263b1174c0a Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 26 Jun 2024 10:15:26 -0700 Subject: [PATCH 43/45] Modify composer deps - Bump global ctb module to `1.0.13` which adds dynamic iframe sizing for global ctbs. - Rollback ecimm module to `1.3.31`. --- composer.json | 4 ++-- composer.lock | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 3a78d56a5..412bfff91 100644 --- a/composer.json +++ b/composer.json @@ -79,10 +79,10 @@ "newfold-labs/wp-module-context": "^1.0.1", "newfold-labs/wp-module-data": "^2.5.3", "newfold-labs/wp-module-deactivation": "^1.2.1", - "newfold-labs/wp-module-ecommerce": "^1.3.33", + "newfold-labs/wp-module-ecommerce": "1.3.31", "newfold-labs/wp-module-facebook": "^1.0.9", "newfold-labs/wp-module-features": "^1.4.2", - "newfold-labs/wp-module-global-ctb": "^1.0.12", + "newfold-labs/wp-module-global-ctb": "^1.0.13", "newfold-labs/wp-module-help-center": "^2.0.0", "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.3.0", diff --git a/composer.lock b/composer.lock index 540934ad0..f18d73f60 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e180979b303913510ec0c2cfbd9642a3", + "content-hash": "c4b2d74d9782dad84e8fb74a72279620", "packages": [ { "name": "doctrine/inflector", @@ -652,16 +652,16 @@ }, { "name": "newfold-labs/wp-module-ecommerce", - "version": "v1.3.33", + "version": "v1.3.31", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-ecommerce.git", - "reference": "9b848fee173f5688e4424dd010cad18914975678" + "reference": "24ef99c9b697f2c30172a95c5f6fa0470b9b2604" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/9b848fee173f5688e4424dd010cad18914975678", - "reference": "9b848fee173f5688e4424dd010cad18914975678", + "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/24ef99c9b697f2c30172a95c5f6fa0470b9b2604", + "reference": "24ef99c9b697f2c30172a95c5f6fa0470b9b2604", "shasum": "" }, "require": { @@ -704,10 +704,10 @@ ], "description": "Brand Agnostic eCommerce Experience", "support": { - "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.33", + "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.31", "issues": "https://github.com/newfold-labs/wp-module-ecommerce/issues" }, - "time": "2024-06-18T08:53:05+00:00" + "time": "2024-05-20T12:40:55+00:00" }, { "name": "newfold-labs/wp-module-facebook", @@ -810,16 +810,16 @@ }, { "name": "newfold-labs/wp-module-global-ctb", - "version": "1.0.12", + "version": "1.0.13", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-global-ctb.git", - "reference": "cdc28498a0a31f889bac58639735110fd285bcbb" + "reference": "f27fc58ca74df9d6ef0aca4d5e3603f48fd17f05" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-global-ctb/zipball/cdc28498a0a31f889bac58639735110fd285bcbb", - "reference": "cdc28498a0a31f889bac58639735110fd285bcbb", + "url": "https://api.github.com/repos/newfold-labs/wp-module-global-ctb/zipball/f27fc58ca74df9d6ef0aca4d5e3603f48fd17f05", + "reference": "f27fc58ca74df9d6ef0aca4d5e3603f48fd17f05", "shasum": "" }, "require-dev": { @@ -853,10 +853,10 @@ ], "description": "Newfold module for 'Click to Buy' functionality in brand plugins", "support": { - "source": "https://github.com/newfold-labs/wp-module-global-ctb/tree/1.0.12", + "source": "https://github.com/newfold-labs/wp-module-global-ctb/tree/1.0.13", "issues": "https://github.com/newfold-labs/wp-module-global-ctb/issues" }, - "time": "2024-05-30T16:00:35+00:00" + "time": "2024-06-25T00:12:44+00:00" }, { "name": "newfold-labs/wp-module-help-center", From 800e9e8d1481f4ef9c2d130208b2609eea6a1fb2 Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 26 Jun 2024 10:21:55 -0700 Subject: [PATCH 44/45] Bump plugin version --- .wp-env.json | 2 +- bluehost-wordpress-plugin.php | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.wp-env.json b/.wp-env.json index ff4c8b305..864f152fe 100644 --- a/.wp-env.json +++ b/.wp-env.json @@ -1,5 +1,5 @@ { - "core": "WordPress/WordPress#tags/6.5.4", + "core": "WordPress/WordPress#tags/6.5.5", "config": { "WP_DEBUG": true, "WP_DEBUG_LOG": true, diff --git a/bluehost-wordpress-plugin.php b/bluehost-wordpress-plugin.php index e3fd0d125..40e2e05ec 100644 --- a/bluehost-wordpress-plugin.php +++ b/bluehost-wordpress-plugin.php @@ -12,10 +12,10 @@ * Plugin URI: https://bluehost.com * Update URI: https://github.com/bluehost/bluehost-wordpress-plugin * Description: WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features. - * Version: 3.12.1 + * Version: 3.12.2 * Requires at least: 6.0 * Requires PHP: 7.1 - * Tested up to: 6.5.4 + * Tested up to: 6.5.5 * Author: Bluehost * Author URI: https://bluehost.com * Text Domain: wp-plugin-bluehost @@ -32,7 +32,7 @@ } // Define constants -define( 'BLUEHOST_PLUGIN_VERSION', '3.12.1' ); +define( 'BLUEHOST_PLUGIN_VERSION', '3.12.2' ); define( 'BLUEHOST_PLUGIN_FILE', __FILE__ ); define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); diff --git a/package-lock.json b/package-lock.json index 8fd9dce22..c4bffd06e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.12.1", + "version": "3.12.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bluehost-wordpress-plugin", - "version": "3.12.1", + "version": "3.12.2", "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.1", diff --git a/package.json b/package.json index 5840acde1..d054789a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.12.1", + "version": "3.12.2", "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "author": { "name": "Bluehost", From 5e103d3271ca29f3af64f3828e03361ad4c3d1da Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 26 Jun 2024 11:02:18 -0700 Subject: [PATCH 45/45] Rollback ecommerce nodule npm package --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c4bffd06e..83eacf23b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.1", - "@newfold-labs/wp-module-ecommerce": "^1.3.33", + "@newfold-labs/wp-module-ecommerce": "1.3.31", "@newfold-labs/wp-module-facebook": "1.0.7", "@newfold-labs/wp-module-runtime": "^1.0.10", "@newfold/ui-component-library": "^1.1.0", @@ -3197,9 +3197,9 @@ } }, "node_modules/@newfold-labs/wp-module-ecommerce": { - "version": "1.3.33", - "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-ecommerce/1.3.33/5b3282eb4b7afb48ff4dd45c358dd66b049bca9d", - "integrity": "sha512-XRiXm7bG4TW8cGaoTPcMSWSQ0o9t7YBiZZTTsKMBAnbIQwc5qkQGdrrSvb2bMzyuEXUYIbtxA+mJpCuO6defJw==", + "version": "1.3.31", + "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-ecommerce/1.3.31/355c4a15cc4d8cc4820a8db6de508e511d938c42", + "integrity": "sha512-3T9MPz9v/dtyUuO0TAlJONhunZ2SNGbHCOuYKx7ffge6esO6wYFYB2m9B7FoP1wC8Rl/zvfwxQfKTooS6LHLHA==", "license": "GPL-2.0-or-later", "dependencies": { "@faizaanceg/pandora": "^1.1.1", diff --git a/package.json b/package.json index d054789a6..534d67903 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@heroicons/react": "^2.1.1", - "@newfold-labs/wp-module-ecommerce": "^1.3.33", + "@newfold-labs/wp-module-ecommerce": "1.3.31", "@newfold-labs/wp-module-facebook": "1.0.7", "@newfold-labs/wp-module-runtime": "^1.0.10", "@newfold/ui-component-library": "^1.1.0",