From 49f716110d17505376e05cec695ccd73f021ee79 Mon Sep 17 00:00:00 2001 From: wpalani Date: Thu, 15 Aug 2024 15:50:30 -0700 Subject: [PATCH 01/10] Bump performance module to 2.0.1 --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index acfd53989..76c8b474f 100644 --- a/composer.json +++ b/composer.json @@ -89,7 +89,7 @@ "newfold-labs/wp-module-notifications": "^1.5.0", "newfold-labs/wp-module-onboarding": "^2.3.11", "newfold-labs/wp-module-patterns": "^2.3.1", - "newfold-labs/wp-module-performance": "2.0.0 as 1.9.9", + "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", "newfold-labs/wp-module-sso": "^1.0.6", diff --git a/composer.lock b/composer.lock index 9a1158fef..b431c0397 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": "f7353fb3678926da6a7c8b4c2425f7f7", + "content-hash": "ed08e03d608562850e8d0e852b172450", "packages": [ { "name": "doctrine/inflector", @@ -1369,16 +1369,16 @@ }, { "name": "newfold-labs/wp-module-performance", - "version": "2.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-performance.git", - "reference": "91021b0f90e8a778fc7b96e71d1d4b25c1eebdfb" + "reference": "ed7db2ce699d1ab6c61db28080b4f13f8511cc0d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-performance/zipball/91021b0f90e8a778fc7b96e71d1d4b25c1eebdfb", - "reference": "91021b0f90e8a778fc7b96e71d1d4b25c1eebdfb", + "url": "https://api.github.com/repos/newfold-labs/wp-module-performance/zipball/ed7db2ce699d1ab6c61db28080b4f13f8511cc0d", + "reference": "ed7db2ce699d1ab6c61db28080b4f13f8511cc0d", "shasum": "" }, "require": { @@ -1413,10 +1413,10 @@ ], "description": "A module for managing caching functionality.", "support": { - "source": "https://github.com/newfold-labs/wp-module-performance/tree/2.0.0", + "source": "https://github.com/newfold-labs/wp-module-performance/tree/2.0.1", "issues": "https://github.com/newfold-labs/wp-module-performance/issues" }, - "time": "2024-05-29T15:57:11+00:00" + "time": "2024-08-15T22:17:47+00:00" }, { "name": "newfold-labs/wp-module-runtime", @@ -4284,7 +4284,7 @@ "aliases": [ { "package": "newfold-labs/wp-module-performance", - "version": "2.0.0.0", + "version": "2.0.1.0", "alias": "1.9.9", "alias_normalized": "1.9.9.0" } From a1acabb1cd1db49119b884d6f3e55bce1ef11b24 Mon Sep 17 00:00:00 2001 From: wpalani Date: Thu, 15 Aug 2024 15:57:01 -0700 Subject: [PATCH 02/10] Bump plugin version to 3.14.4 --- 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 e7b381cb6..ef6a19eeb 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.3 + * Version: 3.14.4 * 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.3' ); +define( 'BLUEHOST_PLUGIN_VERSION', '3.14.4' ); 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 423fe7a2b..c8fb682fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.14.3", + "version": "3.14.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bluehost-wordpress-plugin", - "version": "3.14.3", + "version": "3.14.4", "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.5", diff --git a/package.json b/package.json index a366b31de..4040d486e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.14.3", + "version": "3.14.4", "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "author": { "name": "Bluehost", From 3db618fa32c193d24f75a9d1449aa613c9a956e6 Mon Sep 17 00:00:00 2001 From: arunshenoy99 Date: Fri, 16 Aug 2024 13:07:06 +0530 Subject: [PATCH 03/10] Remove the site_capabilities filter --- bootstrap.php | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/bootstrap.php b/bootstrap.php index a4470c102..f76b29e29 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -203,22 +203,3 @@ function () { // Instantiate the Features singleton Features::getInstance(); - -/** - * Temporary hook to filter the capabilities in case they are empty - * This is to fix an issue where the migration value is not found on new sites - * Temporary fix to keep things working while we determing the root cause - */ -add_filter( - 'transient_nfd_site_capabilities', - function ( $transient ) { - if ( empty( $transient ) ) { - return array( - 'canMigrateSite' => true, - ); - } - return $transient; - }, - 10, - 2 -); From 3a8dab912ade1edcaf1d76df89cfbc14c5c21371 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Fri, 16 Aug 2024 10:39:41 -0400 Subject: [PATCH 04/10] update data module to include capability filter --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 76c8b474f..3464e0ddf 100644 --- a/composer.json +++ b/composer.json @@ -76,7 +76,7 @@ "newfold-labs/wp-module-atomic": "^1.3.0", "newfold-labs/wp-module-coming-soon": "^1.2.5", "newfold-labs/wp-module-context": "^1.0.1", - "newfold-labs/wp-module-data": "^2.6.1", + "newfold-labs/wp-module-data": "^2.6.2", "newfold-labs/wp-module-deactivation": "^1.2.3", "newfold-labs/wp-module-ecommerce": "^1.3.40", "newfold-labs/wp-module-facebook": "^1.0.9", diff --git a/composer.lock b/composer.lock index b431c0397..f9bc4829b 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": "ed08e03d608562850e8d0e852b172450", + "content-hash": "11c7f52792a412c64915f7fcfa8da604", "packages": [ { "name": "doctrine/inflector", @@ -504,16 +504,16 @@ }, { "name": "newfold-labs/wp-module-data", - "version": "2.6.1", + "version": "2.6.2", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-data.git", - "reference": "49dc91eec8053872354db9cddd355e45f2de49e4" + "reference": "91d1b03162f23b7b8bd3a41d9496eb8017df0051" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/49dc91eec8053872354db9cddd355e45f2de49e4", - "reference": "49dc91eec8053872354db9cddd355e45f2de49e4", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/91d1b03162f23b7b8bd3a41d9496eb8017df0051", + "reference": "91d1b03162f23b7b8bd3a41d9496eb8017df0051", "shasum": "" }, "require": { @@ -595,10 +595,10 @@ ], "description": "Newfold Data Module", "support": { - "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.1", + "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.2", "issues": "https://github.com/newfold-labs/wp-module-data/issues" }, - "time": "2024-07-25T16:37:25+00:00" + "time": "2024-08-16T14:18:26+00:00" }, { "name": "newfold-labs/wp-module-deactivation", From 1a5cbff8dcd820d7944f94397c1df7f839704e1c Mon Sep 17 00:00:00 2001 From: arunshenoy99 Date: Tue, 20 Aug 2024 11:22:45 +0530 Subject: [PATCH 05/10] Bump Survey to 1.0.1 --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index f9bc4829b..3b3054a86 100644 --- a/composer.lock +++ b/composer.lock @@ -1620,16 +1620,16 @@ }, { "name": "newfold-labs/wp-module-survey", - "version": "1.0.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-survey.git", - "reference": "6c37264f2a607a330ac25e65555d99ec38972b2e" + "reference": "8bf26c9bc6b1da4c09e03e747da0d525c11df07b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-survey/zipball/6c37264f2a607a330ac25e65555d99ec38972b2e", - "reference": "6c37264f2a607a330ac25e65555d99ec38972b2e", + "url": "https://api.github.com/repos/newfold-labs/wp-module-survey/zipball/8bf26c9bc6b1da4c09e03e747da0d525c11df07b", + "reference": "8bf26c9bc6b1da4c09e03e747da0d525c11df07b", "shasum": "" }, "require-dev": { @@ -1656,10 +1656,10 @@ ], "description": "A Newfold module to collect customer satisfaction feedback via surveys in the WordPress admin dashboard.", "support": { - "source": "https://github.com/newfold-labs/wp-module-survey/tree/1.0.0", + "source": "https://github.com/newfold-labs/wp-module-survey/tree/1.0.1", "issues": "https://github.com/newfold-labs/wp-module-survey/issues" }, - "time": "2024-06-27T09:50:43+00:00" + "time": "2024-08-20T05:34:40+00:00" }, { "name": "wp-cli/wp-config-transformer", From 258f4c194c0b1d2e4cc2e23cbe8a67d5768fa1de Mon Sep 17 00:00:00 2001 From: Ramya krishna Date: Tue, 20 Aug 2024 19:19:35 +0530 Subject: [PATCH 06/10] migration module bump to 1.0.10 --- composer.json | 2 +- composer.lock | 82 +++++++++++++++++++++++++++------------------------ 2 files changed, 45 insertions(+), 39 deletions(-) diff --git a/composer.json b/composer.json index 3464e0ddf..e1bcba465 100644 --- a/composer.json +++ b/composer.json @@ -85,7 +85,7 @@ "newfold-labs/wp-module-help-center": "^2.0.1", "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.4.0", - "newfold-labs/wp-module-migration": "^1.0.9", + "newfold-labs/wp-module-migration": "^1.0.10", "newfold-labs/wp-module-notifications": "^1.5.0", "newfold-labs/wp-module-onboarding": "^2.3.11", "newfold-labs/wp-module-patterns": "^2.3.1", diff --git a/composer.lock b/composer.lock index f9bc4829b..8f0d12777 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": "11c7f52792a412c64915f7fcfa8da604", + "content-hash": "1b3c0adf75e076db3e6d457232df4b19", "packages": [ { "name": "doctrine/inflector", @@ -1102,16 +1102,16 @@ }, { "name": "newfold-labs/wp-module-migration", - "version": "v1.0.9", + "version": "v1.0.10", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-migration.git", - "reference": "b9b94c9906c917b9c1d47d926fe10f48cb8f4315" + "reference": "853d4fa02f83889ac3045c23a4e4744c85c49022" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/b9b94c9906c917b9c1d47d926fe10f48cb8f4315", - "reference": "b9b94c9906c917b9c1d47d926fe10f48cb8f4315", + "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/853d4fa02f83889ac3045c23a4e4744c85c49022", + "reference": "853d4fa02f83889ac3045c23a4e4744c85c49022", "shasum": "" }, "require": { @@ -1149,10 +1149,10 @@ ], "description": "Initiates the migration process", "support": { - "source": "https://github.com/newfold-labs/wp-module-migration/tree/v1.0.9", + "source": "https://github.com/newfold-labs/wp-module-migration/tree/v1.0.10", "issues": "https://github.com/newfold-labs/wp-module-migration/issues" }, - "time": "2024-07-24T13:47:14+00:00" + "time": "2024-08-20T13:34:22+00:00" }, { "name": "newfold-labs/wp-module-notifications", @@ -1620,16 +1620,16 @@ }, { "name": "newfold-labs/wp-module-survey", - "version": "1.0.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-survey.git", - "reference": "6c37264f2a607a330ac25e65555d99ec38972b2e" + "reference": "8bf26c9bc6b1da4c09e03e747da0d525c11df07b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-survey/zipball/6c37264f2a607a330ac25e65555d99ec38972b2e", - "reference": "6c37264f2a607a330ac25e65555d99ec38972b2e", + "url": "https://api.github.com/repos/newfold-labs/wp-module-survey/zipball/8bf26c9bc6b1da4c09e03e747da0d525c11df07b", + "reference": "8bf26c9bc6b1da4c09e03e747da0d525c11df07b", "shasum": "" }, "require-dev": { @@ -1656,10 +1656,10 @@ ], "description": "A Newfold module to collect customer satisfaction feedback via surveys in the WordPress admin dashboard.", "support": { - "source": "https://github.com/newfold-labs/wp-module-survey/tree/1.0.0", + "source": "https://github.com/newfold-labs/wp-module-survey/tree/1.0.1", "issues": "https://github.com/newfold-labs/wp-module-survey/issues" }, - "time": "2024-06-27T09:50:43+00:00" + "time": "2024-08-20T05:34:40+00:00" }, { "name": "wp-cli/wp-config-transformer", @@ -2818,17 +2818,17 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "4ee5bb22f4c3a7ced8de2ff3e7abce703d546de8" + "reference": "8938260885863ec2dd9f2aaf9a79ba14e58a92f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/4ee5bb22f4c3a7ced8de2ff3e7abce703d546de8", - "reference": "4ee5bb22f4c3a7ced8de2ff3e7abce703d546de8", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/8938260885863ec2dd9f2aaf9a79ba14e58a92f6", + "reference": "8938260885863ec2dd9f2aaf9a79ba14e58a92f6", "shasum": "" }, "conflict": { "3f/pygmentize": "<1.2", - "admidio/admidio": "<4.2.13", + "admidio/admidio": "<4.3.10", "adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3", "aheinze/cockpit": "<2.2", "aimeos/ai-admin-graphql": ">=2022.04.1,<2022.10.10|>=2023.04.1,<2023.10.6|>=2024.04.1,<2024.04.6", @@ -2861,7 +2861,7 @@ "athlon1600/php-proxy-app": "<=3", "austintoddj/canvas": "<=3.4.2", "auth0/wordpress": "<=4.6", - "automad/automad": "<=2.0.0.0-alpha5", + "automad/automad": "<2.0.0.0-alpha5", "automattic/jetpack": "<9.8", "awesome-support/awesome-support": "<=6.0.7", "aws/aws-sdk-php": "<3.288.1", @@ -2881,7 +2881,7 @@ "bcosca/fatfree": "<3.7.2", "bedita/bedita": "<4", "bigfork/silverstripe-form-capture": ">=3,<3.1.1", - "billz/raspap-webgui": "<2.9.5", + "billz/raspap-webgui": "<=3.1.4", "bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3", "blueimp/jquery-file-upload": "==6.4.4", "bmarshall511/wordpress_zero_spam": "<5.2.13", @@ -2920,7 +2920,7 @@ "codeigniter4/shield": "<1.0.0.0-beta8", "codiad/codiad": "<=2.8.4", "composer/composer": "<1.10.27|>=2,<2.2.24|>=2.3,<2.7.7", - "concrete5/concrete5": "<9.2.8", + "concrete5/concrete5": "<9.3.3", "concrete5/core": "<8.5.8|>=9,<9.1", "contao-components/mediaelement": ">=2.14.2,<2.21.1", "contao/comments-bundle": ">=2,<4.13.40|>=5.0.0.0-RC1-dev,<5.3.4", @@ -2941,7 +2941,7 @@ "datatables/datatables": "<1.10.10", "david-garcia/phpwhois": "<=4.3.1", "dbrisinajumi/d2files": "<1", - "dcat/laravel-admin": "<=2.1.3.0-beta", + "dcat/laravel-admin": "<=2.1.3", "derhansen/fe_change_pwd": "<2.0.5|>=3,<3.0.3", "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1|>=7,<7.4", "desperado/xml-bundle": "<=0.1.7", @@ -2984,12 +2984,12 @@ "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1-dev", "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1-dev|>=5.4,<5.4.11.1-dev|>=2017.12,<2017.12.0.1-dev", "ezsystems/ezplatform": "<=1.13.6|>=2,<=2.5.24", - "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.26", + "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.26|>=3.3,<3.3.39", "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1", "ezsystems/ezplatform-graphql": ">=1.0.0.0-RC1-dev,<1.0.13|>=2.0.0.0-beta1,<2.3.12", "ezsystems/ezplatform-kernel": "<1.2.5.1-dev|>=1.3,<1.3.35", "ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8", - "ezsystems/ezplatform-richtext": ">=2.3,<2.3.7.1-dev", + "ezsystems/ezplatform-richtext": ">=2.3,<2.3.7.1-dev|>=3.3,<3.3.40", "ezsystems/ezplatform-solr-search-engine": ">=1.7,<1.7.12|>=2,<2.0.2|>=3.3,<3.3.15", "ezsystems/ezplatform-user": ">=1,<1.0.1", "ezsystems/ezpublish-kernel": "<6.13.8.2-dev|>=7,<7.5.31", @@ -3007,6 +3007,7 @@ "filp/whoops": "<2.1.13", "fineuploader/php-traditional-server": "<=1.2.2", "firebase/php-jwt": "<6", + "fisharebest/webtrees": "<=2.1.18", "fixpunkt/fp-masterquiz": "<2.2.1|>=3,<3.5.2", "fixpunkt/fp-newsletter": "<1.1.1|>=2,<2.1.2|>=2.2,<3.2.6", "flarum/core": "<1.8.5", @@ -3067,8 +3068,9 @@ "hov/jobfair": "<1.0.13|>=2,<2.0.2", "httpsoft/http-message": "<1.0.12", "hyn/multi-tenant": ">=5.6,<5.7.2", - "ibexa/admin-ui": ">=4.2,<4.2.3", + "ibexa/admin-ui": ">=4.2,<4.2.3|>=4.6.0.0-beta1,<4.6.9", "ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3|>=4.5,<4.5.6|>=4.6,<4.6.2", + "ibexa/fieldtype-richtext": ">=4.6,<4.6.10", "ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3", "ibexa/post-install": "<=1.0.4", "ibexa/solr": ">=4.5,<4.5.4", @@ -3090,6 +3092,7 @@ "innologi/typo3-appointments": "<2.0.6", "intelliants/subrion": "<4.2.2", "inter-mediator/inter-mediator": "==5.5", + "ipl/web": "<0.10.1", "islandora/islandora": ">=2,<2.4.1", "ivankristianto/phpwhois": "<=4.3", "jackalope/jackalope-doctrine-dbal": "<1.7.4", @@ -3172,7 +3175,7 @@ "microsoft/microsoft-graph": ">=1.16,<1.109.1|>=2,<2.0.1", "microsoft/microsoft-graph-beta": "<2.0.1", "microsoft/microsoft-graph-core": "<2.0.2", - "microweber/microweber": "<=2.0.4", + "microweber/microweber": "<=2.0.16", "mikehaertl/php-shellcommand": "<1.6.1", "miniorange/miniorange-saml": "<1.4.3", "mittwald/typo3_forum": "<1.2.1", @@ -3225,7 +3228,7 @@ "open-web-analytics/open-web-analytics": "<1.7.4", "opencart/opencart": ">=0", "openid/php-openid": "<2.3", - "openmage/magento-lts": "<20.5", + "openmage/magento-lts": "<20.10.1", "opensolutions/vimbadmin": "<=3.0.15", "opensource-workshop/connect-cms": "<1.7.2|>=2,<2.3.2", "orchid/platform": ">=9,<9.4.4|>=14.0.0.0-alpha4,<14.5", @@ -3235,6 +3238,7 @@ "oro/crm-call-bundle": ">=4.2,<=4.2.5|>=5,<5.0.4|>=5.1,<5.1.1", "oro/customer-portal": ">=4.1,<=4.1.13|>=4.2,<=4.2.10|>=5,<=5.0.11|>=5.1,<=5.1.3", "oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<=4.2.10|>=5,<=5.0.12|>=5.1,<=5.1.3", + "oveleon/contao-cookiebar": "<1.16.3|>=2,<2.1.3", "oxid-esales/oxideshop-ce": "<4.5", "oxid-esales/paymorrow-module": ">=1,<1.0.2|>=2,<2.0.1", "packbackbooks/lti-1-3-php-library": "<5", @@ -3276,7 +3280,7 @@ "phpxmlrpc/extras": "<0.6.1", "phpxmlrpc/phpxmlrpc": "<4.9.2", "pi/pi": "<=2.5", - "pimcore/admin-ui-classic-bundle": "<=1.4.2", + "pimcore/admin-ui-classic-bundle": "<=1.5.1", "pimcore/customer-management-framework-bundle": "<4.0.6", "pimcore/data-hub": "<1.2.4", "pimcore/demo": "<10.3", @@ -3309,6 +3313,7 @@ "pubnub/pubnub": "<6.1", "pusher/pusher-php-server": "<2.2.1", "pwweb/laravel-core": "<=0.3.6.0-beta", + "pxlrbt/filament-excel": "<2.3.3", "pyrocms/pyrocms": "<=3.9.1", "qcubed/qcubed": "<=3.1.1", "quickapps/cms": "<=2.0.0.0-beta2", @@ -3336,8 +3341,8 @@ "serluck/phpwhois": "<=4.2.6", "sfroemken/url_redirect": "<=1.2.1", "sheng/yiicms": "<=1.2", - "shopware/core": "<6.5.8.8-dev|>=6.6.0.0-RC1-dev,<6.6.1", - "shopware/platform": "<6.5.8.8-dev|>=6.6.0.0-RC1-dev,<6.6.1", + "shopware/core": "<=6.5.8.12|>=6.6,<=6.6.5", + "shopware/platform": "<=6.5.8.12|>=6.6,<=6.6.5", "shopware/production": "<=6.3.5.2", "shopware/shopware": "<=5.7.17", "shopware/storefront": "<=6.4.8.1|>=6.5.8,<6.5.8.7-dev", @@ -3387,7 +3392,7 @@ "ssddanbrown/bookstack": "<24.05.1", "statamic/cms": "<4.46|>=5.3,<5.6.2", "stormpath/sdk": "<9.9.99", - "studio-42/elfinder": "<2.1.62", + "studio-42/elfinder": "<=2.1.64", "studiomitte/friendlycaptcha": "<0.1.4", "subhh/libconnect": "<7.0.8|>=8,<8.1", "sukohi/surpass": "<1", @@ -3467,6 +3472,7 @@ "tribalsystems/zenario": "<9.5.60602", "truckersmp/phpwhois": "<=4.3.1", "ttskch/pagination-service-provider": "<1", + "twbs/bootstrap": "<=3.4.1|>=4,<=4.6.2", "twig/twig": "<1.44.7|>=2,<2.15.3|>=3,<3.4.3", "typo3/cms": "<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2", "typo3/cms-backend": "<4.1.14|>=4.2,<4.2.15|>=4.3,<4.3.7|>=4.4,<4.4.4|>=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1", @@ -3621,7 +3627,7 @@ "type": "tidelift" } ], - "time": "2024-07-25T19:04:34+00:00" + "time": "2024-08-19T21:04:39+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -4098,16 +4104,16 @@ }, { "name": "wp-cli/wp-cli", - "version": "v2.10.0", + "version": "v2.11.0", "source": { "type": "git", "url": "https://github.com/wp-cli/wp-cli.git", - "reference": "a339dca576df73c31af4b4d8054efc2dab9a0685" + "reference": "53f0df112901fcf95099d0f501912a209429b6a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/a339dca576df73c31af4b4d8054efc2dab9a0685", - "reference": "a339dca576df73c31af4b4d8054efc2dab9a0685", + "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/53f0df112901fcf95099d0f501912a209429b6a9", + "reference": "53f0df112901fcf95099d0f501912a209429b6a9", "shasum": "" }, "require": { @@ -4137,7 +4143,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.10.x-dev" + "dev-main": "2.11.x-dev" } }, "autoload": { @@ -4164,7 +4170,7 @@ "issues": "https://github.com/wp-cli/wp-cli/issues", "source": "https://github.com/wp-cli/wp-cli" }, - "time": "2024-02-08T16:52:43+00:00" + "time": "2024-08-08T03:04:55+00:00" }, { "name": "wp-coding-standards/wpcs", @@ -4300,5 +4306,5 @@ "platform-overrides": { "php": "7.3.0" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" } From a17d706bd94dd5b8083d120f40299635339781a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:33:40 +0000 Subject: [PATCH 07/10] Composer(deps): Bump newfold-labs/wp-module-migration Bumps [newfold-labs/wp-module-migration](https://github.com/newfold-labs/wp-module-migration) from 1.0.9 to 1.0.10. - [Release notes](https://github.com/newfold-labs/wp-module-migration/releases) - [Commits](https://github.com/newfold-labs/wp-module-migration/compare/v1.0.9...v1.0.10) --- updated-dependencies: - dependency-name: newfold-labs/wp-module-migration dependency-type: direct:production update-type: version-update:semver-patch ... 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 3464e0ddf..e1bcba465 100644 --- a/composer.json +++ b/composer.json @@ -85,7 +85,7 @@ "newfold-labs/wp-module-help-center": "^2.0.1", "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.4.0", - "newfold-labs/wp-module-migration": "^1.0.9", + "newfold-labs/wp-module-migration": "^1.0.10", "newfold-labs/wp-module-notifications": "^1.5.0", "newfold-labs/wp-module-onboarding": "^2.3.11", "newfold-labs/wp-module-patterns": "^2.3.1", diff --git a/composer.lock b/composer.lock index f9bc4829b..6a9c81604 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": "11c7f52792a412c64915f7fcfa8da604", + "content-hash": "1b3c0adf75e076db3e6d457232df4b19", "packages": [ { "name": "doctrine/inflector", @@ -1102,16 +1102,16 @@ }, { "name": "newfold-labs/wp-module-migration", - "version": "v1.0.9", + "version": "v1.0.10", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-migration.git", - "reference": "b9b94c9906c917b9c1d47d926fe10f48cb8f4315" + "reference": "853d4fa02f83889ac3045c23a4e4744c85c49022" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/b9b94c9906c917b9c1d47d926fe10f48cb8f4315", - "reference": "b9b94c9906c917b9c1d47d926fe10f48cb8f4315", + "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/853d4fa02f83889ac3045c23a4e4744c85c49022", + "reference": "853d4fa02f83889ac3045c23a4e4744c85c49022", "shasum": "" }, "require": { @@ -1149,10 +1149,10 @@ ], "description": "Initiates the migration process", "support": { - "source": "https://github.com/newfold-labs/wp-module-migration/tree/v1.0.9", + "source": "https://github.com/newfold-labs/wp-module-migration/tree/v1.0.10", "issues": "https://github.com/newfold-labs/wp-module-migration/issues" }, - "time": "2024-07-24T13:47:14+00:00" + "time": "2024-08-20T13:34:22+00:00" }, { "name": "newfold-labs/wp-module-notifications", From cd32322c2142081e5489c510ea3913ae7958aa6e Mon Sep 17 00:00:00 2001 From: wpalani Date: Tue, 20 Aug 2024 09:55:18 -0700 Subject: [PATCH 08/10] Bump version to 3.14.5 --- 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 ef6a19eeb..d31477a47 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.4 + * Version: 3.14.5 * 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.4' ); +define( 'BLUEHOST_PLUGIN_VERSION', '3.14.5' ); 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 c8fb682fe..bcfdbe44b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.14.4", + "version": "3.14.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bluehost-wordpress-plugin", - "version": "3.14.4", + "version": "3.14.5", "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.5", diff --git a/package.json b/package.json index 4040d486e..f4d581220 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.14.4", + "version": "3.14.5", "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "author": { "name": "Bluehost", From c1960e654959da539ea9466e9f8285910da66428 Mon Sep 17 00:00:00 2001 From: Ramya krishna Date: Wed, 21 Aug 2024 19:56:02 +0530 Subject: [PATCH 09/10] migration bump to 1.0.11 --- composer.json | 4 ++-- composer.lock | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index e1bcba465..dda2b3167 100644 --- a/composer.json +++ b/composer.json @@ -78,14 +78,14 @@ "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.40", + "newfold-labs/wp-module-ecommerce": "1.3.40", "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", "newfold-labs/wp-module-help-center": "^2.0.1", "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.4.0", - "newfold-labs/wp-module-migration": "^1.0.10", + "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.3.1", diff --git a/composer.lock b/composer.lock index 8f0d12777..23a92b6f1 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": "1b3c0adf75e076db3e6d457232df4b19", + "content-hash": "8370dd50979d91ab03223e61a16a53ab", "packages": [ { "name": "doctrine/inflector", @@ -1102,16 +1102,16 @@ }, { "name": "newfold-labs/wp-module-migration", - "version": "v1.0.10", + "version": "v1.0.11", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-migration.git", - "reference": "853d4fa02f83889ac3045c23a4e4744c85c49022" + "reference": "d84570b93abf5baade814bbb8d71871adff10e89" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/853d4fa02f83889ac3045c23a4e4744c85c49022", - "reference": "853d4fa02f83889ac3045c23a4e4744c85c49022", + "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/d84570b93abf5baade814bbb8d71871adff10e89", + "reference": "d84570b93abf5baade814bbb8d71871adff10e89", "shasum": "" }, "require": { @@ -1149,10 +1149,10 @@ ], "description": "Initiates the migration process", "support": { - "source": "https://github.com/newfold-labs/wp-module-migration/tree/v1.0.10", + "source": "https://github.com/newfold-labs/wp-module-migration/tree/v1.0.11", "issues": "https://github.com/newfold-labs/wp-module-migration/issues" }, - "time": "2024-08-20T13:34:22+00:00" + "time": "2024-08-21T14:04:06+00:00" }, { "name": "newfold-labs/wp-module-notifications", From 14cee599b834270cd765c6144c3917a74d9ffc0c Mon Sep 17 00:00:00 2001 From: Micah Wood Date: Wed, 21 Aug 2024 11:00:26 -0400 Subject: [PATCH 10/10] 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 d31477a47..d31f3f67a 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.5 + * Version: 3.14.6 * 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.5' ); +define( 'BLUEHOST_PLUGIN_VERSION', '3.14.6' ); 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 bcfdbe44b..0b069c57e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.14.5", + "version": "3.14.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bluehost-wordpress-plugin", - "version": "3.14.5", + "version": "3.14.6", "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.5", diff --git a/package.json b/package.json index f4d581220..2217897a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.14.5", + "version": "3.14.6", "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "author": { "name": "Bluehost",