From 85df4ef0a834a86ff956df8f2f29e9a34af67011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:45:28 +0000 Subject: [PATCH 01/15] NPM Dev(deps-dev): Bump @wordpress/env from 10.5.0 to 10.6.0 Bumps [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) from 10.5.0 to 10.6.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/env/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/env@10.6.0/packages/env) --- updated-dependencies: - dependency-name: "@wordpress/env" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 fbdb13c15..4dcd284c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "devDependencies": { "@tailwindcss/forms": "^0.5.7", "@testing-library/cypress": "^10.0.2", - "@wordpress/env": "^10.5.0", + "@wordpress/env": "^10.6.0", "@wordpress/eslint-plugin": "^20.3.0", "@wordpress/scripts": "^27.9.0", "cypress": "^13.13.3", @@ -5879,9 +5879,9 @@ } }, "node_modules/@wordpress/env": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/env/-/env-10.5.0.tgz", - "integrity": "sha512-Hx+fi6qTEAuycznulkuMi4d5RDPZ6lPPAxaylpCwXNX2hgx5jrrpgnY4Zn0chBgZMpShO7BbA+zNDq2E6evvTw==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/env/-/env-10.6.0.tgz", + "integrity": "sha512-hK4JH5oyGUKOlSBGKx+DS64G1VN8azU1Kvpn1aob3bYYFCvtoXjKOOGmK9Gnf4f2gosYexuDS5FmAfTPqi8a8Q==", "dev": true, "dependencies": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index 7224814c2..9ca507697 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "devDependencies": { "@tailwindcss/forms": "^0.5.7", "@testing-library/cypress": "^10.0.2", - "@wordpress/env": "^10.5.0", + "@wordpress/env": "^10.6.0", "@wordpress/eslint-plugin": "^20.3.0", "@wordpress/scripts": "^27.9.0", "cypress": "^13.13.3", From 35e3cf8649887a8f88507967d05e72182c0fd7d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:45:43 +0000 Subject: [PATCH 02/15] NPM Dev(deps-dev): Bump @tailwindcss/forms from 0.5.7 to 0.5.8 Bumps [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) from 0.5.7 to 0.5.8. - [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.7...v0.5.8) --- updated-dependencies: - dependency-name: "@tailwindcss/forms" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fbdb13c15..64dd7fea0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "semver": "^7.6.3" }, "devDependencies": { - "@tailwindcss/forms": "^0.5.7", + "@tailwindcss/forms": "^0.5.8", "@testing-library/cypress": "^10.0.2", "@wordpress/env": "^10.5.0", "@wordpress/eslint-plugin": "^20.3.0", @@ -4182,15 +4182,15 @@ } }, "node_modules/@tailwindcss/forms": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.7.tgz", - "integrity": "sha512-QE7X69iQI+ZXwldE+rzasvbJiyV/ju1FGHH0Qn2W3FKbuYtqp8LKcy6iSw79fVUT5/Vvf+0XgLCeYVG+UV6hOw==", + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.8.tgz", + "integrity": "sha512-DJs7B7NPD0JH7BVvdHWNviWmunlFhuEkz7FyFxE4japOWYMLl9b1D6+Z9mivJJPWr6AEbmlPqgiFRyLwFB1SgQ==", "dev": true, "dependencies": { "mini-svg-data-uri": "^1.2.3" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1" + "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20" } }, "node_modules/@tannin/compile": { diff --git a/package.json b/package.json index 7224814c2..1ed60a447 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "semver": "^7.6.3" }, "devDependencies": { - "@tailwindcss/forms": "^0.5.7", + "@tailwindcss/forms": "^0.5.8", "@testing-library/cypress": "^10.0.2", "@wordpress/env": "^10.5.0", "@wordpress/eslint-plugin": "^20.3.0", From e12d31bd5f6b6dfa68e09866bdbf87c1492aef26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:46:13 +0000 Subject: [PATCH 03/15] NPM(deps): Bump @wordpress/icons from 10.5.0 to 10.6.0 Bumps [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) from 10.5.0 to 10.6.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/icons/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/icons@10.6.0/packages/icons) --- updated-dependencies: - dependency-name: "@wordpress/icons" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index fbdb13c15..e695dd536 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@wordpress/element": "^6.3.0", "@wordpress/html-entities": "^4.6.0", "@wordpress/i18n": "^5.6.0", - "@wordpress/icons": "^10.5.0", + "@wordpress/icons": "^10.6.0", "classnames": "^2.5.1", "jquery": "^3.7.1", "lodash": "^4.17.21", @@ -6071,13 +6071,13 @@ } }, "node_modules/@wordpress/icons": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/icons/-/icons-10.5.0.tgz", - "integrity": "sha512-BZwKBRKoTef9uW73T+FwK6d4JlcvgdVAaz3LB5dCluXg5PLV5ufMdumAaMxKWq/Ffl92/ddt8CKIdHjxfAZF4A==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/icons/-/icons-10.6.0.tgz", + "integrity": "sha512-dy58bQFVee2izXA65Ptar1f8mVhL1hilOJI3BWbLWmxHr9H4VjI0ohjW4ZkAhahBG2yIvKZja/HaFMTs5O/7Xg==", "dependencies": { "@babel/runtime": "^7.16.0", - "@wordpress/element": "^6.5.0", - "@wordpress/primitives": "^4.5.0" + "@wordpress/element": "^6.6.0", + "@wordpress/primitives": "^4.6.0" }, "engines": { "node": ">=18.12.0", @@ -6085,12 +6085,12 @@ } }, "node_modules/@wordpress/icons/node_modules/@wordpress/primitives": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/primitives/-/primitives-4.5.0.tgz", - "integrity": "sha512-1TYCpCAr2BmYJESlD8v325GgYXSgUbrFtebwgvpMN/28CEwmPN+ORRECV41nPX4yVJ2k0kYzYxzQUGp/78xWsw==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/primitives/-/primitives-4.6.0.tgz", + "integrity": "sha512-uu4ANmgwslB2YOyIBQDSwKTQXXqGDL9Gz5INe+UeJZBMt2uU/TGEjKcZ63dqbuM8mqlPAcdVGL52RCt7mIKEhQ==", "dependencies": { "@babel/runtime": "^7.16.0", - "@wordpress/element": "^6.5.0", + "@wordpress/element": "^6.6.0", "clsx": "^2.1.1" }, "engines": { diff --git a/package.json b/package.json index 7224814c2..034f82950 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@wordpress/element": "^6.3.0", "@wordpress/html-entities": "^4.6.0", "@wordpress/i18n": "^5.6.0", - "@wordpress/icons": "^10.5.0", + "@wordpress/icons": "^10.6.0", "classnames": "^2.5.1", "jquery": "^3.7.1", "lodash": "^4.17.21", From e62b2c600f8896dfc09a6c33f3739c890da99a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:47:00 +0000 Subject: [PATCH 04/15] NPM(deps): Bump @wordpress/dom-ready from 4.5.0 to 4.6.0 Bumps [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) from 4.5.0 to 4.6.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.6.0/packages/dom-ready) --- updated-dependencies: - dependency-name: "@wordpress/dom-ready" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 fbdb13c15..15b2ffb13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@newfold/ui-component-library": "^1.1.0", "@reduxjs/toolkit": "^2.2.7", "@wordpress/compose": "^7.6.0", - "@wordpress/dom-ready": "^4.5.0", + "@wordpress/dom-ready": "^4.6.0", "@wordpress/element": "^6.3.0", "@wordpress/html-entities": "^4.6.0", "@wordpress/i18n": "^5.6.0", @@ -5800,9 +5800,9 @@ } }, "node_modules/@wordpress/dom-ready": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/dom-ready/-/dom-ready-4.5.0.tgz", - "integrity": "sha512-5dALG1lQtoH/Rk7DWFe9DaIF2bQQM5U0x+c1lQnk1cnBJ69AijIcbZMYaMzlgngo4dVF2PnFZ/VKVSUOKghhQQ==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/dom-ready/-/dom-ready-4.6.0.tgz", + "integrity": "sha512-3fX1O1abmp3++FpZMPnDQygeygUggqfEvWQQQ80di/ksMEo6DXvIdtXolwDQt9WIC1WetLdI7Mf3KKVJnruyxg==", "dependencies": { "@babel/runtime": "^7.16.0" }, diff --git a/package.json b/package.json index 7224814c2..2956aae1c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@newfold/ui-component-library": "^1.1.0", "@reduxjs/toolkit": "^2.2.7", "@wordpress/compose": "^7.6.0", - "@wordpress/dom-ready": "^4.5.0", + "@wordpress/dom-ready": "^4.6.0", "@wordpress/element": "^6.3.0", "@wordpress/html-entities": "^4.6.0", "@wordpress/i18n": "^5.6.0", From 5da5f14795524f6f905e23d20997e0dd8da406a5 Mon Sep 17 00:00:00 2001 From: Ramya krishna Date: Wed, 4 Sep 2024 19:03:37 +0530 Subject: [PATCH 05/15] ecommerce version 1.3.42 --- composer.json | 2 +- composer.lock | 99 ++++++++++++++++++++++++----------------------- package-lock.json | 8 ++-- package.json | 2 +- 4 files changed, 56 insertions(+), 55 deletions(-) diff --git a/composer.json b/composer.json index a5a736be1..ec9472477 100644 --- a/composer.json +++ b/composer.json @@ -78,7 +78,7 @@ "newfold-labs/wp-module-context": "^1.0.1", "newfold-labs/wp-module-data": "^2.6.2", "newfold-labs/wp-module-deactivation": "^1.2.3", - "newfold-labs/wp-module-ecommerce": "^1.3.41", + "newfold-labs/wp-module-ecommerce": "^1.3.42", "newfold-labs/wp-module-facebook": "^1.0.9", "newfold-labs/wp-module-features": "^1.4.2", "newfold-labs/wp-module-global-ctb": "^1.0.13", diff --git a/composer.lock b/composer.lock index db35ba7e2..76cc1b8f2 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": "3a63321309e5d03dcc3cf0c32c9e4561", + "content-hash": "585c6339c420c39b9054cc5cce3be639", "packages": [ { "name": "doctrine/inflector", @@ -722,24 +722,24 @@ }, { "name": "newfold-labs/wp-module-coming-soon", - "version": "1.2.5", + "version": "1.2.6", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-coming-soon.git", - "reference": "36da71998930ffc6fcb13d2ea082b82507a284b2" + "reference": "3b43b08f02348e4d016392247dc4503df5d48b39" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-coming-soon/zipball/36da71998930ffc6fcb13d2ea082b82507a284b2", - "reference": "36da71998930ffc6fcb13d2ea082b82507a284b2", + "url": "https://api.github.com/repos/newfold-labs/wp-module-coming-soon/zipball/3b43b08f02348e4d016392247dc4503df5d48b39", + "reference": "3b43b08f02348e4d016392247dc4503df5d48b39", "shasum": "" }, "require": { - "newfold-labs/wp-module-data": ">=2.4.18", + "newfold-labs/wp-module-data": ">=2.6.2", "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2" + "newfold-labs/wp-php-standards": "^1.2.4" }, "type": "library", "autoload": { @@ -769,10 +769,10 @@ ], "description": "Coming Soon module for WordPress sites.", "support": { - "source": "https://github.com/newfold-labs/wp-module-coming-soon/tree/1.2.5", + "source": "https://github.com/newfold-labs/wp-module-coming-soon/tree/1.2.6", "issues": "https://github.com/newfold-labs/wp-module-coming-soon/issues" }, - "time": "2024-06-19T19:13:33+00:00" + "time": "2024-08-30T20:32:49+00:00" }, { "name": "newfold-labs/wp-module-context", @@ -830,36 +830,36 @@ }, { "name": "newfold-labs/wp-module-data", - "version": "2.6.2", + "version": "2.6.3", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-data.git", - "reference": "91d1b03162f23b7b8bd3a41d9496eb8017df0051" + "reference": "f98dfabe6a4cb10aec6dcd6e81fc7d269238e9a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/91d1b03162f23b7b8bd3a41d9496eb8017df0051", - "reference": "91d1b03162f23b7b8bd3a41d9496eb8017df0051", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/f98dfabe6a4cb10aec6dcd6e81fc7d269238e9a4", + "reference": "f98dfabe6a4cb10aec6dcd6e81fc7d269238e9a4", "shasum": "" }, "require": { "ext-json": "*", - "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-loader": "^1.0.10", "wp-forge/helpers": "^2.0", - "wp-forge/wp-query-builder": "^1.0", + "wp-forge/wp-query-builder": "^1.0.4", "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2" + "wpscholar/url": "^1.2.2" }, "require-dev": { "10up/wp_mock": "^0.4.2", - "bluehost/bluehost-wordpress-plugin": "*", - "brianhenryie/composer-phpstorm": "*", - "johnpbloch/wordpress": "*", + "bluehost/bluehost-wordpress-plugin": ">=3.1", + "brianhenryie/composer-phpstorm": ">=0.4", + "johnpbloch/wordpress": ">=6.5.3", "kporras07/composer-symlinks": "^1.2", - "lucatume/wp-browser": "^3", - "newfold-labs/wp-php-standards": "^1.2", + "lucatume/wp-browser": "^3.5.8", + "newfold-labs/wp-php-standards": "^1.2.3", "phpunit/phpcov": "^5.0", - "wpackagist-plugin/woocommerce": "*" + "wpackagist-plugin/woocommerce": ">=9" }, "type": "library", "extra": { @@ -921,10 +921,10 @@ ], "description": "Newfold Data Module", "support": { - "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.2", + "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.3", "issues": "https://github.com/newfold-labs/wp-module-data/issues" }, - "time": "2024-08-16T14:18:26+00:00" + "time": "2024-08-30T19:51:58+00:00" }, { "name": "newfold-labs/wp-module-deactivation", @@ -989,16 +989,16 @@ }, { "name": "newfold-labs/wp-module-ecommerce", - "version": "v1.3.41", + "version": "v1.3.42", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-ecommerce.git", - "reference": "4e4d787d6a033c2f2f3672ceaae4ae17ff41968d" + "reference": "1aff908a8b97d2742ab26201b27d0d9d5e619e30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/4e4d787d6a033c2f2f3672ceaae4ae17ff41968d", - "reference": "4e4d787d6a033c2f2f3672ceaae4ae17ff41968d", + "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/1aff908a8b97d2742ab26201b27d0d9d5e619e30", + "reference": "1aff908a8b97d2742ab26201b27d0d9d5e619e30", "shasum": "" }, "require": { @@ -1041,10 +1041,10 @@ ], "description": "Brand Agnostic eCommerce Experience", "support": { - "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.41", + "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.42", "issues": "https://github.com/newfold-labs/wp-module-ecommerce/issues" }, - "time": "2024-08-21T09:22:19+00:00" + "time": "2024-09-04T13:22:33+00:00" }, { "name": "newfold-labs/wp-module-facebook", @@ -1893,16 +1893,16 @@ }, { "name": "newfold-labs/wp-module-staging", - "version": "2.1.0", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-staging.git", - "reference": "87116edaff795913173dd5d0dc4cb258d6cda8ef" + "reference": "bf00499e80ba23729dfe140e8211a325627c259c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/87116edaff795913173dd5d0dc4cb258d6cda8ef", - "reference": "87116edaff795913173dd5d0dc4cb258d6cda8ef", + "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/bf00499e80ba23729dfe140e8211a325627c259c", + "reference": "bf00499e80ba23729dfe140e8211a325627c259c", "shasum": "" }, "require": { @@ -1940,10 +1940,10 @@ ], "description": "Newfold module for staging functionality in brand plugins", "support": { - "source": "https://github.com/newfold-labs/wp-module-staging/tree/2.1.0", + "source": "https://github.com/newfold-labs/wp-module-staging/tree/2.1.1", "issues": "https://github.com/newfold-labs/wp-module-staging/issues" }, - "time": "2024-07-03T17:28:16+00:00" + "time": "2024-09-03T18:35:49+00:00" }, { "name": "newfold-labs/wp-module-survey", @@ -3459,12 +3459,12 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "4d6c8b84df3bb029a1c98366a87e7768bd324a59" + "reference": "8934624d282f87f8f60e8fd8be1197a644ea8b76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/4d6c8b84df3bb029a1c98366a87e7768bd324a59", - "reference": "4d6c8b84df3bb029a1c98366a87e7768bd324a59", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/8934624d282f87f8f60e8fd8be1197a644ea8b76", + "reference": "8934624d282f87f8f60e8fd8be1197a644ea8b76", "shasum": "" }, "conflict": { @@ -3684,7 +3684,7 @@ "genix/cms": "<=1.1.11", "getformwork/formwork": "<1.13.1|==2.0.0.0-beta1", "getgrav/grav": "<1.7.46", - "getkirby/cms": "<=4.3", + "getkirby/cms": "<=3.6.6.5|>=3.7,<=3.7.5.4|>=3.8,<=3.8.4.3|>=3.9,<=3.9.8.1|>=3.10,<=3.10.1|>=4,<=4.3", "getkirby/kirby": "<=2.5.12", "getkirby/panel": "<2.5.14", "getkirby/starterkit": "<=3.7.0.2", @@ -3923,9 +3923,10 @@ "phpxmlrpc/extras": "<0.6.1", "phpxmlrpc/phpxmlrpc": "<4.9.2", "pi/pi": "<=2.5", - "pimcore/admin-ui-classic-bundle": "<=1.5.1", + "pimcore/admin-ui-classic-bundle": "<1.5.4", "pimcore/customer-management-framework-bundle": "<4.0.6", "pimcore/data-hub": "<1.2.4", + "pimcore/data-importer": "<1.8.9|>=1.9,<1.9.3", "pimcore/demo": "<10.3", "pimcore/ecommerce-framework-bundle": "<1.0.10", "pimcore/perspective-editor": "<1.5.1", @@ -4270,7 +4271,7 @@ "type": "tidelift" } ], - "time": "2024-08-29T19:05:41+00:00" + "time": "2024-09-03T20:04:58+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -4354,16 +4355,16 @@ }, { "name": "symfony/finder", - "version": "v5.4.42", + "version": "v5.4.43", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "0724c51fa067b198e36506d2864e09a52180998a" + "reference": "ae25a9145a900764158d439653d5630191155ca0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/0724c51fa067b198e36506d2864e09a52180998a", - "reference": "0724c51fa067b198e36506d2864e09a52180998a", + "url": "https://api.github.com/repos/symfony/finder/zipball/ae25a9145a900764158d439653d5630191155ca0", + "reference": "ae25a9145a900764158d439653d5630191155ca0", "shasum": "" }, "require": { @@ -4397,7 +4398,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.4.42" + "source": "https://github.com/symfony/finder/tree/v5.4.43" }, "funding": [ { @@ -4413,7 +4414,7 @@ "type": "tidelift" } ], - "time": "2024-07-22T08:53:29+00:00" + "time": "2024-08-13T14:03:51+00:00" }, { "name": "symfony/polyfill-php80", @@ -4882,5 +4883,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 fbdb13c15..89164443e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.5", - "@newfold-labs/wp-module-ecommerce": "^1.3.41", + "@newfold-labs/wp-module-ecommerce": "^1.3.42", "@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.41", - "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-ecommerce/1.3.41/d9a093b1da7e519c16b081619587663d85c04e2c", - "integrity": "sha512-BWw84zCmPNxeBrh0eLg42HTywYZcbNPIC2vZXZIna3UJpdY/rjqA/AsTKhWmpCZt8pIKSqrNt8p354cFHFRbGQ==", + "version": "1.3.42", + "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-ecommerce/1.3.42/a9844b987eab820ed6fbcf01a7defd3de3b33d19", + "integrity": "sha512-sqdYLgYuYvFE/J+dfALydDg0ZnQbU7E4GuAfJjpXj8MizYpLvssc2KaDsnfxVdIwUII9LkN8BXw+1sSkH1w4Lw==", "license": "GPL-2.0-or-later", "dependencies": { "@faizaanceg/pandora": "^1.1.1", diff --git a/package.json b/package.json index 7224814c2..5bd553f3e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@heroicons/react": "^2.1.5", - "@newfold-labs/wp-module-ecommerce": "^1.3.41", + "@newfold-labs/wp-module-ecommerce": "^1.3.42", "@newfold-labs/wp-module-facebook": "1.0.7", "@newfold-labs/wp-module-runtime": "^1.0.10", "@newfold/ui-component-library": "^1.1.0", From 21fe23451a2b5a0b041f434d9c01eaf42613f6e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 17:24:45 +0000 Subject: [PATCH 06/15] Composer(deps): Bump newfold-labs/wp-module-patterns from 2.4.0 to 2.4.1 Bumps [newfold-labs/wp-module-patterns](https://github.com/newfold-labs/wp-module-patterns) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/newfold-labs/wp-module-patterns/releases) - [Commits](https://github.com/newfold-labs/wp-module-patterns/compare/2.4.0...2.4.1) --- updated-dependencies: - dependency-name: newfold-labs/wp-module-patterns dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 44 ++++++++++++++++++++++---------------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/composer.json b/composer.json index a5a736be1..cf04230c4 100644 --- a/composer.json +++ b/composer.json @@ -88,7 +88,7 @@ "newfold-labs/wp-module-migration": "^1.0.11", "newfold-labs/wp-module-notifications": "^1.5.0", "newfold-labs/wp-module-onboarding": "^2.3.11", - "newfold-labs/wp-module-patterns": "^2.4.0", + "newfold-labs/wp-module-patterns": "^2.4.1", "newfold-labs/wp-module-performance": "2.0.1 as 1.9.9", "newfold-labs/wp-module-runtime": "^1.0.11", "newfold-labs/wp-module-secure-passwords": "^1.1.1", diff --git a/composer.lock b/composer.lock index db35ba7e2..04fa4eb00 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": "3a63321309e5d03dcc3cf0c32c9e4561", + "content-hash": "bbe0a435021b44d6acfbf6618ed4f699", "packages": [ { "name": "doctrine/inflector", @@ -830,36 +830,36 @@ }, { "name": "newfold-labs/wp-module-data", - "version": "2.6.2", + "version": "2.6.3", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-data.git", - "reference": "91d1b03162f23b7b8bd3a41d9496eb8017df0051" + "reference": "f98dfabe6a4cb10aec6dcd6e81fc7d269238e9a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/91d1b03162f23b7b8bd3a41d9496eb8017df0051", - "reference": "91d1b03162f23b7b8bd3a41d9496eb8017df0051", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/f98dfabe6a4cb10aec6dcd6e81fc7d269238e9a4", + "reference": "f98dfabe6a4cb10aec6dcd6e81fc7d269238e9a4", "shasum": "" }, "require": { "ext-json": "*", - "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-loader": "^1.0.10", "wp-forge/helpers": "^2.0", - "wp-forge/wp-query-builder": "^1.0", + "wp-forge/wp-query-builder": "^1.0.4", "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2" + "wpscholar/url": "^1.2.2" }, "require-dev": { "10up/wp_mock": "^0.4.2", - "bluehost/bluehost-wordpress-plugin": "*", - "brianhenryie/composer-phpstorm": "*", - "johnpbloch/wordpress": "*", + "bluehost/bluehost-wordpress-plugin": ">=3.1", + "brianhenryie/composer-phpstorm": ">=0.4", + "johnpbloch/wordpress": ">=6.5.3", "kporras07/composer-symlinks": "^1.2", - "lucatume/wp-browser": "^3", - "newfold-labs/wp-php-standards": "^1.2", + "lucatume/wp-browser": "^3.5.8", + "newfold-labs/wp-php-standards": "^1.2.3", "phpunit/phpcov": "^5.0", - "wpackagist-plugin/woocommerce": "*" + "wpackagist-plugin/woocommerce": ">=9" }, "type": "library", "extra": { @@ -921,10 +921,10 @@ ], "description": "Newfold Data Module", "support": { - "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.2", + "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.3", "issues": "https://github.com/newfold-labs/wp-module-data/issues" }, - "time": "2024-08-16T14:18:26+00:00" + "time": "2024-08-30T19:51:58+00:00" }, { "name": "newfold-labs/wp-module-deactivation", @@ -1642,16 +1642,16 @@ }, { "name": "newfold-labs/wp-module-patterns", - "version": "2.4.0", + "version": "2.4.1", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-patterns.git", - "reference": "dabe7f8de5ee83400021e4e12374486086248eea" + "reference": "2d8bb11201123adc6505afd89af6494490f929ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-patterns/zipball/dabe7f8de5ee83400021e4e12374486086248eea", - "reference": "dabe7f8de5ee83400021e4e12374486086248eea", + "url": "https://api.github.com/repos/newfold-labs/wp-module-patterns/zipball/2d8bb11201123adc6505afd89af6494490f929ed", + "reference": "2d8bb11201123adc6505afd89af6494490f929ed", "shasum": "" }, "require": { @@ -1689,10 +1689,10 @@ ], "description": "WordPress Cloud Patterns", "support": { - "source": "https://github.com/newfold-labs/wp-module-patterns/tree/2.4.0", + "source": "https://github.com/newfold-labs/wp-module-patterns/tree/2.4.1", "issues": "https://github.com/newfold-labs/wp-module-patterns/issues" }, - "time": "2024-08-30T12:44:15+00:00" + "time": "2024-09-04T13:49:43+00:00" }, { "name": "newfold-labs/wp-module-performance", From 62b30d2d63366ad596918a7f5150fd3ac1a7148d Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 4 Sep 2024 12:36:33 -0700 Subject: [PATCH 07/15] Fix lock conflict --- composer.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index 314b4b695..be9d41215 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": "6cb19b13ff307ad98af2649af4473ce2", + "content-hash": "8c1a64b83e2915dc3c2bcedb5aa3af31", "packages": [ { "name": "doctrine/inflector", From ec7c41b853f7842217f9cd8ff9ca15c1991e6017 Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 4 Sep 2024 12:48:39 -0700 Subject: [PATCH 08/15] update ecomm module version in lock file --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index be9d41215..6f6dbe36b 100644 --- a/composer.lock +++ b/composer.lock @@ -989,16 +989,16 @@ }, { "name": "newfold-labs/wp-module-ecommerce", - "version": "v1.3.41", + "version": "v1.3.42", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-ecommerce.git", - "reference": "4e4d787d6a033c2f2f3672ceaae4ae17ff41968d" + "reference": "1aff908a8b97d2742ab26201b27d0d9d5e619e30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/4e4d787d6a033c2f2f3672ceaae4ae17ff41968d", - "reference": "4e4d787d6a033c2f2f3672ceaae4ae17ff41968d", + "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/1aff908a8b97d2742ab26201b27d0d9d5e619e30", + "reference": "1aff908a8b97d2742ab26201b27d0d9d5e619e30", "shasum": "" }, "require": { @@ -1041,10 +1041,10 @@ ], "description": "Brand Agnostic eCommerce Experience", "support": { - "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.41", + "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.42", "issues": "https://github.com/newfold-labs/wp-module-ecommerce/issues" }, - "time": "2024-08-21T09:22:19+00:00" + "time": "2024-09-04T13:22:33+00:00" }, { "name": "newfold-labs/wp-module-facebook", From c7e14ba0cad16e006a8eea4b396a45725e11ec6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:53:57 +0000 Subject: [PATCH 09/15] NPM Dev(deps-dev): Bump cypress from 13.13.3 to 13.14.2 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.3 to 13.14.2. - [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.13.3...v13.14.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 d0063dc32..7cdb77519 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@wordpress/env": "^10.6.0", "@wordpress/eslint-plugin": "^20.3.0", "@wordpress/scripts": "^27.9.0", - "cypress": "^13.13.3", + "cypress": "^13.14.2", "cypress-axe": "^1.5.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-import": "^2.29.1", @@ -9190,9 +9190,9 @@ } }, "node_modules/cypress": { - "version": "13.13.3", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.3.tgz", - "integrity": "sha512-hUxPrdbJXhUOTzuML+y9Av7CKoYznbD83pt8g3klgpioEha0emfx4WNIuVRx0C76r0xV2MIwAW9WYiXfVJYFQw==", + "version": "13.14.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.2.tgz", + "integrity": "sha512-lsiQrN17vHMB2fnvxIrKLAjOr9bPwsNbPZNrWf99s4u+DVmCY6U+w7O3GGG9FvP4EUVYaDu+guWeNLiUzBrqvA==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 1487dcfa7..6b52abbf9 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@wordpress/env": "^10.6.0", "@wordpress/eslint-plugin": "^20.3.0", "@wordpress/scripts": "^27.9.0", - "cypress": "^13.13.3", + "cypress": "^13.14.2", "cypress-axe": "^1.5.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-import": "^2.29.1", From 6f270c2c8f5f985456875a189d204334989e0d28 Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 4 Sep 2024 17:28:56 -0700 Subject: [PATCH 10/15] Update plugin version to 3.14.9 --- 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 ddef799d2..0c3c151cb 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.14.8 + * Version: 3.14.9 * Requires at least: 6.4 * Requires PHP: 7.3 * Tested up to: 6.6.1 @@ -32,7 +32,7 @@ } // Define constants -define( 'BLUEHOST_PLUGIN_VERSION', '3.14.8' ); +define( 'BLUEHOST_PLUGIN_VERSION', '3.14.9' ); 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 189924427..300c6262b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.14.8", + "version": "3.14.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bluehost-wordpress-plugin", - "version": "3.14.8", + "version": "3.14.9", "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.5", diff --git a/package.json b/package.json index cb800e51d..0d838fe60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.14.8", + "version": "3.14.9", "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "author": { "name": "Bluehost", From 44bf4a5e9701b70a252d45a22585d628d5f42caa Mon Sep 17 00:00:00 2001 From: aratidgr8 Date: Thu, 5 Sep 2024 19:42:33 +0530 Subject: [PATCH 11/15] Ecommerce version bump 1.3.43 --- composer.json | 2 +- composer.lock | 53 ++++++++++++++++++++++++----------------------- package-lock.json | 9 ++++---- package.json | 2 +- 4 files changed, 33 insertions(+), 33 deletions(-) diff --git a/composer.json b/composer.json index e84d827c7..14b95d2f9 100644 --- a/composer.json +++ b/composer.json @@ -78,7 +78,7 @@ "newfold-labs/wp-module-context": "^1.0.1", "newfold-labs/wp-module-data": "^2.6.3", "newfold-labs/wp-module-deactivation": "^1.2.3", - "newfold-labs/wp-module-ecommerce": "^1.3.42", + "newfold-labs/wp-module-ecommerce": "^1.3.43", "newfold-labs/wp-module-facebook": "^1.0.9", "newfold-labs/wp-module-features": "^1.4.2", "newfold-labs/wp-module-global-ctb": "^1.0.13", diff --git a/composer.lock b/composer.lock index 6f6dbe36b..389d072ed 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": "8c1a64b83e2915dc3c2bcedb5aa3af31", + "content-hash": "135f50424bef02d46a7d63de087c0374", "packages": [ { "name": "doctrine/inflector", @@ -989,16 +989,16 @@ }, { "name": "newfold-labs/wp-module-ecommerce", - "version": "v1.3.42", + "version": "v1.3.43", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-ecommerce.git", - "reference": "1aff908a8b97d2742ab26201b27d0d9d5e619e30" + "reference": "a4c7c46c83cf54cf99183d442d9abdcf0c90d77e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/1aff908a8b97d2742ab26201b27d0d9d5e619e30", - "reference": "1aff908a8b97d2742ab26201b27d0d9d5e619e30", + "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/a4c7c46c83cf54cf99183d442d9abdcf0c90d77e", + "reference": "a4c7c46c83cf54cf99183d442d9abdcf0c90d77e", "shasum": "" }, "require": { @@ -1041,10 +1041,10 @@ ], "description": "Brand Agnostic eCommerce Experience", "support": { - "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.42", + "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.43", "issues": "https://github.com/newfold-labs/wp-module-ecommerce/issues" }, - "time": "2024-09-04T13:22:33+00:00" + "time": "2024-09-05T13:57:17+00:00" }, { "name": "newfold-labs/wp-module-facebook", @@ -1893,16 +1893,16 @@ }, { "name": "newfold-labs/wp-module-staging", - "version": "2.1.0", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-staging.git", - "reference": "87116edaff795913173dd5d0dc4cb258d6cda8ef" + "reference": "bf00499e80ba23729dfe140e8211a325627c259c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/87116edaff795913173dd5d0dc4cb258d6cda8ef", - "reference": "87116edaff795913173dd5d0dc4cb258d6cda8ef", + "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/bf00499e80ba23729dfe140e8211a325627c259c", + "reference": "bf00499e80ba23729dfe140e8211a325627c259c", "shasum": "" }, "require": { @@ -1940,10 +1940,10 @@ ], "description": "Newfold module for staging functionality in brand plugins", "support": { - "source": "https://github.com/newfold-labs/wp-module-staging/tree/2.1.0", + "source": "https://github.com/newfold-labs/wp-module-staging/tree/2.1.1", "issues": "https://github.com/newfold-labs/wp-module-staging/issues" }, - "time": "2024-07-03T17:28:16+00:00" + "time": "2024-09-03T18:35:49+00:00" }, { "name": "newfold-labs/wp-module-survey", @@ -3459,12 +3459,12 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "4d6c8b84df3bb029a1c98366a87e7768bd324a59" + "reference": "f6547941a3b3a96c1b20b77c6ebf126b195f814e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/4d6c8b84df3bb029a1c98366a87e7768bd324a59", - "reference": "4d6c8b84df3bb029a1c98366a87e7768bd324a59", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/f6547941a3b3a96c1b20b77c6ebf126b195f814e", + "reference": "f6547941a3b3a96c1b20b77c6ebf126b195f814e", "shasum": "" }, "conflict": { @@ -3684,7 +3684,7 @@ "genix/cms": "<=1.1.11", "getformwork/formwork": "<1.13.1|==2.0.0.0-beta1", "getgrav/grav": "<1.7.46", - "getkirby/cms": "<=4.3", + "getkirby/cms": "<=3.6.6.5|>=3.7,<=3.7.5.4|>=3.8,<=3.8.4.3|>=3.9,<=3.9.8.1|>=3.10,<=3.10.1|>=4,<=4.3", "getkirby/kirby": "<=2.5.12", "getkirby/panel": "<2.5.14", "getkirby/starterkit": "<=3.7.0.2", @@ -3914,7 +3914,7 @@ "phpmyfaq/phpmyfaq": "<3.2.5|==3.2.5", "phpoffice/common": "<0.2.9", "phpoffice/phpexcel": "<1.8", - "phpoffice/phpspreadsheet": "<2.2.1", + "phpoffice/phpspreadsheet": "<1.29.1|>=2,<2.2.1", "phpseclib/phpseclib": "<2.0.47|>=3,<3.0.36", "phpservermon/phpservermon": "<3.6", "phpsysinfo/phpsysinfo": "<3.4.3", @@ -3923,9 +3923,10 @@ "phpxmlrpc/extras": "<0.6.1", "phpxmlrpc/phpxmlrpc": "<4.9.2", "pi/pi": "<=2.5", - "pimcore/admin-ui-classic-bundle": "<=1.5.1", + "pimcore/admin-ui-classic-bundle": "<1.5.4", "pimcore/customer-management-framework-bundle": "<4.0.6", "pimcore/data-hub": "<1.2.4", + "pimcore/data-importer": "<1.8.9|>=1.9,<1.9.3", "pimcore/demo": "<10.3", "pimcore/ecommerce-framework-bundle": "<1.0.10", "pimcore/perspective-editor": "<1.5.1", @@ -4270,7 +4271,7 @@ "type": "tidelift" } ], - "time": "2024-08-29T19:05:41+00:00" + "time": "2024-09-04T15:05:11+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -4354,16 +4355,16 @@ }, { "name": "symfony/finder", - "version": "v5.4.42", + "version": "v5.4.43", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "0724c51fa067b198e36506d2864e09a52180998a" + "reference": "ae25a9145a900764158d439653d5630191155ca0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/0724c51fa067b198e36506d2864e09a52180998a", - "reference": "0724c51fa067b198e36506d2864e09a52180998a", + "url": "https://api.github.com/repos/symfony/finder/zipball/ae25a9145a900764158d439653d5630191155ca0", + "reference": "ae25a9145a900764158d439653d5630191155ca0", "shasum": "" }, "require": { @@ -4397,7 +4398,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.4.42" + "source": "https://github.com/symfony/finder/tree/v5.4.43" }, "funding": [ { @@ -4413,7 +4414,7 @@ "type": "tidelift" } ], - "time": "2024-07-22T08:53:29+00:00" + "time": "2024-08-13T14:03:51+00:00" }, { "name": "symfony/polyfill-php80", diff --git a/package-lock.json b/package-lock.json index 189924427..e95ac9e99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.5", - "@newfold-labs/wp-module-ecommerce": "^1.3.42", + "@newfold-labs/wp-module-ecommerce": "^1.3.43", "@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.42", - "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-ecommerce/1.3.42/a9844b987eab820ed6fbcf01a7defd3de3b33d19", - "integrity": "sha512-sqdYLgYuYvFE/J+dfALydDg0ZnQbU7E4GuAfJjpXj8MizYpLvssc2KaDsnfxVdIwUII9LkN8BXw+1sSkH1w4Lw==", - "license": "GPL-2.0-or-later", + "version": "1.3.43", + "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-ecommerce/1.3.43/a80b4f62baf70120810c2b09a356249f13f4dc9c", + "integrity": "sha512-KLZD9irH1Gv3XeySa5WtMkD0vW+rHPesruWHo7zOeWDEiBcNtX6vepjyNju795qua9LhZyjuRVgkD1FjE34o5w==", "dependencies": { "@faizaanceg/pandora": "^1.1.1", "@heroicons/react": "2.1.3", diff --git a/package.json b/package.json index cb800e51d..71a69e66b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@heroicons/react": "^2.1.5", - "@newfold-labs/wp-module-ecommerce": "^1.3.42", + "@newfold-labs/wp-module-ecommerce": "^1.3.43", "@newfold-labs/wp-module-facebook": "1.0.7", "@newfold-labs/wp-module-runtime": "^1.0.10", "@newfold/ui-component-library": "^1.1.0", From e3143414b5fd890e5d0b3c55a7fe489ec6e6b436 Mon Sep 17 00:00:00 2001 From: wpalani Date: Thu, 5 Sep 2024 11:19:56 -0700 Subject: [PATCH 12/15] Re-add My Products module and components --- composer.json | 1 + composer.lock | 61 ++++++++++++++++++++++++- src/app/pages/home/index.js | 7 +++ src/app/pages/home/myProductsSection.js | 53 +++++++++++++++++++++ 4 files changed, 121 insertions(+), 1 deletion(-) create mode 100644 src/app/pages/home/myProductsSection.js diff --git a/composer.json b/composer.json index 14b95d2f9..1d3b3fe72 100644 --- a/composer.json +++ b/composer.json @@ -86,6 +86,7 @@ "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.4.0", "newfold-labs/wp-module-migration": "^1.0.11", + "newfold-labs/wp-module-my-products": "^1.0.3", "newfold-labs/wp-module-notifications": "^1.5.0", "newfold-labs/wp-module-onboarding": "^2.3.11", "newfold-labs/wp-module-patterns": "^2.4.1", diff --git a/composer.lock b/composer.lock index 389d072ed..eaf21c77c 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": "135f50424bef02d46a7d63de087c0374", + "content-hash": "29b583ddd0e622393a2439ceb9c10e9c", "packages": [ { "name": "doctrine/inflector", @@ -1481,6 +1481,65 @@ }, "time": "2024-08-21T14:04:06+00:00" }, + { + "name": "newfold-labs/wp-module-my-products", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-my-products.git", + "reference": "e0796b9087f5d4349ad0403a3bf55046ec620eb1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-my-products/zipball/e0796b9087f5d4349ad0403a3bf55046ec620eb1", + "reference": "e0796b9087f5d4349ad0403a3bf55046ec620eb1", + "shasum": "" + }, + "require": { + "newfold-labs/wp-module-context": "^1.0", + "newfold-labs/wp-module-data": "^2.6.1", + "newfold-labs/wp-module-features": "^1.3.0" + }, + "require-dev": { + "newfold-labs/wp-php-standards": "^1.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\MyProducts\\": "includes" + }, + "files": [ + "bootstrap.php" + ] + }, + "scripts": { + "fix": [ + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "lint": [ + "vendor/bin/phpcs --standard=phpcs.xml -s ." + ] + }, + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Vara Prasad Maruboina", + "email": "varaprasad.maruboina@newfold.com" + }, + { + "name": "Girish Lokapure", + "email": "girish.lokapure@newfold.com" + } + ], + "description": "A module for rendering user-specific product data utilizing the Hiive Users API, which integrates with the Fulfilment Gateway API.", + "support": { + "source": "https://github.com/newfold-labs/wp-module-my-products/tree/1.0.3", + "issues": "https://github.com/newfold-labs/wp-module-my-products/issues" + }, + "time": "2024-08-22T21:57:38+00:00" + }, { "name": "newfold-labs/wp-module-notifications", "version": "1.5.0", diff --git a/src/app/pages/home/index.js b/src/app/pages/home/index.js index bd7f2254c..5b41b28f6 100644 --- a/src/app/pages/home/index.js +++ b/src/app/pages/home/index.js @@ -1,10 +1,16 @@ import { Container, Page } from '@newfold/ui-component-library'; +import { NewfoldRuntime } from '@newfold-labs/wp-module-runtime'; import WebinarsBanner from 'App/components/webinars-banner'; import AccountCard from './accountCard'; import HelpCard from './helpCard'; import WelcomeSection from './welcomeSection'; +import MyProductSection from './myProductsSection'; const Home = () => { + const abTestShowMyProducts = NewfoldRuntime.hasCapability( + 'abTestShowMyProducts' + ); + return ( @@ -17,6 +23,7 @@ const Home = () => { + { abTestShowMyProducts && } ); }; diff --git a/src/app/pages/home/myProductsSection.js b/src/app/pages/home/myProductsSection.js new file mode 100644 index 000000000..39be23d3e --- /dev/null +++ b/src/app/pages/home/myProductsSection.js @@ -0,0 +1,53 @@ +import apiFetch from '@wordpress/api-fetch'; +import { useState, useEffect } from '@wordpress/element'; +import { NewfoldRuntime } from '@newfold-labs/wp-module-runtime'; +import { isJarvis } from '../../util/helpers'; +import { default as NewfoldMyProducts } from '@modules/wp-module-my-products/components/myProducts'; + +// constants to pass to module +const moduleConstants = { + text: { + error: __( + 'Oops, there was an error loading products, please try again later.', + 'bluehost-wordpress-plugin' + ), + noProducts: __( + 'Sorry, no products. Please, try again later.', + 'bluehost-wordpress-plugin' + ), + jarvisText: __( + 'Please login to your account manager to see products.', + 'bluehost-wordpress-plugin' + ), + title: __( 'My Products', 'bluehost-wordpress-plugin' ), + subTitle: __( + 'A list of products associated with your Bluehost hosting package. For more information, check out the ', + 'bluehost-wordpress-plugin' + ), + renewalText: __( + 'Bluehost Account Manager', + 'bluehost-wordpress-plugin' + ), + renewalCenterUrl: 'https://www.bluehost.com/my-account/renewal-center', + }, +}; + +// methods to pass to module +const moduleMethods = { + apiFetch, + useState, + useEffect, + NewfoldRuntime, + isJarvis, +}; + +const MyProductsSection = () => { + return ( + + ); +}; + +export default MyProductsSection; From 0e8039d8871c59a505965c81ab4ef4a3024f2a76 Mon Sep 17 00:00:00 2001 From: wpalani Date: Thu, 5 Sep 2024 16:46:41 -0700 Subject: [PATCH 13/15] Bump my products module to 1.0.4 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 1d3b3fe72..79f1c1a4c 100644 --- a/composer.json +++ b/composer.json @@ -86,7 +86,7 @@ "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.4.0", "newfold-labs/wp-module-migration": "^1.0.11", - "newfold-labs/wp-module-my-products": "^1.0.3", + "newfold-labs/wp-module-my-products": "^1.0.4", "newfold-labs/wp-module-notifications": "^1.5.0", "newfold-labs/wp-module-onboarding": "^2.3.11", "newfold-labs/wp-module-patterns": "^2.4.1", diff --git a/composer.lock b/composer.lock index eaf21c77c..dd436a5d7 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": "29b583ddd0e622393a2439ceb9c10e9c", + "content-hash": "404ff7512093017735c5eb53323442f7", "packages": [ { "name": "doctrine/inflector", @@ -1483,16 +1483,16 @@ }, { "name": "newfold-labs/wp-module-my-products", - "version": "1.0.3", + "version": "1.0.4", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-my-products.git", - "reference": "e0796b9087f5d4349ad0403a3bf55046ec620eb1" + "reference": "55258da9b474aa42cba99b9bd9811e72ab6dca35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-my-products/zipball/e0796b9087f5d4349ad0403a3bf55046ec620eb1", - "reference": "e0796b9087f5d4349ad0403a3bf55046ec620eb1", + "url": "https://api.github.com/repos/newfold-labs/wp-module-my-products/zipball/55258da9b474aa42cba99b9bd9811e72ab6dca35", + "reference": "55258da9b474aa42cba99b9bd9811e72ab6dca35", "shasum": "" }, "require": { @@ -1535,10 +1535,10 @@ ], "description": "A module for rendering user-specific product data utilizing the Hiive Users API, which integrates with the Fulfilment Gateway API.", "support": { - "source": "https://github.com/newfold-labs/wp-module-my-products/tree/1.0.3", + "source": "https://github.com/newfold-labs/wp-module-my-products/tree/1.0.4", "issues": "https://github.com/newfold-labs/wp-module-my-products/issues" }, - "time": "2024-08-22T21:57:38+00:00" + "time": "2024-09-05T23:41:06+00:00" }, { "name": "newfold-labs/wp-module-notifications", From db9636487818e5b0681917ee33295c55db141dff Mon Sep 17 00:00:00 2001 From: wpalani Date: Sat, 7 Sep 2024 14:59:57 -0700 Subject: [PATCH 14/15] Bump my products module to 1.0.5 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 79f1c1a4c..531abf1d5 100644 --- a/composer.json +++ b/composer.json @@ -86,7 +86,7 @@ "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.4.0", "newfold-labs/wp-module-migration": "^1.0.11", - "newfold-labs/wp-module-my-products": "^1.0.4", + "newfold-labs/wp-module-my-products": "^1.0.5", "newfold-labs/wp-module-notifications": "^1.5.0", "newfold-labs/wp-module-onboarding": "^2.3.11", "newfold-labs/wp-module-patterns": "^2.4.1", diff --git a/composer.lock b/composer.lock index dd436a5d7..cd7f3bb52 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": "404ff7512093017735c5eb53323442f7", + "content-hash": "ad4a37cf18f4dcd02781daefd2765914", "packages": [ { "name": "doctrine/inflector", @@ -1483,16 +1483,16 @@ }, { "name": "newfold-labs/wp-module-my-products", - "version": "1.0.4", + "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-my-products.git", - "reference": "55258da9b474aa42cba99b9bd9811e72ab6dca35" + "reference": "6a0da2da3309bef8b148323b6bc14f1390d03542" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-my-products/zipball/55258da9b474aa42cba99b9bd9811e72ab6dca35", - "reference": "55258da9b474aa42cba99b9bd9811e72ab6dca35", + "url": "https://api.github.com/repos/newfold-labs/wp-module-my-products/zipball/6a0da2da3309bef8b148323b6bc14f1390d03542", + "reference": "6a0da2da3309bef8b148323b6bc14f1390d03542", "shasum": "" }, "require": { @@ -1535,10 +1535,10 @@ ], "description": "A module for rendering user-specific product data utilizing the Hiive Users API, which integrates with the Fulfilment Gateway API.", "support": { - "source": "https://github.com/newfold-labs/wp-module-my-products/tree/1.0.4", + "source": "https://github.com/newfold-labs/wp-module-my-products/tree/1.0.5", "issues": "https://github.com/newfold-labs/wp-module-my-products/issues" }, - "time": "2024-09-05T23:41:06+00:00" + "time": "2024-09-07T21:52:21+00:00" }, { "name": "newfold-labs/wp-module-notifications", From 7d05b7dcf303876d64e5804bfb66296e09c30377 Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 11 Sep 2024 17:47:07 -0700 Subject: [PATCH 15/15] Add WP 6.6.2 support --- .wp-env.json | 2 +- bluehost-wordpress-plugin.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.wp-env.json b/.wp-env.json index ec625b24d..199613a86 100644 --- a/.wp-env.json +++ b/.wp-env.json @@ -1,5 +1,5 @@ { - "core": "WordPress/WordPress#tags/6.6.1", + "core": "WordPress/WordPress#tags/6.6.2", "config": { "WP_DEBUG": true, "WP_DEBUG_LOG": true, diff --git a/bluehost-wordpress-plugin.php b/bluehost-wordpress-plugin.php index 0c3c151cb..7e4fdef21 100644 --- a/bluehost-wordpress-plugin.php +++ b/bluehost-wordpress-plugin.php @@ -15,7 +15,7 @@ * Version: 3.14.9 * Requires at least: 6.4 * Requires PHP: 7.3 - * Tested up to: 6.6.1 + * Tested up to: 6.6.2 * Author: Bluehost * Author URI: https://bluehost.com * Text Domain: wp-plugin-bluehost