diff --git a/all.json b/all.json index bd1703a..c52027d 100644 --- a/all.json +++ b/all.json @@ -1,97 +1,119 @@ { "packages": { - "bluehost/bluehost-site-migrator": { - "1.0": { - "name": "bluehost/bluehost-site-migrator", - "version": "1.0", - "version_normalized": "1.0.0.0", + "bluehost/bluehost-wordpress-plugin": { + "1.5": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "1.5", + "version_normalized": "1.5.0.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "8795ccc54fccb563ab4d27cebcc1b25e262bd96a" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "cb30cdd864310d20094b5f33d588a9262d5191f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/8795ccc54fccb563ab4d27cebcc1b25e262bd96a", - "reference": "8795ccc54fccb563ab4d27cebcc1b25e262bd96a", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/cb30cdd864310d20094b5f33d588a9262d5191f2", + "reference": "cb30cdd864310d20094b5f33d588a9262d5191f2", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0", - "wpscholar/github-archive-installer": "^1.1" + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-spam-prevention": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "xrstf/composer-php52": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "^1.0" }, - "time": "2020-06-24T16:46:11+00:00", + "time": "2019-07-18T21:02:26+00:00", "type": "wordpress-plugin", - "autoload": { - "classmap": [ - "includes/" - ] + "extra": { + "phpcs-config": { + "colors": 1, + "default_standard": "Bluehost", + "testVersion": "5.2-" + } }, "scripts": { - "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" - ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --ignore=*/vendor/* ." + ], + "post-install-cmd": [ + "xrstf\\Composer52\\Generator::onPostInstallCmd" + ], + "post-update-cmd": [ + "xrstf\\Composer52\\Generator::onPostInstallCmd" + ], + "post-autoload-dump": [ + "xrstf\\Composer52\\Generator::onPostInstallCmd" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "WordPress plugin that has shortcodes, widgets and themes.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/1.0", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/mojoness/mojo-marketplace-wp-plugin", + "issues": "https://github.com/mojoness/mojo-marketplace-wp-plugin/issues" } }, - "1.0.1": { - "name": "bluehost/bluehost-site-migrator", - "version": "1.0.1", - "version_normalized": "1.0.1.0", + "2.0": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.0", + "version_normalized": "2.0.0.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "ab6f17ee84f83699596804e070418b8a91cae532" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "ad1d61619a230c8fa27591214b47eec285c85567" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/ab6f17ee84f83699596804e070418b8a91cae532", - "reference": "ab6f17ee84f83699596804e070418b8a91cae532", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/ad1d61619a230c8fa27591214b47eec285c85567", + "reference": "ad1d61619a230c8fa27591214b47eec285c85567", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-spam-prevention": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.0", + "ext-iconv": "*", "wpscholar/github-archive-installer": "^1.1" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2020-08-10T21:02:27+00:00", + "time": "2020-08-25T20:05:32+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/" + } }, "scripts": { "fix": [ "vendor/bin/phpcbf . --standard=Bluehost" ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" + ], "lint": [ "vendor/bin/phpcs . --standard=Bluehost -s" ] @@ -100,217 +122,278 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/1.0.1", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "1.0.10": { - "name": "bluehost/bluehost-site-migrator", - "version": "1.0.10", - "version_normalized": "1.0.10.0", + "2.0.1": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.0.1", + "version_normalized": "2.0.1.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "5c309da6555f99cb26a38eb538560406b564698f" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "0313d490ec2985d43de27b97e7fc6ae0063c0e1b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/5c309da6555f99cb26a38eb538560406b564698f", - "reference": "5c309da6555f99cb26a38eb538560406b564698f", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/0313d490ec2985d43de27b97e7fc6ae0063c0e1b", + "reference": "0313d490ec2985d43de27b97e7fc6ae0063c0e1b", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "newfold-labs/wp-module-tasks": "^1.0.3", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-spam-prevention": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.0", + "ext-iconv": "*", + "wpscholar/github-archive-installer": "^1.1" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2023-06-15T14:47:41+00:00", + "time": "2020-08-26T18:21:11+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Newfold" + "vendor/bin/phpcbf . --standard=Bluehost" + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Newfold -s" + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/1.0.10", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "1.0.11": { - "name": "bluehost/bluehost-site-migrator", - "version": "1.0.11", - "version_normalized": "1.0.11.0", + "2.0.2": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.0.2", + "version_normalized": "2.0.2.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "16ef0d386b8d078037dbc85f47ec09de7c131138" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "5bea18606588af114b8bc42b2ec4057154d1eba0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/16ef0d386b8d078037dbc85f47ec09de7c131138", - "reference": "16ef0d386b8d078037dbc85f47ec09de7c131138", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/5bea18606588af114b8bc42b2ec4057154d1eba0", + "reference": "5bea18606588af114b8bc42b2ec4057154d1eba0", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "newfold-labs/wp-module-tasks": "^1.0.3", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-spam-prevention": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.0", + "ext-iconv": "*", + "wpscholar/github-archive-installer": "^1.1" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2023-06-19T08:43:52+00:00", + "time": "2020-09-08T18:44:43+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Newfold" + "vendor/bin/phpcbf . --standard=Bluehost" + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Newfold -s" + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/1.0.11", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "1.0.12": { - "name": "bluehost/bluehost-site-migrator", - "version": "1.0.12", - "version_normalized": "1.0.12.0", + "2.1": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.1", + "version_normalized": "2.1.0.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "3609bcb630b48dd16f336ec8329ad49e4e7c9118" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "c5e0ad9015365597efa400a38c0b7a8f348b9dfb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/3609bcb630b48dd16f336ec8329ad49e4e7c9118", - "reference": "3609bcb630b48dd16f336ec8329ad49e4e7c9118", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/c5e0ad9015365597efa400a38c0b7a8f348b9dfb", + "reference": "c5e0ad9015365597efa400a38c0b7a8f348b9dfb", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "newfold-labs/wp-module-tasks": "^1.0.3", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-spam-prevention": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.0", + "endurance/wp-module-data": "^1.0", + "ext-iconv": "*", + "wpscholar/github-archive-installer": "^1.1" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2023-06-19T13:36:08+00:00", + "time": "2020-09-10T16:49:48+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Newfold" + "vendor/bin/phpcbf . --standard=Bluehost" + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Newfold -s" + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/1.0.12", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "1.0.13": { - "name": "bluehost/bluehost-site-migrator", - "version": "1.0.13", - "version_normalized": "1.0.13.0", + "2.10.0": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.10.0", + "version_normalized": "2.10.0.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "21e87f896404cfd00f04643be00c1770bb42bb75" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "035b5659cb0777d8f0da008eecf734d7fe2c52e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/21e87f896404cfd00f04643be00c1770bb42bb75", - "reference": "21e87f896404cfd00f04643be00c1770bb42bb75", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/035b5659cb0777d8f0da008eecf734d7fe2c52e1", + "reference": "035b5659cb0777d8f0da008eecf734d7fe2c52e1", "shasum": "" }, "require": { - "newfold-labs/wp-module-tasks": "^1.0.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.0", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "endurance/wp-module-data": "^1.8.2", + "ext-iconv": "*", + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2023-09-08T15:58:18+00:00", + "time": "2022-04-13T19:17:48+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "BluehostSiteMigrator\\": "includes/" + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --ignore=*/bh-site-migrator.asset.php" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --ignore=*/bh-site-migrator.asset.php" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ @@ -318,597 +401,738 @@ ], "authors": [ { - "name": "Micah Wood", - "homepage": "https://wpscholar.com" + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" }, { - "name": "Amartya Gaur" + "name": "Micah Wood", + "email": "micah@wpscholar.com", + "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/1.0.13", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "1.0.14": { - "name": "bluehost/bluehost-site-migrator", - "version": "1.0.14", - "version_normalized": "1.0.14.0", + "2.10.1": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.10.1", + "version_normalized": "2.10.1.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "312020fe7c0a5cfe44f7f1a04639f3b6aa25701c" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "053ab59c5b7e00052e71c834aa0f430847f04de5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/312020fe7c0a5cfe44f7f1a04639f3b6aa25701c", - "reference": "312020fe7c0a5cfe44f7f1a04639f3b6aa25701c", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/053ab59c5b7e00052e71c834aa0f430847f04de5", + "reference": "053ab59c5b7e00052e71c834aa0f430847f04de5", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "newfold-labs/wp-module-tasks": "^1.0.3", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.0", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "endurance/wp-module-data": "^1.8.2", + "ext-iconv": "*", + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2023-10-03T11:34:14+00:00", + "time": "2022-06-13T21:46:24+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Newfold" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Newfold -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/1.0.14", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "1.0.2": { - "name": "bluehost/bluehost-site-migrator", - "version": "1.0.2", - "version_normalized": "1.0.2.0", + "2.11": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.11", + "version_normalized": "2.11.0.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "30e204aac0022ad827de42d43485795880dcc449" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "c8578469e9aa55dc532d58b535ae4c7abeb26802" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/30e204aac0022ad827de42d43485795880dcc449", - "reference": "30e204aac0022ad827de42d43485795880dcc449", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/c8578469e9aa55dc532d58b535ae4c7abeb26802", + "reference": "c8578469e9aa55dc532d58b535ae4c7abeb26802", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0", - "wpscholar/github-archive-installer": "^1.1" + "bluehost/bluehost-wp-customer-data": "^1.0", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "ext-iconv": "*", + "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-marketplace": "^1.2.2", + "newfold-labs/wp-module-sso": "^1.0", + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2020-09-25T15:48:34+00:00", + "time": "2022-07-13T16:14:50+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/1.0.2", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "1.0.3": { - "name": "bluehost/bluehost-site-migrator", - "version": "1.0.3", - "version_normalized": "1.0.3.0", + "2.11.1": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.11.1", + "version_normalized": "2.11.1.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "2e945d9a2c43a5085b98384d4a99a2bdeb92cdd2" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "660787e69b15292ab73b71c9e6af4a3aa4119f47" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/2e945d9a2c43a5085b98384d4a99a2bdeb92cdd2", - "reference": "2e945d9a2c43a5085b98384d4a99a2bdeb92cdd2", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/660787e69b15292ab73b71c9e6af4a3aa4119f47", + "reference": "660787e69b15292ab73b71c9e6af4a3aa4119f47", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.0", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "ext-iconv": "*", + "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-marketplace": "^1.2.2", + "newfold-labs/wp-module-sso": "^1.0", + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2020-12-08T01:07:17+00:00", + "time": "2022-07-14T11:32:56+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/1.0.3", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "1.0.4": { - "name": "bluehost/bluehost-site-migrator", - "version": "1.0.4", - "version_normalized": "1.0.4.0", + "2.11.2": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.11.2", + "version_normalized": "2.11.2.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "25981f600f454cf29992808df076751df91513f1" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "deec3e442c9c18b1c042df297ea521642f462411" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/25981f600f454cf29992808df076751df91513f1", - "reference": "25981f600f454cf29992808df076751df91513f1", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/deec3e442c9c18b1c042df297ea521642f462411", + "reference": "deec3e442c9c18b1c042df297ea521642f462411", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.0", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "ext-iconv": "*", + "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-marketplace": "^1.2.2", + "newfold-labs/wp-module-sso": "^1.0", + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2021-02-18T16:44:57+00:00", + "time": "2022-07-15T00:54:08+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/1.0.4", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "1.0.5": { - "name": "bluehost/bluehost-site-migrator", - "version": "1.0.5", - "version_normalized": "1.0.5.0", + "2.11.3": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.11.3", + "version_normalized": "2.11.3.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "8f767919e250213ba1a28eb3b6da5070133dc8e8" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "f7a3ce42e08f6107e38d781064e9f6b5c3b4b581" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/8f767919e250213ba1a28eb3b6da5070133dc8e8", - "reference": "8f767919e250213ba1a28eb3b6da5070133dc8e8", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/f7a3ce42e08f6107e38d781064e9f6b5c3b4b581", + "reference": "f7a3ce42e08f6107e38d781064e9f6b5c3b4b581", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.0", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "ext-iconv": "*", + "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-marketplace": "^1.2.2", + "newfold-labs/wp-module-sso": "^1.0", + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2021-07-30T21:20:32+00:00", + "time": "2022-07-15T13:55:19+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/1.0.5", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "1.0.5.1": { - "name": "bluehost/bluehost-site-migrator", - "version": "1.0.5.1", - "version_normalized": "1.0.5.1", + "2.11.4": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.11.4", + "version_normalized": "2.11.4.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "a4c9b0deb3b7ab1ba543dff99fa426d5969538ca" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "a27336f0f7534e409f8298a514908d29ca7f3b03" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/a4c9b0deb3b7ab1ba543dff99fa426d5969538ca", - "reference": "a4c9b0deb3b7ab1ba543dff99fa426d5969538ca", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/a27336f0f7534e409f8298a514908d29ca7f3b03", + "reference": "a27336f0f7534e409f8298a514908d29ca7f3b03", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" - }, - "require-dev": { - "bluehost/wp-php-standards": "^1.1" - }, - "time": "2021-08-02T18:50:45+00:00", - "type": "wordpress-plugin", - "autoload": { - "classmap": [ - "includes/" - ] - }, - "scripts": { - "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" - ], - "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" - ] - }, - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Micah Wood", - "homepage": "https://wpscholar.com" - } - ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", - "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/1.0.5.1", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" - } - }, - "1.0.6": { - "name": "bluehost/bluehost-site-migrator", - "version": "1.0.6", - "version_normalized": "1.0.6.0", - "source": { - "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "42c97a2d5a6cc0a6dcfda1f6b7be8c58ef53c81f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/42c97a2d5a6cc0a6dcfda1f6b7be8c58ef53c81f", - "reference": "42c97a2d5a6cc0a6dcfda1f6b7be8c58ef53c81f", - "shasum": "" - }, - "require": { - "ext-json": "*", - "ext-zip": "*", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.0", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "ext-iconv": "*", + "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-marketplace": "^1.2.2", + "newfold-labs/wp-module-sso": "^1.0", + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2021-08-17T11:33:54+00:00", + "time": "2022-07-15T19:07:02+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/1.0.6", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "1.0.7": { - "name": "bluehost/bluehost-site-migrator", - "version": "1.0.7", - "version_normalized": "1.0.7.0", + "2.11.5": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.11.5", + "version_normalized": "2.11.5.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "e3bfebfebf750defebc6a641644d06d13138e209" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "7fbc95e7f15709e9aa171070547621daa83a078c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/e3bfebfebf750defebc6a641644d06d13138e209", - "reference": "e3bfebfebf750defebc6a641644d06d13138e209", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/7fbc95e7f15709e9aa171070547621daa83a078c", + "reference": "7fbc95e7f15709e9aa171070547621daa83a078c", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.0", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "ext-iconv": "*", + "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-marketplace": "^1.2.2", + "newfold-labs/wp-module-sso": "^1.0", + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2021-10-25T14:49:49+00:00", + "time": "2022-07-21T22:26:23+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/1.0.7", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "1.0.8": { - "name": "bluehost/bluehost-site-migrator", - "version": "1.0.8", - "version_normalized": "1.0.8.0", + "2.11.6": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.11.6", + "version_normalized": "2.11.6.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "b5ad374684ad128c708a7421cb7e0a4207a19aa7" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "be01f6b8865a2bc15f205ca7fb02a2c806da2e7c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/b5ad374684ad128c708a7421cb7e0a4207a19aa7", - "reference": "b5ad374684ad128c708a7421cb7e0a4207a19aa7", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/be01f6b8865a2bc15f205ca7fb02a2c806da2e7c", + "reference": "be01f6b8865a2bc15f205ca7fb02a2c806da2e7c", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.3", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "ext-iconv": "*", + "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-marketplace": "^1.2.2", + "newfold-labs/wp-module-sso": "^1.0", + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2021-11-10T13:12:38+00:00", + "time": "2022-07-27T16:39:26+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/1.0.8", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "1.0.9": { - "name": "bluehost/bluehost-site-migrator", - "version": "1.0.9", - "version_normalized": "1.0.9.0", + "2.11.7": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.11.7", + "version_normalized": "2.11.7.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "4fc8278b3684c5af7663de3f0b3e12cdbe0856a0" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "0a11ccd165b88b066e078765e3e7993e050c322a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/4fc8278b3684c5af7663de3f0b3e12cdbe0856a0", - "reference": "4fc8278b3684c5af7663de3f0b3e12cdbe0856a0", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/0a11ccd165b88b066e078765e3e7993e050c322a", + "reference": "0a11ccd165b88b066e078765e3e7993e050c322a", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "newfold-labs/wp-module-tasks": "^1.0.3", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.3.1", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "ext-iconv": "*", + "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-marketplace": "^1.2.2", + "newfold-labs/wp-module-sso": "^1.0", + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2023-05-03T14:57:56+00:00", + "time": "2022-07-27T20:32:40+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Newfold" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Newfold -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/1.0.9", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "dev-master": { - "name": "bluehost/bluehost-site-migrator", - "version": "dev-master", - "version_normalized": "9999999-dev", + "2.11.8": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.11.8", + "version_normalized": "2.11.8.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "21e87f896404cfd00f04643be00c1770bb42bb75" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "c6f2f02a82ecfd87cfac49853b6d43f6a876a93b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/21e87f896404cfd00f04643be00c1770bb42bb75", - "reference": "21e87f896404cfd00f04643be00c1770bb42bb75", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/c6f2f02a82ecfd87cfac49853b6d43f6a876a93b", + "reference": "c6f2f02a82ecfd87cfac49853b6d43f6a876a93b", "shasum": "" }, "require": { - "newfold-labs/wp-module-tasks": "^1.0.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.4", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "ext-iconv": "*", + "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-marketplace": "^1.2.2", + "newfold-labs/wp-module-sso": "^1.0", + "wp-forge/helpers": "^1.0", + "wp-forge/wp-update-handler": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2" + "bluehost/wp-php-standards": "@stable", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2023-09-08T15:58:18+00:00", + "time": "2022-08-08T15:37:39+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "BluehostSiteMigrator\\": "includes/" + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --ignore=*/bh-site-migrator.asset.php" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --ignore=*/bh-site-migrator.asset.php" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ @@ -916,705 +1140,1013 @@ ], "authors": [ { - "name": "Micah Wood", - "homepage": "https://wpscholar.com" + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" }, { - "name": "Amartya Gaur" + "name": "Micah Wood", + "email": "micah@wpscholar.com", + "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/1.0.13", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "dev-add/geo-support": { - "name": "bluehost/bluehost-site-migrator", - "version": "dev-add/geo-support", - "version_normalized": "dev-add/geo-support", + "2.11.9": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.11.9", + "version_normalized": "2.11.9.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "58c1f2b8b50f032ecb88e275f36c4eb62f2f8c86" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "5d9fc1bc89e296b6bfbe96a8d35115af16c4a53e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/58c1f2b8b50f032ecb88e275f36c4eb62f2f8c86", - "reference": "58c1f2b8b50f032ecb88e275f36c4eb62f2f8c86", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/5d9fc1bc89e296b6bfbe96a8d35115af16c4a53e", + "reference": "5d9fc1bc89e296b6bfbe96a8d35115af16c4a53e", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.4", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "ext-iconv": "*", + "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-marketplace": "^1.3", + "newfold-labs/wp-module-sso": "^1.0", + "wp-forge/helpers": "^1.0", + "wp-forge/wp-update-handler": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "@stable", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2021-06-16T23:28:37+00:00", + "time": "2022-08-12T19:58:04+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/add/geo-support", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "dev-bump_version": { - "name": "bluehost/bluehost-site-migrator", - "version": "dev-bump_version", - "version_normalized": "dev-bump_version", + "2.12.0": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.12.0", + "version_normalized": "2.12.0.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "6a8dc204c29c163e5d8fc3490ef3d6e865231a22" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "c6e29b9050f6131bec70e1a67dd72556aa94e30a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/6a8dc204c29c163e5d8fc3490ef3d6e865231a22", - "reference": "6a8dc204c29c163e5d8fc3490ef3d6e865231a22", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/c6e29b9050f6131bec70e1a67dd72556aa94e30a", + "reference": "c6e29b9050f6131bec70e1a67dd72556aa94e30a", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "newfold-labs/wp-module-tasks": "^1.0.3", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.4", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "ext-iconv": "*", + "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-ecommerce": "0.4.3", + "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-marketplace": "^1.3", + "newfold-labs/wp-module-onboarding": "^0.0.6", + "newfold-labs/wp-module-sso": "^1.0", + "wp-forge/helpers": "^1.0", + "wp-forge/wp-update-handler": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "@stable", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2023-06-19T12:49:35+00:00", + "time": "2022-08-18T00:10:12+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Newfold" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Newfold -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/bump_version", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "dev-dependabot/npm_and_yarn/got-and-wordpress/env-11.8.6": { - "name": "bluehost/bluehost-site-migrator", - "version": "dev-dependabot/npm_and_yarn/got-and-wordpress/env-11.8.6", - "version_normalized": "dev-dependabot/npm_and_yarn/got-and-wordpress/env-11.8.6", + "2.12.1": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.12.1", + "version_normalized": "2.12.1.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "d94b0b5609907799e2c283c53e1c35b572d37b8b" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "c705ed69ba52e8e0f7f41f1cdab0dd2092e8a7c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/d94b0b5609907799e2c283c53e1c35b572d37b8b", - "reference": "d94b0b5609907799e2c283c53e1c35b572d37b8b", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/c705ed69ba52e8e0f7f41f1cdab0dd2092e8a7c6", + "reference": "c705ed69ba52e8e0f7f41f1cdab0dd2092e8a7c6", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "newfold-labs/wp-module-tasks": "^1.0.3", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.4", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "ext-iconv": "*", + "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-ecommerce": "0.4.3", + "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-marketplace": "^1.3", + "newfold-labs/wp-module-onboarding": "~0.0", + "newfold-labs/wp-module-sso": "^1.0", + "wp-forge/helpers": "^1.0", + "wp-forge/wp-update-handler": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "@stable", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2023-06-19T08:44:35+00:00", + "time": "2022-08-18T18:56:54+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Newfold" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Newfold -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/dependabot/npm_and_yarn/got-and-wordpress/env-11.8.6", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "dev-dependabot/npm_and_yarn/http-cache-semantics-4.1.1": { - "name": "bluehost/bluehost-site-migrator", - "version": "dev-dependabot/npm_and_yarn/http-cache-semantics-4.1.1", - "version_normalized": "dev-dependabot/npm_and_yarn/http-cache-semantics-4.1.1", + "2.12.10": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.12.10", + "version_normalized": "2.12.10.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "cd09f6a449d750327f242999e863b216e525cc4d" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "670a9f96564ca36f1167f564e73a415dc2821bc2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/cd09f6a449d750327f242999e863b216e525cc4d", - "reference": "cd09f6a449d750327f242999e863b216e525cc4d", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/670a9f96564ca36f1167f564e73a415dc2821bc2", + "reference": "670a9f96564ca36f1167f564e73a415dc2821bc2", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.4.6", + "doctrine/inflector": "1.2.0 as 1.3.1", + "ext-iconv": "*", + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-data": "^2.2.2", + "newfold-labs/wp-module-ecommerce": "0.5.2", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.4.2", + "newfold-labs/wp-module-onboarding": "0.2.5", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "@stable", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2023-02-03T13:27:00+00:00", + "time": "2022-10-26T18:05:39+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/dependabot/npm_and_yarn/http-cache-semantics-4.1.1", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "dev-dependabot/npm_and_yarn/json5-1.0.2": { - "name": "bluehost/bluehost-site-migrator", - "version": "dev-dependabot/npm_and_yarn/json5-1.0.2", - "version_normalized": "dev-dependabot/npm_and_yarn/json5-1.0.2", + "2.12.11": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.12.11", + "version_normalized": "2.12.11.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "3337fc2ac148c453d4139e13fdcb20e6480712c9" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "69a8cd7d13b4f8a0725b66ca86c9fb05e1112e77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/3337fc2ac148c453d4139e13fdcb20e6480712c9", - "reference": "3337fc2ac148c453d4139e13fdcb20e6480712c9", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/69a8cd7d13b4f8a0725b66ca86c9fb05e1112e77", + "reference": "69a8cd7d13b4f8a0725b66ca86c9fb05e1112e77", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.4.6", + "doctrine/inflector": "1.2.0 as 1.3.1", + "ext-iconv": "*", + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.0", + "newfold-labs/wp-module-data": "^2.2.2", + "newfold-labs/wp-module-ecommerce": "0.5.3", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.4.6", + "newfold-labs/wp-module-notifications": "^1.1", + "newfold-labs/wp-module-onboarding": "0.2.6", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "@stable", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2023-01-07T04:39:48+00:00", + "time": "2022-11-09T20:08:21+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/dependabot/npm_and_yarn/json5-1.0.2", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "dev-dependabot/npm_and_yarn/loader-utils-1.4.2": { - "name": "bluehost/bluehost-site-migrator", - "version": "dev-dependabot/npm_and_yarn/loader-utils-1.4.2", - "version_normalized": "dev-dependabot/npm_and_yarn/loader-utils-1.4.2", + "2.12.12": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.12.12", + "version_normalized": "2.12.12.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "3c92dd77e523a2d27314a165913eb5367c1bf3de" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "29fbedc09c1529997d4d6a72ebfda4dd96f9eb4d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/3c92dd77e523a2d27314a165913eb5367c1bf3de", - "reference": "3c92dd77e523a2d27314a165913eb5367c1bf3de", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/29fbedc09c1529997d4d6a72ebfda4dd96f9eb4d", + "reference": "29fbedc09c1529997d4d6a72ebfda4dd96f9eb4d", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" - }, - "require-dev": { - "bluehost/wp-php-standards": "^1.1" - }, - "time": "2022-11-13T16:35:18+00:00", - "type": "wordpress-plugin", - "autoload": { - "classmap": [ - "includes/" - ] - }, - "scripts": { - "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" - ], + "bluehost/bluehost-wp-customer-data": "^1.4.6", + "doctrine/inflector": "1.2.0 as 1.3.1", + "ext-iconv": "*", + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.0", + "newfold-labs/wp-module-data": "^2.2.2", + "newfold-labs/wp-module-ecommerce": "0.5.3", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.4.6", + "newfold-labs/wp-module-notifications": "^1.1", + "newfold-labs/wp-module-onboarding": "0.2.6", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" + }, + "require-dev": { + "bluehost/wp-php-standards": "@stable", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" + }, + "time": "2022-11-18T22:25:32+00:00", + "type": "wordpress-plugin", + "autoload": { + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } + }, + "scripts": { + "fix": [ + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" + ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/dependabot/npm_and_yarn/loader-utils-1.4.2", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "dev-dependabot/npm_and_yarn/minimist-1.2.8": { - "name": "bluehost/bluehost-site-migrator", - "version": "dev-dependabot/npm_and_yarn/minimist-1.2.8", - "version_normalized": "dev-dependabot/npm_and_yarn/minimist-1.2.8", + "2.12.13": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.12.13", + "version_normalized": "2.12.13.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "4a4d3db3765530a7ec0145ace79e4eac469e7cd3" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "c7fc7123ec8e91ee271e3df78871c2bf634a4a4f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/4a4d3db3765530a7ec0145ace79e4eac469e7cd3", - "reference": "4a4d3db3765530a7ec0145ace79e4eac469e7cd3", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/c7fc7123ec8e91ee271e3df78871c2bf634a4a4f", + "reference": "c7fc7123ec8e91ee271e3df78871c2bf634a4a4f", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.4.6", + "doctrine/inflector": "1.2.0 as 1.3.1", + "ext-iconv": "*", + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.0", + "newfold-labs/wp-module-data": "^2.2.2", + "newfold-labs/wp-module-ecommerce": "0.5.3", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.4.6", + "newfold-labs/wp-module-notifications": "^1.1", + "newfold-labs/wp-module-onboarding": "0.2.6", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "@stable", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2023-03-04T14:09:05+00:00", + "time": "2022-11-21T16:33:53+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/dependabot/npm_and_yarn/minimist-1.2.8", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "dev-dependabot/npm_and_yarn/node-sass-7.0.0": { - "name": "bluehost/bluehost-site-migrator", - "version": "dev-dependabot/npm_and_yarn/node-sass-7.0.0", - "version_normalized": "dev-dependabot/npm_and_yarn/node-sass-7.0.0", + "2.12.14": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.12.14", + "version_normalized": "2.12.14.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "6b98601baa5fcaaaa7456f60e5ad987fc91da39b" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "79d0e1bc85f0bfb89822c96a6d398b1ae1c91612" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/6b98601baa5fcaaaa7456f60e5ad987fc91da39b", - "reference": "6b98601baa5fcaaaa7456f60e5ad987fc91da39b", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/79d0e1bc85f0bfb89822c96a6d398b1ae1c91612", + "reference": "79d0e1bc85f0bfb89822c96a6d398b1ae1c91612", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.4.6", + "doctrine/inflector": "1.2.0 as 1.3.1", + "ext-iconv": "*", + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.0", + "newfold-labs/wp-module-data": "^2.2.2", + "newfold-labs/wp-module-ecommerce": "0.6.0", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.4.6", + "newfold-labs/wp-module-notifications": "^1.1", + "newfold-labs/wp-module-onboarding": "0.2.7", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "@stable", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2022-02-10T22:13:55+00:00", + "time": "2022-12-07T20:58:02+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/dependabot/npm_and_yarn/node-sass-7.0.0", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "dev-dependabot/npm_and_yarn/qs-6.5.3": { - "name": "bluehost/bluehost-site-migrator", - "version": "dev-dependabot/npm_and_yarn/qs-6.5.3", - "version_normalized": "dev-dependabot/npm_and_yarn/qs-6.5.3", + "2.12.15": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.12.15", + "version_normalized": "2.12.15.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "1121a9afb6325fb6d1e534473a63ea472191629f" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "13c4bc9a40a26c9d45f484c3da850fbf033c4b4c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/1121a9afb6325fb6d1e534473a63ea472191629f", - "reference": "1121a9afb6325fb6d1e534473a63ea472191629f", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/13c4bc9a40a26c9d45f484c3da850fbf033c4b4c", + "reference": "13c4bc9a40a26c9d45f484c3da850fbf033c4b4c", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.4.6", + "doctrine/inflector": "1.2.0 as 1.3.1", + "ext-iconv": "*", + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.0", + "newfold-labs/wp-module-data": "^2.2.2", + "newfold-labs/wp-module-ecommerce": "0.6.0", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.4.6", + "newfold-labs/wp-module-notifications": "^1.1", + "newfold-labs/wp-module-onboarding": "0.2.7", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "@stable", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2022-12-11T03:07:09+00:00", + "time": "2022-12-14T19:23:38+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/dependabot/npm_and_yarn/qs-6.5.3", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "dev-dependabot/npm_and_yarn/simple-git-and-wordpress/env-3.16.0": { - "name": "bluehost/bluehost-site-migrator", - "version": "dev-dependabot/npm_and_yarn/simple-git-and-wordpress/env-3.16.0", - "version_normalized": "dev-dependabot/npm_and_yarn/simple-git-and-wordpress/env-3.16.0", + "2.12.16": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.12.16", + "version_normalized": "2.12.16.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "02957103f6dea624deee553e8222acee537447f7" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "c106d729372616cdc3f11a10b56208c04c8145e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/02957103f6dea624deee553e8222acee537447f7", - "reference": "02957103f6dea624deee553e8222acee537447f7", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/c106d729372616cdc3f11a10b56208c04c8145e0", + "reference": "c106d729372616cdc3f11a10b56208c04c8145e0", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "doctrine/inflector": "1.2.0 as 1.3.1", + "ext-iconv": "*", + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.0", + "newfold-labs/wp-module-customer-bluehost": "^1.5.2", + "newfold-labs/wp-module-data": "^2.2", + "newfold-labs/wp-module-ecommerce": "0.6.2", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.4.7", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "1.0.3", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1" + "newfold-labs/wp-php-standards": "^1.2", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2023-01-27T03:22:03+00:00", + "time": "2023-01-11T16:56:52+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/dependabot/npm_and_yarn/simple-git-and-wordpress/env-3.16.0", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" - } + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + } }, - "dev-dependabot/npm_and_yarn/terser-5.14.2": { - "name": "bluehost/bluehost-site-migrator", - "version": "dev-dependabot/npm_and_yarn/terser-5.14.2", - "version_normalized": "dev-dependabot/npm_and_yarn/terser-5.14.2", + "2.12.17": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.12.17", + "version_normalized": "2.12.17.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "c6da5bb9ff68644290ad9e0445ceed570b23cc07" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "084d0f5df1afdac8d9dd5c757eeb8db85ac86c84" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/c6da5bb9ff68644290ad9e0445ceed570b23cc07", - "reference": "c6da5bb9ff68644290ad9e0445ceed570b23cc07", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/084d0f5df1afdac8d9dd5c757eeb8db85ac86c84", + "reference": "084d0f5df1afdac8d9dd5c757eeb8db85ac86c84", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "doctrine/inflector": "1.2.0 as 1.3.1", + "ext-iconv": "*", + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.0", + "newfold-labs/wp-module-customer-bluehost": "^1.5.2", + "newfold-labs/wp-module-data": "^2.2", + "newfold-labs/wp-module-ecommerce": "0.6.2", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.4.7", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "1.0.4", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1" + "newfold-labs/wp-php-standards": "^1.2", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2022-07-20T01:41:23+00:00", + "time": "2023-01-17T18:11:03+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/dependabot/npm_and_yarn/terser-5.14.2", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "dev-disable_login_redirect": { - "name": "bluehost/bluehost-site-migrator", - "version": "dev-disable_login_redirect", - "version_normalized": "dev-disable_login_redirect", + "2.12.18": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.12.18", + "version_normalized": "2.12.18.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "043e817fcebf16be0adfd1d0ee8ed9abbc285ec0" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "9e9982717c605efda8623830aa8d1a4957b249a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/043e817fcebf16be0adfd1d0ee8ed9abbc285ec0", - "reference": "043e817fcebf16be0adfd1d0ee8ed9abbc285ec0", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/9e9982717c605efda8623830aa8d1a4957b249a4", + "reference": "9e9982717c605efda8623830aa8d1a4957b249a4", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "newfold-labs/wp-module-tasks": "^1.0.3", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "doctrine/inflector": "1.2.0 as 1.3.1", + "ext-iconv": "*", + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.0", + "newfold-labs/wp-module-customer-bluehost": "^1.5.3", + "newfold-labs/wp-module-data": "^2.2.5", + "newfold-labs/wp-module-ecommerce": "0.6.4", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.4.9", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "1.0.4", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.1" + "newfold-labs/wp-php-standards": "^1.2", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2023-05-09T07:16:50+00:00", + "time": "2023-02-01T19:57:48+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Newfold" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Newfold -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/disable_login_redirect", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "dev-feature/directly-package": { - "name": "bluehost/bluehost-site-migrator", - "version": "dev-feature/directly-package", - "version_normalized": "dev-feature/directly-package", + "2.12.19": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.12.19", + "version_normalized": "2.12.19.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "5ec05bc43e7874d45bad978363b136db214d5ec4" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "3db6a03b7dd54de7bab2db6b6a9ababf6714765d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/5ec05bc43e7874d45bad978363b136db214d5ec4", - "reference": "5ec05bc43e7874d45bad978363b136db214d5ec4", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/3db6a03b7dd54de7bab2db6b6a9ababf6714765d", + "reference": "3db6a03b7dd54de7bab2db6b6a9ababf6714765d", "shasum": "" }, "require": { - "newfold-labs/wp-module-tasks": "^1.0.4", - "wp-forge/wp-plugin-check": "^1.0" + "doctrine/inflector": "1.2.0 as 1.3.1", + "ext-iconv": "*", + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.0", + "newfold-labs/wp-module-customer-bluehost": "^1.5.3", + "newfold-labs/wp-module-data": "^2.2.5", + "newfold-labs/wp-module-ecommerce": "0.6.4", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.4.11", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "1.0.4", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2" + "newfold-labs/wp-php-standards": "^1.2", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2023-09-29T12:08:56+00:00", + "time": "2023-02-09T16:59:06+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "BluehostSiteMigrator\\": "includes/" + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --ignore=*/bh-site-migrator.asset.php" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --ignore=*/bh-site-migrator.asset.php" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ @@ -1622,54 +2154,75 @@ ], "authors": [ { - "name": "Micah Wood", - "homepage": "https://wpscholar.com" + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" }, { - "name": "Amartya Gaur" + "name": "Micah Wood", + "email": "micah@wpscholar.com", + "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/feature/directly-package", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "dev-fix/github-actions-deprecated-commands": { - "name": "bluehost/bluehost-site-migrator", - "version": "dev-fix/github-actions-deprecated-commands", - "version_normalized": "dev-fix/github-actions-deprecated-commands", + "2.12.2": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.12.2", + "version_normalized": "2.12.2.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "abb4531a582d1a61d84fb28fcab0d7fe5db21d66" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "4981c344bd4fb1e0988cc06c94a0eda13a813a16" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/abb4531a582d1a61d84fb28fcab0d7fe5db21d66", - "reference": "abb4531a582d1a61d84fb28fcab0d7fe5db21d66", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/4981c344bd4fb1e0988cc06c94a0eda13a813a16", + "reference": "4981c344bd4fb1e0988cc06c94a0eda13a813a16", "shasum": "" }, "require": { - "newfold-labs/wp-module-tasks": "^1.0.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.4", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "ext-iconv": "*", + "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-ecommerce": "0.4.3", + "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-marketplace": "^1.3", + "newfold-labs/wp-module-onboarding": "~0.0", + "newfold-labs/wp-module-sso": "^1.0", + "wp-forge/helpers": "^1.0", + "wp-forge/wp-update-handler": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2" + "bluehost/wp-php-standards": "@stable", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2023-09-20T13:00:08+00:00", + "time": "2022-08-19T02:28:43+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "BluehostSiteMigrator\\": "includes/" + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --ignore=*/bh-site-migrator.asset.php" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --ignore=*/bh-site-migrator.asset.php" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ @@ -1677,274 +2230,386 @@ ], "authors": [ { - "name": "Micah Wood", - "homepage": "https://wpscholar.com" + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" }, { - "name": "Amartya Gaur" + "name": "Micah Wood", + "email": "micah@wpscholar.com", + "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/fix/github-actions-deprecated-commands", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "dev-fix_release_triggers": { - "name": "bluehost/bluehost-site-migrator", - "version": "dev-fix_release_triggers", - "version_normalized": "dev-fix_release_triggers", + "2.12.20": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.12.20", + "version_normalized": "2.12.20.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "c28cf72022063196a79efdadc784bf3080d5d430" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "3d727ed600577b455d74970883d51cc6bfbc549d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/c28cf72022063196a79efdadc784bf3080d5d430", - "reference": "c28cf72022063196a79efdadc784bf3080d5d430", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/3d727ed600577b455d74970883d51cc6bfbc549d", + "reference": "3d727ed600577b455d74970883d51cc6bfbc549d", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "newfold-labs/wp-module-tasks": "^1.0.3", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "doctrine/inflector": "1.2.0 as 1.3.1", + "ext-iconv": "*", + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.0", + "newfold-labs/wp-module-customer-bluehost": "^1.5.3", + "newfold-labs/wp-module-data": "^2.2.5", + "newfold-labs/wp-module-ecommerce": "0.6.4", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.4.11", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "1.1.0", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.1" + "newfold-labs/wp-php-standards": "^1.2", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2023-06-19T08:03:13+00:00", + "time": "2023-02-15T15:48:30+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Newfold" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Newfold -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/fix_release_triggers", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "dev-fix_stuck_migrations": { - "name": "bluehost/bluehost-site-migrator", - "version": "dev-fix_stuck_migrations", - "version_normalized": "dev-fix_stuck_migrations", + "2.12.21": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.12.21", + "version_normalized": "2.12.21.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "6aef3dea93bd43181d4d803a039a026e01d14aa7" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "db33525bdc70736b83029e71e7ee4b33dc05971f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/6aef3dea93bd43181d4d803a039a026e01d14aa7", - "reference": "6aef3dea93bd43181d4d803a039a026e01d14aa7", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/db33525bdc70736b83029e71e7ee4b33dc05971f", + "reference": "db33525bdc70736b83029e71e7ee4b33dc05971f", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "newfold-labs/wp-module-tasks": "^1.0.3", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" - }, - "require-dev": { - "newfold-labs/wp-php-standards": "^1.1" - }, - "time": "2023-06-15T09:36:02+00:00", - "type": "wordpress-plugin", + "doctrine/inflector": "1.2.0 as 1.3.1", + "ext-iconv": "*", + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.0", + "newfold-labs/wp-module-customer-bluehost": "^1.5.3", + "newfold-labs/wp-module-data": "^2.3.0", + "newfold-labs/wp-module-ecommerce": "0.7.2", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.5.0", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "1.2.0", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" + }, + "require-dev": { + "newfold-labs/wp-php-standards": "^1.2", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" + }, + "time": "2023-03-15T15:37:40+00:00", + "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Newfold" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Newfold -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/fix_stuck_migrations", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "dev-package_db_fixes": { - "name": "bluehost/bluehost-site-migrator", - "version": "dev-package_db_fixes", - "version_normalized": "dev-package_db_fixes", + "2.12.3": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.12.3", + "version_normalized": "2.12.3.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "ce7ae57efe29290f0719485a93f3736b3f5cfc75" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "a2f0678fa118c05c2d7933d14dbb5e19fbc07a6c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/ce7ae57efe29290f0719485a93f3736b3f5cfc75", - "reference": "ce7ae57efe29290f0719485a93f3736b3f5cfc75", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/a2f0678fa118c05c2d7933d14dbb5e19fbc07a6c", + "reference": "a2f0678fa118c05c2d7933d14dbb5e19fbc07a6c", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "newfold-labs/wp-module-tasks": "^1.0.3", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.4", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "ext-iconv": "*", + "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-ecommerce": "0.4.3", + "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-marketplace": "^1.3", + "newfold-labs/wp-module-onboarding": "~0.0", + "newfold-labs/wp-module-sso": "^1.0", + "wp-forge/helpers": "^1.0", + "wp-forge/wp-update-handler": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "@stable", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2023-06-27T12:02:52+00:00", + "time": "2022-08-23T15:45:41+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Newfold" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Newfold -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/package_db_fixes", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "dev-release/1.0.14": { - "name": "bluehost/bluehost-site-migrator", - "version": "dev-release/1.0.14", - "version_normalized": "dev-release/1.0.14", + "2.12.4": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.12.4", + "version_normalized": "2.12.4.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "312020fe7c0a5cfe44f7f1a04639f3b6aa25701c" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "d98db6e5b550be335396be7fed6c5b77d77ac887" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/312020fe7c0a5cfe44f7f1a04639f3b6aa25701c", - "reference": "312020fe7c0a5cfe44f7f1a04639f3b6aa25701c", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/d98db6e5b550be335396be7fed6c5b77d77ac887", + "reference": "d98db6e5b550be335396be7fed6c5b77d77ac887", "shasum": "" }, "require": { - "ext-json": "*", - "ext-zip": "*", - "newfold-labs/wp-module-tasks": "^1.0.3", - "symfony/process": "^3.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.4", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "ext-iconv": "*", + "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-ecommerce": "0.4.3", + "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-marketplace": "^1.3", + "newfold-labs/wp-module-onboarding": "~0.0", + "newfold-labs/wp-module-sso": "^1.0", + "wp-forge/helpers": "^1.0", + "wp-forge/wp-update-handler": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.1" + "bluehost/wp-php-standards": "@stable", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2023-10-03T11:34:14+00:00", + "time": "2022-08-25T18:49:02+00:00", "type": "wordpress-plugin", "autoload": { - "classmap": [ - "includes/" - ] + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" + } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Newfold" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Newfold -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" + }, { "name": "Micah Wood", + "email": "micah@wpscholar.com", "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/1.0.14", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "dev-rewrite_plugin": { - "name": "bluehost/bluehost-site-migrator", - "version": "dev-rewrite_plugin", - "version_normalized": "dev-rewrite_plugin", + "2.12.5": { + "name": "bluehost/bluehost-wordpress-plugin", + "version": "2.12.5", + "version_normalized": "2.12.5.0", "source": { "type": "git", - "url": "https://github.com/newfold-labs/bluehost-site-migrator.git", - "reference": "f78a63e10141f98937e668206f050bc983f0c2ae" + "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", + "reference": "25b2e33b585de7a455142b9added8f809f2c6b07" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/bluehost-site-migrator/zipball/f78a63e10141f98937e668206f050bc983f0c2ae", - "reference": "f78a63e10141f98937e668206f050bc983f0c2ae", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/25b2e33b585de7a455142b9added8f809f2c6b07", + "reference": "25b2e33b585de7a455142b9added8f809f2c6b07", "shasum": "" }, "require": { - "newfold-labs/wp-module-tasks": "^1.0.4", - "wp-forge/wp-plugin-check": "^1.0" + "bluehost/bluehost-wp-customer-data": "^1.4", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "doctrine/inflector": "1.2.0 as 1.3.1", + "ext-iconv": "*", + "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-ecommerce": "0.4.7", + "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-marketplace": "^1.3", + "newfold-labs/wp-module-onboarding": "0.0.10", + "newfold-labs/wp-module-sso": "^1.0", + "wp-forge/collection": "^1.0", + "wp-forge/helpers": "^1.0", + "wp-forge/wp-update-handler": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2" + "bluehost/wp-php-standards": "@stable", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2023-09-08T15:49:05+00:00", + "time": "2022-08-31T19:06:54+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "BluehostSiteMigrator\\": "includes/" + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --ignore=*/bh-site-migrator.asset.php" + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --ignore=*/bh-site-migrator.asset.php" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ @@ -1952,68 +2617,75 @@ ], "authors": [ { - "name": "Micah Wood", - "homepage": "https://wpscholar.com" + "name": "Mike Hansen", + "homepage": "https://mikehansen.me/" }, { - "name": "Amartya Gaur" + "name": "Micah Wood", + "email": "micah@wpscholar.com", + "homepage": "https://wpscholar.com" } ], - "description": "A WordPress plugin to help you quickly and easily migrate your website to Bluehost.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/newfold-labs/bluehost-site-migrator/tree/rewrite_plugin", - "issues": "https://github.com/newfold-labs/bluehost-site-migrator/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } - } - }, - "bluehost/bluehost-wordpress-plugin": { - "1.5": { + }, + "2.12.5-beta.1": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "1.5", - "version_normalized": "1.5.0.0", + "version": "2.12.5-beta.1", + "version_normalized": "2.12.5.0-beta1", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "cb30cdd864310d20094b5f33d588a9262d5191f2" + "reference": "d98db6e5b550be335396be7fed6c5b77d77ac887" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/cb30cdd864310d20094b5f33d588a9262d5191f2", - "reference": "cb30cdd864310d20094b5f33d588a9262d5191f2", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/d98db6e5b550be335396be7fed6c5b77d77ac887", + "reference": "d98db6e5b550be335396be7fed6c5b77d77ac887", "shasum": "" }, "require": { + "bluehost/bluehost-wp-customer-data": "^1.4", "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-spam-prevention": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "xrstf/composer-php52": "^1.0" + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "ext-iconv": "*", + "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-ecommerce": "0.4.3", + "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-marketplace": "^1.3", + "newfold-labs/wp-module-onboarding": "~0.0", + "newfold-labs/wp-module-sso": "^1.0", + "wp-forge/helpers": "^1.0", + "wp-forge/wp-update-handler": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.0" + "bluehost/wp-php-standards": "@stable", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2019-07-18T21:02:26+00:00", + "time": "2022-08-25T18:49:02+00:00", "type": "wordpress-plugin", - "extra": { - "phpcs-config": { - "colors": 1, - "default_standard": "Bluehost", - "testVersion": "5.2-" + "autoload": { + "psr-4": { + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" } }, "scripts": { - "lint": [ - "vendor/bin/phpcs --ignore=*/vendor/* ." - ], - "post-install-cmd": [ - "xrstf\\Composer52\\Generator::onPostInstallCmd" + "fix": [ + "vendor/bin/phpcbf --standard=phpcs.xml ." ], - "post-update-cmd": [ - "xrstf\\Composer52\\Generator::onPostInstallCmd" + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], - "post-autoload-dump": [ - "xrstf\\Composer52\\Generator::onPostInstallCmd" + "lint": [ + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ @@ -2030,58 +2702,67 @@ "homepage": "https://wpscholar.com" } ], - "description": "WordPress plugin that has shortcodes, widgets and themes.", + "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/mojoness/mojo-marketplace-wp-plugin", - "issues": "https://github.com/mojoness/mojo-marketplace-wp-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.0": { + "2.12.6": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.0", - "version_normalized": "2.0.0.0", + "version": "2.12.6", + "version_normalized": "2.12.6.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "ad1d61619a230c8fa27591214b47eec285c85567" + "reference": "1dd1685dfbc655003b9305eb9cbefd9d2b5e76cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/ad1d61619a230c8fa27591214b47eec285c85567", - "reference": "ad1d61619a230c8fa27591214b47eec285c85567", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/1dd1685dfbc655003b9305eb9cbefd9d2b5e76cb", + "reference": "1dd1685dfbc655003b9305eb9cbefd9d2b5e76cb", "shasum": "" }, "require": { + "bluehost/bluehost-wp-customer-data": "^1.4", "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-spam-prevention": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.0", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "doctrine/inflector": "1.2.0 as 1.3.1", "ext-iconv": "*", - "wpscholar/github-archive-installer": "^1.1" + "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-ecommerce": "0.4.9", + "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-marketplace": "^1.3", + "newfold-labs/wp-module-onboarding": "0.2.1", + "newfold-labs/wp-module-sso": "^1.0", + "wp-forge/collection": "^1.0", + "wp-forge/helpers": "^1.0", + "wp-forge/wp-update-handler": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "bluehost/wp-php-standards": "@stable", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2020-08-25T20:05:32+00:00", + "time": "2022-09-15T18:29:33+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/" + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" + "vendor/bin/phpcbf --standard=phpcs.xml ." ], "i18n": [ "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ @@ -2104,52 +2785,61 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.0.1": { + "2.12.7": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.0.1", - "version_normalized": "2.0.1.0", + "version": "2.12.7", + "version_normalized": "2.12.7.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "0313d490ec2985d43de27b97e7fc6ae0063c0e1b" + "reference": "5b424747c032632d06c2f2ad2a90d70633db362b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/0313d490ec2985d43de27b97e7fc6ae0063c0e1b", - "reference": "0313d490ec2985d43de27b97e7fc6ae0063c0e1b", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/5b424747c032632d06c2f2ad2a90d70633db362b", + "reference": "5b424747c032632d06c2f2ad2a90d70633db362b", "shasum": "" }, "require": { + "bluehost/bluehost-wp-customer-data": "^1.4", "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-spam-prevention": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.0", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "doctrine/inflector": "1.2.0 as 1.3.1", "ext-iconv": "*", - "wpscholar/github-archive-installer": "^1.1" + "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-ecommerce": "0.4.9", + "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-marketplace": "^1.3", + "newfold-labs/wp-module-onboarding": "0.2.1", + "newfold-labs/wp-module-sso": "^1.0", + "wp-forge/collection": "^1.0", + "wp-forge/helpers": "^1.0", + "wp-forge/wp-update-handler": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "bluehost/wp-php-standards": "@stable", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2020-08-26T18:21:11+00:00", + "time": "2022-09-22T20:55:43+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/" + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" + "vendor/bin/phpcbf --standard=phpcs.xml ." ], "i18n": [ "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ @@ -2172,52 +2862,62 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.0.2": { + "2.12.8": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.0.2", - "version_normalized": "2.0.2.0", + "version": "2.12.8", + "version_normalized": "2.12.8.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "5bea18606588af114b8bc42b2ec4057154d1eba0" + "reference": "977f4f6d44e688df6235765f6d50ecd3d4a36e9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/5bea18606588af114b8bc42b2ec4057154d1eba0", - "reference": "5bea18606588af114b8bc42b2ec4057154d1eba0", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/977f4f6d44e688df6235765f6d50ecd3d4a36e9f", + "reference": "977f4f6d44e688df6235765f6d50ecd3d4a36e9f", "shasum": "" }, "require": { + "bluehost/bluehost-wp-customer-data": "^1.4", "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-spam-prevention": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.0", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/wp-module-secure-passwords": "^1.0.2", + "doctrine/inflector": "1.2.0 as 1.3.1", "ext-iconv": "*", - "wpscholar/github-archive-installer": "^1.1" + "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-ecommerce": "0.5.0", + "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-marketplace": "^1.3", + "newfold-labs/wp-module-onboarding": "0.2.2", + "newfold-labs/wp-module-sso": "^1.0", + "wp-forge/collection": "^1.0", + "wp-forge/helpers": "^1.0", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "bluehost/wp-php-standards": "@stable", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2020-09-08T18:44:43+00:00", + "time": "2022-09-28T18:43:34+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/" + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" + "vendor/bin/phpcbf --standard=phpcs.xml ." ], "i18n": [ "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ @@ -2240,53 +2940,61 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.1": { + "2.12.9": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.1", - "version_normalized": "2.1.0.0", + "version": "2.12.9", + "version_normalized": "2.12.9.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "c5e0ad9015365597efa400a38c0b7a8f348b9dfb" + "reference": "88e68a417eff06dacc834351a66a6b4b814b7cac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/c5e0ad9015365597efa400a38c0b7a8f348b9dfb", - "reference": "c5e0ad9015365597efa400a38c0b7a8f348b9dfb", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/88e68a417eff06dacc834351a66a6b4b814b7cac", + "reference": "88e68a417eff06dacc834351a66a6b4b814b7cac", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-spam-prevention": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.0", - "endurance/wp-module-data": "^1.0", + "bluehost/bluehost-wp-customer-data": "^1.4", + "doctrine/inflector": "1.2.0 as 1.3.1", "ext-iconv": "*", - "wpscholar/github-archive-installer": "^1.1" + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-ecommerce": "0.5.1", + "newfold-labs/wp-module-loader": "^1.0", + "newfold-labs/wp-module-marketplace": "^1.3", + "newfold-labs/wp-module-onboarding": "0.2.4", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0", + "wp-forge/collection": "^1.0", + "wp-forge/helpers": "^1.0", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "bluehost/wp-php-standards": "@stable", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2020-09-10T16:49:48+00:00", + "time": "2022-10-12T16:50:57+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/" + "Bluehost\\": "inc/", + "Newfold\\Plugin\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" + "vendor/bin/phpcbf --standard=phpcs.xml ." ], "i18n": [ "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ @@ -2309,41 +3017,47 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.10.0": { + "2.13.0": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.10.0", - "version_normalized": "2.10.0.0", + "version": "2.13.0", + "version_normalized": "2.13.0.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "035b5659cb0777d8f0da008eecf734d7fe2c52e1" + "reference": "57a954b3b0a91138d36fea4d5539541339e16201" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/035b5659cb0777d8f0da008eecf734d7fe2c52e1", - "reference": "035b5659cb0777d8f0da008eecf734d7fe2c52e1", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/57a954b3b0a91138d36fea4d5539541339e16201", + "reference": "57a954b3b0a91138d36fea4d5539541339e16201", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.0", - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", - "endurance/wp-module-data": "^1.8.2", + "doctrine/inflector": "1.2.0 as 1.3.1", "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.0", + "newfold-labs/wp-module-customer-bluehost": "^1.5.3", + "newfold-labs/wp-module-data": "^2.3.0", + "newfold-labs/wp-module-ecommerce": "0.7.6", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.5.0", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "1.2.2", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2022-04-13T19:17:48+00:00", + "time": "2023-03-29T17:22:28+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { @@ -2382,41 +3096,47 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.10.1": { + "2.13.1": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.10.1", - "version_normalized": "2.10.1.0", + "version": "2.13.1", + "version_normalized": "2.13.1.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "053ab59c5b7e00052e71c834aa0f430847f04de5" + "reference": "bdfe3d6c0be8751f31fef8ecf6b2dafafc07766a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/053ab59c5b7e00052e71c834aa0f430847f04de5", - "reference": "053ab59c5b7e00052e71c834aa0f430847f04de5", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/bdfe3d6c0be8751f31fef8ecf6b2dafafc07766a", + "reference": "bdfe3d6c0be8751f31fef8ecf6b2dafafc07766a", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.0", - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", - "endurance/wp-module-data": "^1.8.2", + "doctrine/inflector": "1.2.0 as 1.3.1", "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.1", + "newfold-labs/wp-module-customer-bluehost": "^1.5.3", + "newfold-labs/wp-module-data": "^2.3.0", + "newfold-labs/wp-module-ecommerce": "0.8.2", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.5.0", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "1.3.0", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2022-06-13T21:46:24+00:00", + "time": "2023-04-12T17:35:04+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { @@ -2455,42 +3175,47 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.11": { + "2.13.2": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.11", - "version_normalized": "2.11.0.0", + "version": "2.13.2", + "version_normalized": "2.13.2.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "c8578469e9aa55dc532d58b535ae4c7abeb26802" + "reference": "10bb685c6c067bdf24c91ef4b9456efed8ea1a16" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/c8578469e9aa55dc532d58b535ae4c7abeb26802", - "reference": "c8578469e9aa55dc532d58b535ae4c7abeb26802", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/10bb685c6c067bdf24c91ef4b9456efed8ea1a16", + "reference": "10bb685c6c067bdf24c91ef4b9456efed8ea1a16", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.0", - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", + "doctrine/inflector": "1.2.0 as 1.3.1", "ext-iconv": "*", - "newfold-labs/wp-module-data": "^2.0", - "newfold-labs/wp-module-loader": "^1.0", - "newfold-labs/wp-module-marketplace": "^1.2.2", - "newfold-labs/wp-module-sso": "^1.0", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.3", + "newfold-labs/wp-module-customer-bluehost": "^1.5.3", + "newfold-labs/wp-module-data": "^2.3.0", + "newfold-labs/wp-module-ecommerce": "0.8.2", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.5.0", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "1.3.0", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2022-07-13T16:14:50+00:00", + "time": "2023-04-19T21:35:30+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { @@ -2529,42 +3254,48 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.11.1": { + "2.13.3": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.11.1", - "version_normalized": "2.11.1.0", + "version": "2.13.3", + "version_normalized": "2.13.3.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "660787e69b15292ab73b71c9e6af4a3aa4119f47" + "reference": "2f8ee06e683cb6e3f8a669812c2b04cc58cc35b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/660787e69b15292ab73b71c9e6af4a3aa4119f47", - "reference": "660787e69b15292ab73b71c9e6af4a3aa4119f47", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/2f8ee06e683cb6e3f8a669812c2b04cc58cc35b5", + "reference": "2f8ee06e683cb6e3f8a669812c2b04cc58cc35b5", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.0", - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", + "doctrine/inflector": "1.2.0 as 1.3.1", "ext-iconv": "*", - "newfold-labs/wp-module-data": "^2.0", - "newfold-labs/wp-module-loader": "^1.0", - "newfold-labs/wp-module-marketplace": "^1.2.2", - "newfold-labs/wp-module-sso": "^1.0", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.3", + "newfold-labs/wp-module-ctb": "^1.0.0", + "newfold-labs/wp-module-customer-bluehost": "^1.5.3", + "newfold-labs/wp-module-data": "^2.3.0", + "newfold-labs/wp-module-ecommerce": "0.8.2", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.5.1", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "1.4.1", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2022-07-14T11:32:56+00:00", + "time": "2023-04-26T18:06:01+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { @@ -2603,42 +3334,48 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.11.2": { + "2.13.4": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.11.2", - "version_normalized": "2.11.2.0", + "version": "2.13.4", + "version_normalized": "2.13.4.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "deec3e442c9c18b1c042df297ea521642f462411" + "reference": "0e30931a88e34aa31285a38d6f3b52ef127dcdfa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/deec3e442c9c18b1c042df297ea521642f462411", - "reference": "deec3e442c9c18b1c042df297ea521642f462411", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/0e30931a88e34aa31285a38d6f3b52ef127dcdfa", + "reference": "0e30931a88e34aa31285a38d6f3b52ef127dcdfa", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.0", - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", + "doctrine/inflector": "1.2.0 as 1.3.1", "ext-iconv": "*", - "newfold-labs/wp-module-data": "^2.0", - "newfold-labs/wp-module-loader": "^1.0", - "newfold-labs/wp-module-marketplace": "^1.2.2", - "newfold-labs/wp-module-sso": "^1.0", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.3", + "newfold-labs/wp-module-ctb": "^1.0.0", + "newfold-labs/wp-module-customer-bluehost": "^1.5.3", + "newfold-labs/wp-module-data": "^2.3.1", + "newfold-labs/wp-module-ecommerce": "0.8.3", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.5.1", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "1.5.0", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2022-07-15T00:54:08+00:00", + "time": "2023-05-04T19:35:11+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { @@ -2677,42 +3414,49 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.11.3": { + "2.13.5": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.11.3", - "version_normalized": "2.11.3.0", + "version": "2.13.5", + "version_normalized": "2.13.5.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "f7a3ce42e08f6107e38d781064e9f6b5c3b4b581" + "reference": "ec216638937649731f7c4623ca800af2806212be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/f7a3ce42e08f6107e38d781064e9f6b5c3b4b581", - "reference": "f7a3ce42e08f6107e38d781064e9f6b5c3b4b581", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/ec216638937649731f7c4623ca800af2806212be", + "reference": "ec216638937649731f7c4623ca800af2806212be", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.0", - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", + "doctrine/inflector": "1.2.0 as 1.3.1", "ext-iconv": "*", - "newfold-labs/wp-module-data": "^2.0", - "newfold-labs/wp-module-loader": "^1.0", - "newfold-labs/wp-module-marketplace": "^1.2.2", - "newfold-labs/wp-module-sso": "^1.0", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.3", + "newfold-labs/wp-module-ctb": "^1.0.0", + "newfold-labs/wp-module-customer-bluehost": "^1.5.3", + "newfold-labs/wp-module-data": "^2.3", + "newfold-labs/wp-module-ecommerce": "0.8.3", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.5.1", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "1.6.0", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2022-07-15T13:55:19+00:00", + "time": "2023-05-10T18:08:33+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { @@ -2751,42 +3495,49 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.11.4": { + "2.13.6": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.11.4", - "version_normalized": "2.11.4.0", + "version": "2.13.6", + "version_normalized": "2.13.6.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "a27336f0f7534e409f8298a514908d29ca7f3b03" + "reference": "de4d2fc066f7238185aeac2d1bfdc88c47f70269" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/a27336f0f7534e409f8298a514908d29ca7f3b03", - "reference": "a27336f0f7534e409f8298a514908d29ca7f3b03", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/de4d2fc066f7238185aeac2d1bfdc88c47f70269", + "reference": "de4d2fc066f7238185aeac2d1bfdc88c47f70269", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.0", - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", + "doctrine/inflector": "1.2.0 as 1.3.1", "ext-iconv": "*", - "newfold-labs/wp-module-data": "^2.0", - "newfold-labs/wp-module-loader": "^1.0", - "newfold-labs/wp-module-marketplace": "^1.2.2", - "newfold-labs/wp-module-sso": "^1.0", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" - }, - "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.3", + "newfold-labs/wp-module-ctb": "^1.0.0", + "newfold-labs/wp-module-customer-bluehost": "^1.5.3", + "newfold-labs/wp-module-data": "^2.3", + "newfold-labs/wp-module-ecommerce": "0.8.3", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.5.1", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "1.6.0", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" }, - "time": "2022-07-15T19:07:02+00:00", + "require-dev": { + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" + }, + "time": "2023-05-15T20:28:12+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { @@ -2825,42 +3576,49 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.11.5": { + "2.13.7": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.11.5", - "version_normalized": "2.11.5.0", + "version": "2.13.7", + "version_normalized": "2.13.7.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "7fbc95e7f15709e9aa171070547621daa83a078c" + "reference": "561287220e5705a1565ba7f381da10d2dca93615" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/7fbc95e7f15709e9aa171070547621daa83a078c", - "reference": "7fbc95e7f15709e9aa171070547621daa83a078c", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/561287220e5705a1565ba7f381da10d2dca93615", + "reference": "561287220e5705a1565ba7f381da10d2dca93615", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.0", - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", + "doctrine/inflector": "1.2.0 as 1.3.1", "ext-iconv": "*", - "newfold-labs/wp-module-data": "^2.0", - "newfold-labs/wp-module-loader": "^1.0", - "newfold-labs/wp-module-marketplace": "^1.2.2", - "newfold-labs/wp-module-sso": "^1.0", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.3", + "newfold-labs/wp-module-ctb": "^1.0.0", + "newfold-labs/wp-module-customer-bluehost": "^1.5.3", + "newfold-labs/wp-module-data": "^2.3", + "newfold-labs/wp-module-ecommerce": "0.9.0", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.5.1", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "1.7.0", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2022-07-21T22:26:23+00:00", + "time": "2023-05-25T15:17:49+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { @@ -2899,42 +3657,49 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.11.6": { + "2.13.8": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.11.6", - "version_normalized": "2.11.6.0", + "version": "2.13.8", + "version_normalized": "2.13.8.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "be01f6b8865a2bc15f205ca7fb02a2c806da2e7c" + "reference": "742df61f657fc586c00b4c4eee8f21a09e29efae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/be01f6b8865a2bc15f205ca7fb02a2c806da2e7c", - "reference": "be01f6b8865a2bc15f205ca7fb02a2c806da2e7c", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/742df61f657fc586c00b4c4eee8f21a09e29efae", + "reference": "742df61f657fc586c00b4c4eee8f21a09e29efae", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.3", - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", + "doctrine/inflector": "1.2.0 as 1.3.1", "ext-iconv": "*", - "newfold-labs/wp-module-data": "^2.0", - "newfold-labs/wp-module-loader": "^1.0", - "newfold-labs/wp-module-marketplace": "^1.2.2", - "newfold-labs/wp-module-sso": "^1.0", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.3", + "newfold-labs/wp-module-ctb": "^1.0.0", + "newfold-labs/wp-module-customer-bluehost": "^1.5.3", + "newfold-labs/wp-module-data": "^2.3", + "newfold-labs/wp-module-ecommerce": "0.9.1", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.5.1", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "1.7.0", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2022-07-27T16:39:26+00:00", + "time": "2023-05-26T18:59:17+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { @@ -2973,58 +3738,53 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.11.7": { + "2.2": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.11.7", - "version_normalized": "2.11.7.0", + "version": "2.2", + "version_normalized": "2.2.0.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "0a11ccd165b88b066e078765e3e7993e050c322a" + "reference": "71fa8d5fd68058c86331de06bc40515bc92c58f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/0a11ccd165b88b066e078765e3e7993e050c322a", - "reference": "0a11ccd165b88b066e078765e3e7993e050c322a", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/71fa8d5fd68058c86331de06bc40515bc92c58f1", + "reference": "71fa8d5fd68058c86331de06bc40515bc92c58f1", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.3.1", "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-spam-prevention": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.0", + "endurance/wp-module-data": "^1.0", "ext-iconv": "*", - "newfold-labs/wp-module-data": "^2.0", - "newfold-labs/wp-module-loader": "^1.0", - "newfold-labs/wp-module-marketplace": "^1.2.2", - "newfold-labs/wp-module-sso": "^1.0", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "wpscholar/github-archive-installer": "^1.1" }, "require-dev": { "bluehost/wp-php-standards": "^1.1", "wp-cli/i18n-command": "^2.2", "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2022-07-27T20:32:40+00:00", + "time": "2020-09-15T17:22:41+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "i18n": [ "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -3047,58 +3807,53 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.11.8": { + "2.2.1": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.11.8", - "version_normalized": "2.11.8.0", + "version": "2.2.1", + "version_normalized": "2.2.1.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "c6f2f02a82ecfd87cfac49853b6d43f6a876a93b" + "reference": "3b2f94b4daa38a8b9d372964d55a1b95d7b2dc1e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/c6f2f02a82ecfd87cfac49853b6d43f6a876a93b", - "reference": "c6f2f02a82ecfd87cfac49853b6d43f6a876a93b", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/3b2f94b4daa38a8b9d372964d55a1b95d7b2dc1e", + "reference": "3b2f94b4daa38a8b9d372964d55a1b95d7b2dc1e", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.4", "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-spam-prevention": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.0", + "endurance/wp-module-data": "^1.0", "ext-iconv": "*", - "newfold-labs/wp-module-data": "^2.0", - "newfold-labs/wp-module-loader": "^1.0", - "newfold-labs/wp-module-marketplace": "^1.2.2", - "newfold-labs/wp-module-sso": "^1.0", - "wp-forge/helpers": "^1.0", - "wp-forge/wp-update-handler": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "wpscholar/github-archive-installer": "^1.1" }, "require-dev": { - "bluehost/wp-php-standards": "@stable", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2022-08-08T15:37:39+00:00", + "time": "2020-09-21T21:59:17+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "i18n": [ "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -3121,58 +3876,53 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.11.9": { + "2.2.2": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.11.9", - "version_normalized": "2.11.9.0", + "version": "2.2.2", + "version_normalized": "2.2.2.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "5d9fc1bc89e296b6bfbe96a8d35115af16c4a53e" + "reference": "d8301dd68db51050733de2b3c6ba00654aaf898d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/5d9fc1bc89e296b6bfbe96a8d35115af16c4a53e", - "reference": "5d9fc1bc89e296b6bfbe96a8d35115af16c4a53e", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/d8301dd68db51050733de2b3c6ba00654aaf898d", + "reference": "d8301dd68db51050733de2b3c6ba00654aaf898d", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.4", "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-spam-prevention": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.0", + "endurance/wp-module-data": "^1.0", "ext-iconv": "*", - "newfold-labs/wp-module-data": "^2.0", - "newfold-labs/wp-module-loader": "^1.0", - "newfold-labs/wp-module-marketplace": "^1.3", - "newfold-labs/wp-module-sso": "^1.0", - "wp-forge/helpers": "^1.0", - "wp-forge/wp-update-handler": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "wpscholar/github-archive-installer": "^1.1" }, "require-dev": { - "bluehost/wp-php-standards": "@stable", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2022-08-12T19:58:04+00:00", + "time": "2020-10-06T20:27:56+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "i18n": [ "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -3195,60 +3945,53 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.0": { + "2.2.3": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.0", - "version_normalized": "2.12.0.0", + "version": "2.2.3", + "version_normalized": "2.2.3.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "c6e29b9050f6131bec70e1a67dd72556aa94e30a" + "reference": "7e39e1382721013d69f8bbd35d53bab946bd1289" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/c6e29b9050f6131bec70e1a67dd72556aa94e30a", - "reference": "c6e29b9050f6131bec70e1a67dd72556aa94e30a", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/7e39e1382721013d69f8bbd35d53bab946bd1289", + "reference": "7e39e1382721013d69f8bbd35d53bab946bd1289", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.4", "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-spam-prevention": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.0", + "endurance/wp-module-data": "^1.0", "ext-iconv": "*", - "newfold-labs/wp-module-data": "^2.0", - "newfold-labs/wp-module-ecommerce": "0.4.3", - "newfold-labs/wp-module-loader": "^1.0", - "newfold-labs/wp-module-marketplace": "^1.3", - "newfold-labs/wp-module-onboarding": "^0.0.6", - "newfold-labs/wp-module-sso": "^1.0", - "wp-forge/helpers": "^1.0", - "wp-forge/wp-update-handler": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "wpscholar/github-archive-installer": "^1.1" }, "require-dev": { - "bluehost/wp-php-standards": "@stable", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2022-08-18T00:10:12+00:00", + "time": "2020-10-08T18:38:12+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "i18n": [ "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -3271,60 +4014,53 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.1": { + "2.3": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.1", - "version_normalized": "2.12.1.0", + "version": "2.3", + "version_normalized": "2.3.0.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "c705ed69ba52e8e0f7f41f1cdab0dd2092e8a7c6" + "reference": "ac6808c4cb4714dbe8a91473b75ab0874125bc52" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/c705ed69ba52e8e0f7f41f1cdab0dd2092e8a7c6", - "reference": "c705ed69ba52e8e0f7f41f1cdab0dd2092e8a7c6", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/ac6808c4cb4714dbe8a91473b75ab0874125bc52", + "reference": "ac6808c4cb4714dbe8a91473b75ab0874125bc52", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.4", "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-spam-prevention": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.0", + "endurance/wp-module-data": "^1.0", "ext-iconv": "*", - "newfold-labs/wp-module-data": "^2.0", - "newfold-labs/wp-module-ecommerce": "0.4.3", - "newfold-labs/wp-module-loader": "^1.0", - "newfold-labs/wp-module-marketplace": "^1.3", - "newfold-labs/wp-module-onboarding": "~0.0", - "newfold-labs/wp-module-sso": "^1.0", - "wp-forge/helpers": "^1.0", - "wp-forge/wp-update-handler": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "wpscholar/github-archive-installer": "^1.1" }, "require-dev": { - "bluehost/wp-php-standards": "@stable", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2022-08-18T18:56:54+00:00", + "time": "2020-10-13T15:45:16+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "i18n": [ "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -3347,61 +4083,52 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.10": { + "2.3.1": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.10", - "version_normalized": "2.12.10.0", + "version": "2.3.1", + "version_normalized": "2.3.1.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "670a9f96564ca36f1167f564e73a415dc2821bc2" + "reference": "66dd37d611e56fe0f39288ed5906a66c361bf965" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/670a9f96564ca36f1167f564e73a415dc2821bc2", - "reference": "670a9f96564ca36f1167f564e73a415dc2821bc2", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/66dd37d611e56fe0f39288ed5906a66c361bf965", + "reference": "66dd37d611e56fe0f39288ed5906a66c361bf965", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.4.6", - "doctrine/inflector": "1.2.0 as 1.3.1", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.0", + "endurance/wp-module-data": "^1.0", "ext-iconv": "*", - "newfold-labs/wp-module-business-reviews": "^1.1", - "newfold-labs/wp-module-data": "^2.2.2", - "newfold-labs/wp-module-ecommerce": "0.5.2", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.4.2", - "newfold-labs/wp-module-onboarding": "0.2.5", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.3", - "wp-forge/collection": "^1.0.2", - "wp-forge/helpers": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0.1", - "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2.2" + "wpscholar/github-archive-installer": "^1.1" }, "require-dev": { - "bluehost/wp-php-standards": "@stable", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2022-10-26T18:05:39+00:00", + "time": "2020-10-26T17:24:44+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "i18n": [ "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -3424,63 +4151,51 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.11": { + "2.3.2": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.11", - "version_normalized": "2.12.11.0", + "version": "2.3.2", + "version_normalized": "2.3.2.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "69a8cd7d13b4f8a0725b66ca86c9fb05e1112e77" + "reference": "20297bff5b3467c8b482d3cc940ea643f0286d8f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/69a8cd7d13b4f8a0725b66ca86c9fb05e1112e77", - "reference": "69a8cd7d13b4f8a0725b66ca86c9fb05e1112e77", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/20297bff5b3467c8b482d3cc940ea643f0286d8f", + "reference": "20297bff5b3467c8b482d3cc940ea643f0286d8f", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.4.6", - "doctrine/inflector": "1.2.0 as 1.3.1", - "ext-iconv": "*", - "newfold-labs/wp-module-business-reviews": "^1.1", - "newfold-labs/wp-module-coming-soon": "^1.0", - "newfold-labs/wp-module-data": "^2.2.2", - "newfold-labs/wp-module-ecommerce": "0.5.3", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.4.6", - "newfold-labs/wp-module-notifications": "^1.1", - "newfold-labs/wp-module-onboarding": "0.2.6", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.3", - "wp-forge/collection": "^1.0.2", - "wp-forge/helpers": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0.1", - "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2.2" + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.0", + "endurance/wp-module-data": "^1.0", + "ext-iconv": "*" }, "require-dev": { - "bluehost/wp-php-standards": "@stable", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2022-11-09T20:08:21+00:00", + "time": "2020-11-03T21:46:05+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "i18n": [ "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -3503,63 +4218,51 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.12": { + "2.3.3": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.12", - "version_normalized": "2.12.12.0", + "version": "2.3.3", + "version_normalized": "2.3.3.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "29fbedc09c1529997d4d6a72ebfda4dd96f9eb4d" + "reference": "7b81116075fc53f470fcef115c256720063e8799" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/29fbedc09c1529997d4d6a72ebfda4dd96f9eb4d", - "reference": "29fbedc09c1529997d4d6a72ebfda4dd96f9eb4d", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/7b81116075fc53f470fcef115c256720063e8799", + "reference": "7b81116075fc53f470fcef115c256720063e8799", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.4.6", - "doctrine/inflector": "1.2.0 as 1.3.1", - "ext-iconv": "*", - "newfold-labs/wp-module-business-reviews": "^1.1", - "newfold-labs/wp-module-coming-soon": "^1.0", - "newfold-labs/wp-module-data": "^2.2.2", - "newfold-labs/wp-module-ecommerce": "0.5.3", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.4.6", - "newfold-labs/wp-module-notifications": "^1.1", - "newfold-labs/wp-module-onboarding": "0.2.6", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.3", - "wp-forge/collection": "^1.0.2", - "wp-forge/helpers": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0.1", - "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2.2" + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.0", + "endurance/wp-module-data": "^1.0", + "ext-iconv": "*" }, "require-dev": { - "bluehost/wp-php-standards": "@stable", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2022-11-18T22:25:32+00:00", + "time": "2020-11-04T15:38:45+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "i18n": [ "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -3582,63 +4285,54 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.13": { + "2.4": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.13", - "version_normalized": "2.12.13.0", + "version": "2.4", + "version_normalized": "2.4.0.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "c7fc7123ec8e91ee271e3df78871c2bf634a4a4f" + "reference": "cb58dd21ca8b1c9757b242b7d89f5afaf00dd16d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/c7fc7123ec8e91ee271e3df78871c2bf634a4a4f", - "reference": "c7fc7123ec8e91ee271e3df78871c2bf634a4a4f", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/cb58dd21ca8b1c9757b242b7d89f5afaf00dd16d", + "reference": "cb58dd21ca8b1c9757b242b7d89f5afaf00dd16d", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.4.6", - "doctrine/inflector": "1.2.0 as 1.3.1", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.0", + "endurance/wp-module-data": "^1.0", "ext-iconv": "*", - "newfold-labs/wp-module-business-reviews": "^1.1", - "newfold-labs/wp-module-coming-soon": "^1.0", - "newfold-labs/wp-module-data": "^2.2.2", - "newfold-labs/wp-module-ecommerce": "0.5.3", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.4.6", - "newfold-labs/wp-module-notifications": "^1.1", - "newfold-labs/wp-module-onboarding": "0.2.6", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.3", - "wp-forge/collection": "^1.0.2", - "wp-forge/helpers": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0.1", - "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2.2" + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "@stable", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2022-11-21T16:33:53+00:00", + "time": "2020-11-17T19:37:07+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=phpcs.xml" ], "i18n": [ "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." + "vendor/bin/phpcs . --standard=phpcs.xml -s" ] }, "license": [ @@ -3661,63 +4355,54 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.14": { + "2.5.0": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.14", - "version_normalized": "2.12.14.0", + "version": "2.5.0", + "version_normalized": "2.5.0.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "79d0e1bc85f0bfb89822c96a6d398b1ae1c91612" + "reference": "dfe0f12c97d08bfe3b7efa34c091781cb86aaf65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/79d0e1bc85f0bfb89822c96a6d398b1ae1c91612", - "reference": "79d0e1bc85f0bfb89822c96a6d398b1ae1c91612", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/dfe0f12c97d08bfe3b7efa34c091781cb86aaf65", + "reference": "dfe0f12c97d08bfe3b7efa34c091781cb86aaf65", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.4.6", - "doctrine/inflector": "1.2.0 as 1.3.1", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.0", + "endurance/wp-module-data": "^1.0", "ext-iconv": "*", - "newfold-labs/wp-module-business-reviews": "^1.1", - "newfold-labs/wp-module-coming-soon": "^1.0", - "newfold-labs/wp-module-data": "^2.2.2", - "newfold-labs/wp-module-ecommerce": "0.6.0", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.4.6", - "newfold-labs/wp-module-notifications": "^1.1", - "newfold-labs/wp-module-onboarding": "0.2.7", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.3", - "wp-forge/collection": "^1.0.2", - "wp-forge/helpers": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0.1", - "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2.2" + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "@stable", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2022-12-07T20:58:02+00:00", + "time": "2020-12-18T16:22:02+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=phpcs.xml" ], "i18n": [ "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." + "vendor/bin/phpcs . --standard=phpcs.xml -s" ] }, "license": [ @@ -3740,63 +4425,54 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.15": { + "2.5.1": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.15", - "version_normalized": "2.12.15.0", + "version": "2.5.1", + "version_normalized": "2.5.1.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "13c4bc9a40a26c9d45f484c3da850fbf033c4b4c" + "reference": "5e49e5ce4cd2c6d6009105b5a10fe5d2a8129d85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/13c4bc9a40a26c9d45f484c3da850fbf033c4b4c", - "reference": "13c4bc9a40a26c9d45f484c3da850fbf033c4b4c", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/5e49e5ce4cd2c6d6009105b5a10fe5d2a8129d85", + "reference": "5e49e5ce4cd2c6d6009105b5a10fe5d2a8129d85", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.4.6", - "doctrine/inflector": "1.2.0 as 1.3.1", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.0", + "endurance/wp-module-data": "^1.0", "ext-iconv": "*", - "newfold-labs/wp-module-business-reviews": "^1.1", - "newfold-labs/wp-module-coming-soon": "^1.0", - "newfold-labs/wp-module-data": "^2.2.2", - "newfold-labs/wp-module-ecommerce": "0.6.0", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.4.6", - "newfold-labs/wp-module-notifications": "^1.1", - "newfold-labs/wp-module-onboarding": "0.2.7", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.3", - "wp-forge/collection": "^1.0.2", - "wp-forge/helpers": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0.1", - "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2.2" + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "@stable", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2022-12-14T19:23:38+00:00", + "time": "2021-01-05T21:06:04+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=phpcs.xml" ], "i18n": [ "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." + "vendor/bin/phpcs . --standard=phpcs.xml -s" ] }, "license": [ @@ -3819,63 +4495,54 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.16": { + "2.5.2": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.16", - "version_normalized": "2.12.16.0", + "version": "2.5.2", + "version_normalized": "2.5.2.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "c106d729372616cdc3f11a10b56208c04c8145e0" + "reference": "01fe4a045dfefacbd4a4125196a768ea07860287" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/c106d729372616cdc3f11a10b56208c04c8145e0", - "reference": "c106d729372616cdc3f11a10b56208c04c8145e0", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/01fe4a045dfefacbd4a4125196a768ea07860287", + "reference": "01fe4a045dfefacbd4a4125196a768ea07860287", "shasum": "" }, "require": { - "doctrine/inflector": "1.2.0 as 1.3.1", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.0", + "endurance/wp-module-data": "^1.0", "ext-iconv": "*", - "newfold-labs/wp-module-business-reviews": "^1.1", - "newfold-labs/wp-module-coming-soon": "^1.0", - "newfold-labs/wp-module-customer-bluehost": "^1.5.2", - "newfold-labs/wp-module-data": "^2.2", - "newfold-labs/wp-module-ecommerce": "0.6.2", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.4.7", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "1.0.3", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.3", - "wp-forge/collection": "^1.0.2", - "wp-forge/helpers": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0.1", - "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2.2" + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2023-01-11T16:56:52+00:00", + "time": "2021-01-05T22:10:08+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=phpcs.xml" ], "i18n": [ "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." + "vendor/bin/phpcs . --standard=phpcs.xml -s" ] }, "license": [ @@ -3898,63 +4565,54 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.17": { + "2.5.3": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.17", - "version_normalized": "2.12.17.0", + "version": "2.5.3", + "version_normalized": "2.5.3.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "084d0f5df1afdac8d9dd5c757eeb8db85ac86c84" + "reference": "dd6f351ab0fa62020ef00fa101052660e078c650" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/084d0f5df1afdac8d9dd5c757eeb8db85ac86c84", - "reference": "084d0f5df1afdac8d9dd5c757eeb8db85ac86c84", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/dd6f351ab0fa62020ef00fa101052660e078c650", + "reference": "dd6f351ab0fa62020ef00fa101052660e078c650", "shasum": "" }, "require": { - "doctrine/inflector": "1.2.0 as 1.3.1", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.0", + "endurance/wp-module-data": "^1.0", "ext-iconv": "*", - "newfold-labs/wp-module-business-reviews": "^1.1", - "newfold-labs/wp-module-coming-soon": "^1.0", - "newfold-labs/wp-module-customer-bluehost": "^1.5.2", - "newfold-labs/wp-module-data": "^2.2", - "newfold-labs/wp-module-ecommerce": "0.6.2", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.4.7", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "1.0.4", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.3", - "wp-forge/collection": "^1.0.2", - "wp-forge/helpers": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0.1", - "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2.2" + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2023-01-17T18:11:03+00:00", + "time": "2021-01-11T20:49:30+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=phpcs.xml" ], "i18n": [ "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." + "vendor/bin/phpcs . --standard=phpcs.xml -s" ] }, "license": [ @@ -3977,52 +4635,43 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.18": { + "2.5.4": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.18", - "version_normalized": "2.12.18.0", + "version": "2.5.4", + "version_normalized": "2.5.4.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "9e9982717c605efda8623830aa8d1a4957b249a4" + "reference": "76541e504ebc38df71ea3a7df71dbd9a905e97b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/9e9982717c605efda8623830aa8d1a4957b249a4", - "reference": "9e9982717c605efda8623830aa8d1a4957b249a4", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/76541e504ebc38df71ea3a7df71dbd9a905e97b4", + "reference": "76541e504ebc38df71ea3a7df71dbd9a905e97b4", "shasum": "" }, "require": { - "doctrine/inflector": "1.2.0 as 1.3.1", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.0", + "endurance/wp-module-data": "^1.0", "ext-iconv": "*", - "newfold-labs/wp-module-business-reviews": "^1.1", - "newfold-labs/wp-module-coming-soon": "^1.0", - "newfold-labs/wp-module-customer-bluehost": "^1.5.3", - "newfold-labs/wp-module-data": "^2.2.5", - "newfold-labs/wp-module-ecommerce": "0.6.4", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.4.9", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "1.0.4", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.3", - "wp-forge/collection": "^1.0.2", - "wp-forge/helpers": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0.1", - "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2.2" + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2023-02-01T19:57:48+00:00", + "time": "2021-01-27T22:42:09+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { @@ -4056,52 +4705,43 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.19": { + "2.5.5": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.19", - "version_normalized": "2.12.19.0", + "version": "2.5.5", + "version_normalized": "2.5.5.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "3db6a03b7dd54de7bab2db6b6a9ababf6714765d" + "reference": "3f160d9507b7c60f2ea714c0155460eb59fc0de3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/3db6a03b7dd54de7bab2db6b6a9ababf6714765d", - "reference": "3db6a03b7dd54de7bab2db6b6a9ababf6714765d", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/3f160d9507b7c60f2ea714c0155460eb59fc0de3", + "reference": "3f160d9507b7c60f2ea714c0155460eb59fc0de3", "shasum": "" }, "require": { - "doctrine/inflector": "1.2.0 as 1.3.1", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.0", + "endurance/wp-module-data": "^1.0", "ext-iconv": "*", - "newfold-labs/wp-module-business-reviews": "^1.1", - "newfold-labs/wp-module-coming-soon": "^1.0", - "newfold-labs/wp-module-customer-bluehost": "^1.5.3", - "newfold-labs/wp-module-data": "^2.2.5", - "newfold-labs/wp-module-ecommerce": "0.6.4", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.4.11", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "1.0.4", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.3", - "wp-forge/collection": "^1.0.2", - "wp-forge/helpers": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0.1", - "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2.2" + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2023-02-09T16:59:06+00:00", + "time": "2021-03-04T16:22:55+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { @@ -4135,49 +4775,43 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.2": { + "2.5.6": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.2", - "version_normalized": "2.12.2.0", + "version": "2.5.6", + "version_normalized": "2.5.6.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "4981c344bd4fb1e0988cc06c94a0eda13a813a16" + "reference": "aeeb96821fbfa210edfaec3be5882655bbdfeb53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/4981c344bd4fb1e0988cc06c94a0eda13a813a16", - "reference": "4981c344bd4fb1e0988cc06c94a0eda13a813a16", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/aeeb96821fbfa210edfaec3be5882655bbdfeb53", + "reference": "aeeb96821fbfa210edfaec3be5882655bbdfeb53", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.4", "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.0", + "endurance/wp-module-data": "^1.0", "ext-iconv": "*", - "newfold-labs/wp-module-data": "^2.0", - "newfold-labs/wp-module-ecommerce": "0.4.3", - "newfold-labs/wp-module-loader": "^1.0", - "newfold-labs/wp-module-marketplace": "^1.3", - "newfold-labs/wp-module-onboarding": "~0.0", - "newfold-labs/wp-module-sso": "^1.0", "wp-forge/helpers": "^1.0", - "wp-forge/wp-update-handler": "^1.0", "wpscholar/collection": "^1.0", "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "@stable", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2022-08-19T02:28:43+00:00", + "time": "2021-03-24T19:33:31+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { @@ -4211,52 +4845,43 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.20": { + "2.5.7": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.20", - "version_normalized": "2.12.20.0", + "version": "2.5.7", + "version_normalized": "2.5.7.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "3d727ed600577b455d74970883d51cc6bfbc549d" + "reference": "c842ce4925f567eab754154d0a2d52483dd79534" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/3d727ed600577b455d74970883d51cc6bfbc549d", - "reference": "3d727ed600577b455d74970883d51cc6bfbc549d", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/c842ce4925f567eab754154d0a2d52483dd79534", + "reference": "c842ce4925f567eab754154d0a2d52483dd79534", "shasum": "" }, "require": { - "doctrine/inflector": "1.2.0 as 1.3.1", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.0", + "endurance/wp-module-data": "^1.0", "ext-iconv": "*", - "newfold-labs/wp-module-business-reviews": "^1.1", - "newfold-labs/wp-module-coming-soon": "^1.0", - "newfold-labs/wp-module-customer-bluehost": "^1.5.3", - "newfold-labs/wp-module-data": "^2.2.5", - "newfold-labs/wp-module-ecommerce": "0.6.4", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.4.11", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "1.1.0", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.3", - "wp-forge/collection": "^1.0.2", - "wp-forge/helpers": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0.1", - "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2.2" + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2023-02-15T15:48:30+00:00", + "time": "2021-03-30T16:04:45+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { @@ -4290,52 +4915,43 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.21": { + "2.6.0": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.21", - "version_normalized": "2.12.21.0", + "version": "2.6.0", + "version_normalized": "2.6.0.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "db33525bdc70736b83029e71e7ee4b33dc05971f" + "reference": "4fb5b0c25e6b8dcd59303f6cb01033e1a3dd6cb5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/db33525bdc70736b83029e71e7ee4b33dc05971f", - "reference": "db33525bdc70736b83029e71e7ee4b33dc05971f", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/4fb5b0c25e6b8dcd59303f6cb01033e1a3dd6cb5", + "reference": "4fb5b0c25e6b8dcd59303f6cb01033e1a3dd6cb5", "shasum": "" }, "require": { - "doctrine/inflector": "1.2.0 as 1.3.1", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "endurance/wp-module-data": "^1.0", "ext-iconv": "*", - "newfold-labs/wp-module-business-reviews": "^1.1", - "newfold-labs/wp-module-coming-soon": "^1.0", - "newfold-labs/wp-module-customer-bluehost": "^1.5.3", - "newfold-labs/wp-module-data": "^2.3.0", - "newfold-labs/wp-module-ecommerce": "0.7.2", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.5.0", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "1.2.0", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.3", - "wp-forge/collection": "^1.0.2", - "wp-forge/helpers": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0.1", - "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2.2" + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2023-03-15T15:37:40+00:00", + "time": "2021-04-19T20:17:19+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { @@ -4369,49 +4985,43 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.3": { + "2.6.1": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.3", - "version_normalized": "2.12.3.0", + "version": "2.6.1", + "version_normalized": "2.6.1.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "a2f0678fa118c05c2d7933d14dbb5e19fbc07a6c" + "reference": "5cb0428d361237f62898a19e50833fb0e760b4b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/a2f0678fa118c05c2d7933d14dbb5e19fbc07a6c", - "reference": "a2f0678fa118c05c2d7933d14dbb5e19fbc07a6c", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/5cb0428d361237f62898a19e50833fb0e760b4b3", + "reference": "5cb0428d361237f62898a19e50833fb0e760b4b3", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.4", "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", - "ext-iconv": "*", - "newfold-labs/wp-module-data": "^2.0", - "newfold-labs/wp-module-ecommerce": "0.4.3", - "newfold-labs/wp-module-loader": "^1.0", - "newfold-labs/wp-module-marketplace": "^1.3", - "newfold-labs/wp-module-onboarding": "~0.0", - "newfold-labs/wp-module-sso": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "endurance/wp-module-data": "^1.0", + "ext-iconv": "*", "wp-forge/helpers": "^1.0", - "wp-forge/wp-update-handler": "^1.0", "wpscholar/collection": "^1.0", "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "@stable", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2022-08-23T15:45:41+00:00", + "time": "2021-04-26T16:42:11+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { @@ -4445,49 +5055,43 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.4": { + "2.6.2": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.4", - "version_normalized": "2.12.4.0", + "version": "2.6.2", + "version_normalized": "2.6.2.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "d98db6e5b550be335396be7fed6c5b77d77ac887" + "reference": "a1fe3d3b15d8c929439e960dd2e41e961c1d7375" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/d98db6e5b550be335396be7fed6c5b77d77ac887", - "reference": "d98db6e5b550be335396be7fed6c5b77d77ac887", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/a1fe3d3b15d8c929439e960dd2e41e961c1d7375", + "reference": "a1fe3d3b15d8c929439e960dd2e41e961c1d7375", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.4", "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "endurance/wp-module-data": "^1.0", "ext-iconv": "*", - "newfold-labs/wp-module-data": "^2.0", - "newfold-labs/wp-module-ecommerce": "0.4.3", - "newfold-labs/wp-module-loader": "^1.0", - "newfold-labs/wp-module-marketplace": "^1.3", - "newfold-labs/wp-module-onboarding": "~0.0", - "newfold-labs/wp-module-sso": "^1.0", "wp-forge/helpers": "^1.0", - "wp-forge/wp-update-handler": "^1.0", "wpscholar/collection": "^1.0", "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "@stable", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2022-08-25T18:49:02+00:00", + "time": "2021-04-29T22:11:38+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { @@ -4521,50 +5125,43 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.5": { + "2.7.0": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.5", - "version_normalized": "2.12.5.0", + "version": "2.7.0", + "version_normalized": "2.7.0.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "25b2e33b585de7a455142b9added8f809f2c6b07" + "reference": "f1302476e145140fa066e8b26287f508330c1c99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/25b2e33b585de7a455142b9added8f809f2c6b07", - "reference": "25b2e33b585de7a455142b9added8f809f2c6b07", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/f1302476e145140fa066e8b26287f508330c1c99", + "reference": "f1302476e145140fa066e8b26287f508330c1c99", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.4", "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", - "doctrine/inflector": "1.2.0 as 1.3.1", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "endurance/wp-module-data": "^1.0", "ext-iconv": "*", - "newfold-labs/wp-module-data": "^2.0", - "newfold-labs/wp-module-ecommerce": "0.4.7", - "newfold-labs/wp-module-loader": "^1.0", - "newfold-labs/wp-module-marketplace": "^1.3", - "newfold-labs/wp-module-onboarding": "0.0.10", - "newfold-labs/wp-module-sso": "^1.0", - "wp-forge/collection": "^1.0", "wp-forge/helpers": "^1.0", - "wp-forge/wp-update-handler": "^1.0", + "wpscholar/collection": "^1.0", "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "@stable", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2022-08-31T19:06:54+00:00", + "time": "2021-05-24T20:31:15+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { @@ -4598,49 +5195,43 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.5-beta.1": { + "2.7.1": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.5-beta.1", - "version_normalized": "2.12.5.0-beta1", + "version": "2.7.1", + "version_normalized": "2.7.1.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "d98db6e5b550be335396be7fed6c5b77d77ac887" + "reference": "31944160b3d8c35f1d52063858363431a8599f18" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/d98db6e5b550be335396be7fed6c5b77d77ac887", - "reference": "d98db6e5b550be335396be7fed6c5b77d77ac887", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/31944160b3d8c35f1d52063858363431a8599f18", + "reference": "31944160b3d8c35f1d52063858363431a8599f18", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.4", "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "endurance/wp-module-data": "^1.0", "ext-iconv": "*", - "newfold-labs/wp-module-data": "^2.0", - "newfold-labs/wp-module-ecommerce": "0.4.3", - "newfold-labs/wp-module-loader": "^1.0", - "newfold-labs/wp-module-marketplace": "^1.3", - "newfold-labs/wp-module-onboarding": "~0.0", - "newfold-labs/wp-module-sso": "^1.0", "wp-forge/helpers": "^1.0", - "wp-forge/wp-update-handler": "^1.0", "wpscholar/collection": "^1.0", "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "@stable", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2022-08-25T18:49:02+00:00", + "time": "2021-06-07T17:17:08+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" + "Bluehost\\": "inc/" } }, "scripts": { @@ -4674,45 +5265,39 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.6": { + "2.8.0": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.6", - "version_normalized": "2.12.6.0", + "version": "2.8.0", + "version_normalized": "2.8.0.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "1dd1685dfbc655003b9305eb9cbefd9d2b5e76cb" + "reference": "3f6016eaf55e56c7841f1cb71de78133c809e8d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/1dd1685dfbc655003b9305eb9cbefd9d2b5e76cb", - "reference": "1dd1685dfbc655003b9305eb9cbefd9d2b5e76cb", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/3f6016eaf55e56c7841f1cb71de78133c809e8d2", + "reference": "3f6016eaf55e56c7841f1cb71de78133c809e8d2", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.4", "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", - "doctrine/inflector": "1.2.0 as 1.3.1", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "endurance/wp-module-data": "^1.4.3", "ext-iconv": "*", - "newfold-labs/wp-module-data": "^2.0", - "newfold-labs/wp-module-ecommerce": "0.4.9", - "newfold-labs/wp-module-loader": "^1.0", - "newfold-labs/wp-module-marketplace": "^1.3", - "newfold-labs/wp-module-onboarding": "0.2.1", - "newfold-labs/wp-module-sso": "^1.0", - "wp-forge/collection": "^1.0", "wp-forge/helpers": "^1.0", - "wp-forge/wp-update-handler": "^1.0", + "wpscholar/collection": "^1.0", "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "@stable", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2022-09-15T18:29:33+00:00", + "time": "2021-06-24T15:49:32+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { @@ -4751,45 +5336,39 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.7": { + "2.8.1": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.7", - "version_normalized": "2.12.7.0", + "version": "2.8.1", + "version_normalized": "2.8.1.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "5b424747c032632d06c2f2ad2a90d70633db362b" + "reference": "23ee23e5fc9291e6cdab6fadd48005434bbe44ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/5b424747c032632d06c2f2ad2a90d70633db362b", - "reference": "5b424747c032632d06c2f2ad2a90d70633db362b", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/23ee23e5fc9291e6cdab6fadd48005434bbe44ef", + "reference": "23ee23e5fc9291e6cdab6fadd48005434bbe44ef", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.4", "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", - "doctrine/inflector": "1.2.0 as 1.3.1", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "endurance/wp-module-data": "^1.4.3", "ext-iconv": "*", - "newfold-labs/wp-module-data": "^2.0", - "newfold-labs/wp-module-ecommerce": "0.4.9", - "newfold-labs/wp-module-loader": "^1.0", - "newfold-labs/wp-module-marketplace": "^1.3", - "newfold-labs/wp-module-onboarding": "0.2.1", - "newfold-labs/wp-module-sso": "^1.0", - "wp-forge/collection": "^1.0", "wp-forge/helpers": "^1.0", - "wp-forge/wp-update-handler": "^1.0", + "wpscholar/collection": "^1.0", "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "@stable", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2022-09-22T20:55:43+00:00", + "time": "2021-07-28T22:39:28+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { @@ -4828,46 +5407,39 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.8": { + "2.8.2": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.8", - "version_normalized": "2.12.8.0", + "version": "2.8.2", + "version_normalized": "2.8.2.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "977f4f6d44e688df6235765f6d50ecd3d4a36e9f" + "reference": "67a96a8a82b5a27e678a130a2ed78a1b4b04302e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/977f4f6d44e688df6235765f6d50ecd3d4a36e9f", - "reference": "977f4f6d44e688df6235765f6d50ecd3d4a36e9f", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/67a96a8a82b5a27e678a130a2ed78a1b4b04302e", + "reference": "67a96a8a82b5a27e678a130a2ed78a1b4b04302e", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.4", "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/wp-module-secure-passwords": "^1.0.2", - "doctrine/inflector": "1.2.0 as 1.3.1", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "endurance/wp-module-data": "^1.5", "ext-iconv": "*", - "newfold-labs/wp-module-data": "^2.0", - "newfold-labs/wp-module-ecommerce": "0.5.0", - "newfold-labs/wp-module-loader": "^1.0", - "newfold-labs/wp-module-marketplace": "^1.3", - "newfold-labs/wp-module-onboarding": "0.2.2", - "newfold-labs/wp-module-sso": "^1.0", - "wp-forge/collection": "^1.0", "wp-forge/helpers": "^1.0", - "wp-forge/wp-update-handler": "^1.0", - "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/collection": "^1.0", "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "@stable", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2022-09-28T18:43:34+00:00", + "time": "2021-09-14T16:37:15+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { @@ -4906,45 +5478,39 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.12.9": { + "2.8.3": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.12.9", - "version_normalized": "2.12.9.0", + "version": "2.8.3", + "version_normalized": "2.8.3.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "88e68a417eff06dacc834351a66a6b4b814b7cac" + "reference": "890d002904b30b49883c7c2e3ae457b673a35038" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/88e68a417eff06dacc834351a66a6b4b814b7cac", - "reference": "88e68a417eff06dacc834351a66a6b4b814b7cac", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/890d002904b30b49883c7c2e3ae457b673a35038", + "reference": "890d002904b30b49883c7c2e3ae457b673a35038", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.4", - "doctrine/inflector": "1.2.0 as 1.3.1", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.0", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "endurance/wp-module-data": "^1.5", "ext-iconv": "*", - "newfold-labs/wp-module-business-reviews": "^1.1", - "newfold-labs/wp-module-data": "^2.0", - "newfold-labs/wp-module-ecommerce": "0.5.1", - "newfold-labs/wp-module-loader": "^1.0", - "newfold-labs/wp-module-marketplace": "^1.3", - "newfold-labs/wp-module-onboarding": "0.2.4", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0", - "wp-forge/collection": "^1.0", "wp-forge/helpers": "^1.0", - "wp-forge/wp-update-handler": "^1.0", - "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/collection": "^1.0", "wpscholar/url": "^1.2" }, "require-dev": { - "bluehost/wp-php-standards": "@stable", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2022-10-12T16:50:57+00:00", + "time": "2021-09-21T20:42:52+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { @@ -4983,47 +5549,40 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.13.0": { + "2.8.4": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.13.0", - "version_normalized": "2.13.0.0", + "version": "2.8.4", + "version_normalized": "2.8.4.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "57a954b3b0a91138d36fea4d5539541339e16201" + "reference": "dc98b2aefa789095dcc29f5d34347babecfa29b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/57a954b3b0a91138d36fea4d5539541339e16201", - "reference": "57a954b3b0a91138d36fea4d5539541339e16201", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/dc98b2aefa789095dcc29f5d34347babecfa29b5", + "reference": "dc98b2aefa789095dcc29f5d34347babecfa29b5", "shasum": "" }, "require": { - "doctrine/inflector": "1.2.0 as 1.3.1", + "bluehost/bluehost-wp-customer-data": "^1.0", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "endurance/wp-module-data": "^1.7", "ext-iconv": "*", - "newfold-labs/wp-module-business-reviews": "^1.1", - "newfold-labs/wp-module-coming-soon": "^1.0", - "newfold-labs/wp-module-customer-bluehost": "^1.5.3", - "newfold-labs/wp-module-data": "^2.3.0", - "newfold-labs/wp-module-ecommerce": "0.7.6", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.5.0", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "1.2.2", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.3", - "wp-forge/collection": "^1.0.2", - "wp-forge/helpers": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0.1", - "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2.2" + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2023-03-29T17:22:28+00:00", + "time": "2021-10-25T19:50:43+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { @@ -5062,47 +5621,40 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.13.1": { + "2.8.5": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.13.1", - "version_normalized": "2.13.1.0", + "version": "2.8.5", + "version_normalized": "2.8.5.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "bdfe3d6c0be8751f31fef8ecf6b2dafafc07766a" + "reference": "7e22338e1020025b5acda541640d2a667af50801" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/bdfe3d6c0be8751f31fef8ecf6b2dafafc07766a", - "reference": "bdfe3d6c0be8751f31fef8ecf6b2dafafc07766a", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/7e22338e1020025b5acda541640d2a667af50801", + "reference": "7e22338e1020025b5acda541640d2a667af50801", "shasum": "" }, "require": { - "doctrine/inflector": "1.2.0 as 1.3.1", + "bluehost/bluehost-wp-customer-data": "^1.0", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "endurance/wp-module-data": "^1.8", "ext-iconv": "*", - "newfold-labs/wp-module-business-reviews": "^1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.1", - "newfold-labs/wp-module-customer-bluehost": "^1.5.3", - "newfold-labs/wp-module-data": "^2.3.0", - "newfold-labs/wp-module-ecommerce": "0.8.2", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.5.0", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "1.3.0", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.3", - "wp-forge/collection": "^1.0.2", - "wp-forge/helpers": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0.1", - "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2.2" + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2023-04-12T17:35:04+00:00", + "time": "2021-11-19T15:16:53+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { @@ -5141,47 +5693,40 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.13.2": { + "2.8.6": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.13.2", - "version_normalized": "2.13.2.0", + "version": "2.8.6", + "version_normalized": "2.8.6.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "10bb685c6c067bdf24c91ef4b9456efed8ea1a16" + "reference": "840f32351c74d964c6a41de1403792e87e01cf25" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/10bb685c6c067bdf24c91ef4b9456efed8ea1a16", - "reference": "10bb685c6c067bdf24c91ef4b9456efed8ea1a16", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/840f32351c74d964c6a41de1403792e87e01cf25", + "reference": "840f32351c74d964c6a41de1403792e87e01cf25", "shasum": "" }, "require": { - "doctrine/inflector": "1.2.0 as 1.3.1", + "bluehost/bluehost-wp-customer-data": "^1.0", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "endurance/wp-module-data": "^1.8", "ext-iconv": "*", - "newfold-labs/wp-module-business-reviews": "^1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.3", - "newfold-labs/wp-module-customer-bluehost": "^1.5.3", - "newfold-labs/wp-module-data": "^2.3.0", - "newfold-labs/wp-module-ecommerce": "0.8.2", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.5.0", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "1.3.0", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.3", - "wp-forge/collection": "^1.0.2", - "wp-forge/helpers": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0.1", - "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2.2" + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2023-04-19T21:35:30+00:00", + "time": "2022-01-20T16:25:58+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { @@ -5220,48 +5765,40 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.13.3": { + "2.8.7": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.13.3", - "version_normalized": "2.13.3.0", + "version": "2.8.7", + "version_normalized": "2.8.7.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "2f8ee06e683cb6e3f8a669812c2b04cc58cc35b5" + "reference": "f8c1135b6688f0c0e7143858af4ebbf1ad290240" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/2f8ee06e683cb6e3f8a669812c2b04cc58cc35b5", - "reference": "2f8ee06e683cb6e3f8a669812c2b04cc58cc35b5", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/f8c1135b6688f0c0e7143858af4ebbf1ad290240", + "reference": "f8c1135b6688f0c0e7143858af4ebbf1ad290240", "shasum": "" }, "require": { - "doctrine/inflector": "1.2.0 as 1.3.1", + "bluehost/bluehost-wp-customer-data": "^1.0", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "endurance/wp-module-data": "^1.8.2", "ext-iconv": "*", - "newfold-labs/wp-module-business-reviews": "^1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.3", - "newfold-labs/wp-module-ctb": "^1.0.0", - "newfold-labs/wp-module-customer-bluehost": "^1.5.3", - "newfold-labs/wp-module-data": "^2.3.0", - "newfold-labs/wp-module-ecommerce": "0.8.2", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.5.1", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "1.4.1", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.3", - "wp-forge/collection": "^1.0.2", - "wp-forge/helpers": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0.1", - "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2.2" + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2023-04-26T18:06:01+00:00", + "time": "2022-02-16T21:29:42+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { @@ -5300,48 +5837,40 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.13.4": { + "2.9.0": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.13.4", - "version_normalized": "2.13.4.0", + "version": "2.9.0", + "version_normalized": "2.9.0.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "0e30931a88e34aa31285a38d6f3b52ef127dcdfa" + "reference": "802234e9f1d7d90dcc443c6be335ad7a5b81fd56" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/0e30931a88e34aa31285a38d6f3b52ef127dcdfa", - "reference": "0e30931a88e34aa31285a38d6f3b52ef127dcdfa", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/802234e9f1d7d90dcc443c6be335ad7a5b81fd56", + "reference": "802234e9f1d7d90dcc443c6be335ad7a5b81fd56", "shasum": "" }, "require": { - "doctrine/inflector": "1.2.0 as 1.3.1", + "bluehost/bluehost-wp-customer-data": "^1.0", + "bluehost/endurance-wp-module-business-reviews": "^1.0", + "bluehost/endurance-wp-module-gutenframe": "^0.1.3", + "bluehost/endurance-wp-module-loader": "^1.1", + "bluehost/endurance-wp-module-sso": "^1.0", + "bluehost/endurance-wp-plugin-updater": "^1.1.1", + "endurance/wp-module-data": "^1.8.2", "ext-iconv": "*", - "newfold-labs/wp-module-business-reviews": "^1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.3", - "newfold-labs/wp-module-ctb": "^1.0.0", - "newfold-labs/wp-module-customer-bluehost": "^1.5.3", - "newfold-labs/wp-module-data": "^2.3.1", - "newfold-labs/wp-module-ecommerce": "0.8.3", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.5.1", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "1.5.0", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.3", - "wp-forge/collection": "^1.0.2", - "wp-forge/helpers": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0.1", - "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2.2" + "wp-forge/helpers": "^1.0", + "wpscholar/collection": "^1.0", + "wpscholar/url": "^1.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "bluehost/wp-php-standards": "^1.1", + "wp-cli/i18n-command": "^2.2", + "wp-cli/wp-cli-bundle": "^2.4" }, - "time": "2023-05-04T19:35:11+00:00", + "time": "2022-03-09T18:53:19+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { @@ -5380,65 +5909,57 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.13.5": { + "3.0.0-alpha.1": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.13.5", - "version_normalized": "2.13.5.0", + "version": "3.0.0-alpha.1", + "version_normalized": "3.0.0.0-alpha1", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "ec216638937649731f7c4623ca800af2806212be" + "reference": "16e1e5e78f05e0b3b41dd07f2abab5b41de7e747" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/ec216638937649731f7c4623ca800af2806212be", - "reference": "ec216638937649731f7c4623ca800af2806212be", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/16e1e5e78f05e0b3b41dd07f2abab5b41de7e747", + "reference": "16e1e5e78f05e0b3b41dd07f2abab5b41de7e747", "shasum": "" }, "require": { "doctrine/inflector": "1.2.0 as 1.3.1", - "ext-iconv": "*", "newfold-labs/wp-module-business-reviews": "^1.1", "newfold-labs/wp-module-coming-soon": "^1.1.3", "newfold-labs/wp-module-ctb": "^1.0.0", - "newfold-labs/wp-module-customer-bluehost": "^1.5.3", - "newfold-labs/wp-module-data": "^2.3", - "newfold-labs/wp-module-ecommerce": "0.8.3", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.3.4", + "newfold-labs/wp-module-ecommerce": "0.10.1-rc.1", "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^1.5.1", "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "1.6.0", + "newfold-labs/wp-module-onboarding": "^1.7.0", + "newfold-labs/wp-module-performance": "^1.0.1", "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.3", - "wp-forge/collection": "^1.0.2", - "wp-forge/helpers": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0.1", - "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2.2" + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.0.2", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { "newfold-labs/wp-php-standards": "^1.2", - "roave/security-advisories": "dev-latest", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "wp-cli/i18n-command": "^2.4.3", + "wp-phpunit/wp-phpunit": "^6.2" }, - "time": "2023-05-10T18:08:33+00:00", + "time": "2023-05-31T17:30:03+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" - } - }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" - ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/wp-plugin-bluehost.pot --headers=Report-Msgid-Bugs-To:https://github.com/newfold-labs/wp-plugin-bluehost/issues --exclude=assets,storybook,tests", + "vendor/bin/wp i18n make-pot . ./languages/wp-plugin-bluehost.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests" ] }, "license": [ @@ -5446,80 +5967,69 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.0-alpha.1", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.13.6": { + "3.0.1": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.13.6", - "version_normalized": "2.13.6.0", + "version": "3.0.1", + "version_normalized": "3.0.1.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "de4d2fc066f7238185aeac2d1bfdc88c47f70269" + "reference": "5549f211ea5066c45bead0235085259fb4cd89db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/de4d2fc066f7238185aeac2d1bfdc88c47f70269", - "reference": "de4d2fc066f7238185aeac2d1bfdc88c47f70269", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/5549f211ea5066c45bead0235085259fb4cd89db", + "reference": "5549f211ea5066c45bead0235085259fb4cd89db", "shasum": "" }, "require": { "doctrine/inflector": "1.2.0 as 1.3.1", - "ext-iconv": "*", - "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-business-reviews": "^1.1.1", "newfold-labs/wp-module-coming-soon": "^1.1.3", "newfold-labs/wp-module-ctb": "^1.0.0", - "newfold-labs/wp-module-customer-bluehost": "^1.5.3", - "newfold-labs/wp-module-data": "^2.3", - "newfold-labs/wp-module-ecommerce": "0.8.3", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.3.4", + "newfold-labs/wp-module-ecommerce": "^1.0.2", + "newfold-labs/wp-module-help-center": "^1.0.4", "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^1.5.1", "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "1.6.0", + "newfold-labs/wp-module-onboarding": "^1.8.1", + "newfold-labs/wp-module-patterns": "0.1.0", + "newfold-labs/wp-module-performance": "^1.0.1", "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.3", - "wp-forge/collection": "^1.0.2", - "wp-forge/helpers": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0.1", - "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2.2" + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.0.2", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { "newfold-labs/wp-php-standards": "^1.2", - "roave/security-advisories": "dev-latest", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "wp-cli/i18n-command": "^2.4.3", + "wp-phpunit/wp-phpunit": "^6.2" }, - "time": "2023-05-15T20:28:12+00:00", + "time": "2023-06-07T20:23:53+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" - } - }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" - ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -5527,80 +6037,70 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.1", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.13.7": { + "3.0.10": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.13.7", - "version_normalized": "2.13.7.0", + "version": "3.0.10", + "version_normalized": "3.0.10.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "561287220e5705a1565ba7f381da10d2dca93615" + "reference": "d43eceabb710f5f385813a33cbc7ceffcc52ece4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/561287220e5705a1565ba7f381da10d2dca93615", - "reference": "561287220e5705a1565ba7f381da10d2dca93615", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/d43eceabb710f5f385813a33cbc7ceffcc52ece4", + "reference": "d43eceabb710f5f385813a33cbc7ceffcc52ece4", "shasum": "" }, "require": { - "doctrine/inflector": "1.2.0 as 1.3.1", - "ext-iconv": "*", - "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-business-reviews": "^1.1.1", "newfold-labs/wp-module-coming-soon": "^1.1.3", "newfold-labs/wp-module-ctb": "^1.0.0", - "newfold-labs/wp-module-customer-bluehost": "^1.5.3", - "newfold-labs/wp-module-data": "^2.3", - "newfold-labs/wp-module-ecommerce": "0.9.0", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.4.3", + "newfold-labs/wp-module-ecommerce": "^1.1.1", + "newfold-labs/wp-module-help-center": "^1.0.14", "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^1.5.1", "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "1.7.0", + "newfold-labs/wp-module-onboarding": "^1.10.1", + "newfold-labs/wp-module-patterns": "^0.1.1", + "newfold-labs/wp-module-performance": "^1.1.1", + "newfold-labs/wp-module-runtime": "^1.0.2", "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.3", - "wp-forge/collection": "^1.0.2", - "wp-forge/helpers": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0.1", - "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2.2" + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.0.2", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { "newfold-labs/wp-php-standards": "^1.2", "roave/security-advisories": "dev-latest", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "wp-cli/i18n-command": "^2.4.3", + "wp-phpunit/wp-phpunit": "^6.2" }, - "time": "2023-05-25T15:17:49+00:00", + "time": "2023-08-10T19:40:49+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" - } - }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" - ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -5608,80 +6108,70 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.10", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.13.8": { + "3.0.11": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.13.8", - "version_normalized": "2.13.8.0", + "version": "3.0.11", + "version_normalized": "3.0.11.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "742df61f657fc586c00b4c4eee8f21a09e29efae" + "reference": "1bc68078ce7ed141c4e45fb325e6cb1d929ad476" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/742df61f657fc586c00b4c4eee8f21a09e29efae", - "reference": "742df61f657fc586c00b4c4eee8f21a09e29efae", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/1bc68078ce7ed141c4e45fb325e6cb1d929ad476", + "reference": "1bc68078ce7ed141c4e45fb325e6cb1d929ad476", "shasum": "" }, "require": { - "doctrine/inflector": "1.2.0 as 1.3.1", - "ext-iconv": "*", - "newfold-labs/wp-module-business-reviews": "^1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.3", - "newfold-labs/wp-module-ctb": "^1.0.0", - "newfold-labs/wp-module-customer-bluehost": "^1.5.3", - "newfold-labs/wp-module-data": "^2.3", - "newfold-labs/wp-module-ecommerce": "0.9.1", + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.7", + "newfold-labs/wp-module-ctb": "^1.0.1", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.4.3", + "newfold-labs/wp-module-ecommerce": "^1.1.2", + "newfold-labs/wp-module-help-center": "^1.0.15", "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.5.1", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "1.7.0", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.3", - "wp-forge/collection": "^1.0.2", - "wp-forge/helpers": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0.1", - "wp-forge/wp-upgrade-handler": "^1.0", - "wpscholar/url": "^1.2.2" + "newfold-labs/wp-module-marketplace": "^1.5.2", + "newfold-labs/wp-module-notifications": "^1.1.3", + "newfold-labs/wp-module-onboarding": "^1.10.1", + "newfold-labs/wp-module-patterns": "^0.1.3", + "newfold-labs/wp-module-performance": "^1.1.1", + "newfold-labs/wp-module-runtime": "^1.0.2", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.0.3", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { "newfold-labs/wp-php-standards": "^1.2", "roave/security-advisories": "dev-latest", - "wp-cli/i18n-command": "@stable", - "wp-cli/wp-cli-bundle": "@stable" + "wp-cli/i18n-command": "^2.4.3", + "wp-phpunit/wp-phpunit": "^6.2" }, - "time": "2023-05-26T18:59:17+00:00", + "time": "2023-08-16T15:44:14+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" - } - }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" - ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -5689,68 +6179,69 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.11", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.2": { + "3.0.2": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.2", - "version_normalized": "2.2.0.0", + "version": "3.0.2", + "version_normalized": "3.0.2.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "71fa8d5fd68058c86331de06bc40515bc92c58f1" + "reference": "f510be33ac4a2d690db2e9f56c4797068a81e2f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/71fa8d5fd68058c86331de06bc40515bc92c58f1", - "reference": "71fa8d5fd68058c86331de06bc40515bc92c58f1", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/f510be33ac4a2d690db2e9f56c4797068a81e2f8", + "reference": "f510be33ac4a2d690db2e9f56c4797068a81e2f8", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-spam-prevention": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.0", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*", - "wpscholar/github-archive-installer": "^1.1" + "doctrine/inflector": "1.2.0 as 1.3.1", + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.3", + "newfold-labs/wp-module-ctb": "^1.0.0", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.3.4", + "newfold-labs/wp-module-ecommerce": "^1.0.2", + "newfold-labs/wp-module-help-center": "^1.0.4", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.5.1", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "^1.8.1", + "newfold-labs/wp-module-patterns": "0.1.0", + "newfold-labs/wp-module-performance": "^1.1.1", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.0.2", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "wp-cli/i18n-command": "^2.4.3", + "wp-phpunit/wp-phpunit": "^6.2" }, - "time": "2020-09-15T17:22:41+00:00", + "time": "2023-06-12T14:00:17+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } - }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" + "vendor/bin/phpcbf --standard=phpcs.xml ." ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -5758,68 +6249,69 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.2", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.2.1": { + "3.0.3": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.2.1", - "version_normalized": "2.2.1.0", + "version": "3.0.3", + "version_normalized": "3.0.3.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "3b2f94b4daa38a8b9d372964d55a1b95d7b2dc1e" + "reference": "7b45edddfacca6f357b2591f892704c2031072d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/3b2f94b4daa38a8b9d372964d55a1b95d7b2dc1e", - "reference": "3b2f94b4daa38a8b9d372964d55a1b95d7b2dc1e", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/7b45edddfacca6f357b2591f892704c2031072d5", + "reference": "7b45edddfacca6f357b2591f892704c2031072d5", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-spam-prevention": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.0", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*", - "wpscholar/github-archive-installer": "^1.1" + "doctrine/inflector": "1.2.0 as 1.3.1", + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.3", + "newfold-labs/wp-module-ctb": "^1.0.0", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.3.4", + "newfold-labs/wp-module-ecommerce": "^1.0.6", + "newfold-labs/wp-module-help-center": "^1.0.4", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.5.1", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "^1.8.2", + "newfold-labs/wp-module-patterns": "0.1.0", + "newfold-labs/wp-module-performance": "^1.1.1", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.0.2", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "wp-cli/i18n-command": "^2.4.3", + "wp-phpunit/wp-phpunit": "^6.2" }, - "time": "2020-09-21T21:59:17+00:00", + "time": "2023-06-22T18:29:33+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } - }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" + "vendor/bin/phpcbf --standard=phpcs.xml ." ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -5827,68 +6319,69 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.3", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.2.2": { + "3.0.4": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.2.2", - "version_normalized": "2.2.2.0", + "version": "3.0.4", + "version_normalized": "3.0.4.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "d8301dd68db51050733de2b3c6ba00654aaf898d" + "reference": "dba16e479ed00ae2dafc80c8ec136e89698e370c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/d8301dd68db51050733de2b3c6ba00654aaf898d", - "reference": "d8301dd68db51050733de2b3c6ba00654aaf898d", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/dba16e479ed00ae2dafc80c8ec136e89698e370c", + "reference": "dba16e479ed00ae2dafc80c8ec136e89698e370c", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-spam-prevention": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.0", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*", - "wpscholar/github-archive-installer": "^1.1" + "doctrine/inflector": "1.2.0 as 1.3.1", + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.3", + "newfold-labs/wp-module-ctb": "^1.0.0", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.3.4", + "newfold-labs/wp-module-ecommerce": "^1.0.6", + "newfold-labs/wp-module-help-center": "^1.0.4", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.5.1", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "^1.8.2", + "newfold-labs/wp-module-patterns": "0.1.0", + "newfold-labs/wp-module-performance": "^1.1.1", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.0.2", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "wp-cli/i18n-command": "^2.4.3", + "wp-phpunit/wp-phpunit": "^6.2" }, - "time": "2020-10-06T20:27:56+00:00", + "time": "2023-06-22T21:30:24+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } - }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" + "vendor/bin/phpcbf --standard=phpcs.xml ." ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -5896,68 +6389,68 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.4", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.2.3": { + "3.0.5": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.2.3", - "version_normalized": "2.2.3.0", + "version": "3.0.5", + "version_normalized": "3.0.5.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "7e39e1382721013d69f8bbd35d53bab946bd1289" + "reference": "c575081c4f11a1debc61315c5e19542cc43446e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/7e39e1382721013d69f8bbd35d53bab946bd1289", - "reference": "7e39e1382721013d69f8bbd35d53bab946bd1289", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/c575081c4f11a1debc61315c5e19542cc43446e3", + "reference": "c575081c4f11a1debc61315c5e19542cc43446e3", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-spam-prevention": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.0", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*", - "wpscholar/github-archive-installer": "^1.1" + "doctrine/inflector": "1.2.0 as 1.3.1", + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.3", + "newfold-labs/wp-module-ctb": "^1.0.0", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.3.4", + "newfold-labs/wp-module-ecommerce": "^1.0.6", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.5.1", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "^1.8.2", + "newfold-labs/wp-module-patterns": "0.1.0", + "newfold-labs/wp-module-performance": "^1.1.1", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.0.2", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "wp-cli/i18n-command": "^2.4.3", + "wp-phpunit/wp-phpunit": "^6.2" }, - "time": "2020-10-08T18:38:12+00:00", + "time": "2023-06-30T18:14:36+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } - }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" + "vendor/bin/phpcbf --standard=phpcs.xml ." ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -5965,68 +6458,70 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.5", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.3": { + "3.0.6": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.3", - "version_normalized": "2.3.0.0", + "version": "3.0.6", + "version_normalized": "3.0.6.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "ac6808c4cb4714dbe8a91473b75ab0874125bc52" + "reference": "9fb946e26f34300381fe3a5bde03f9caf0fdf22d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/ac6808c4cb4714dbe8a91473b75ab0874125bc52", - "reference": "ac6808c4cb4714dbe8a91473b75ab0874125bc52", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/9fb946e26f34300381fe3a5bde03f9caf0fdf22d", + "reference": "9fb946e26f34300381fe3a5bde03f9caf0fdf22d", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-spam-prevention": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.0", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*", - "wpscholar/github-archive-installer": "^1.1" + "doctrine/inflector": "1.2.0 as 1.3.1", + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.3", + "newfold-labs/wp-module-ctb": "^1.0.0", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.3.4", + "newfold-labs/wp-module-ecommerce": "^1.0.6", + "newfold-labs/wp-module-help-center": "^1.0", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.5.1", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "^1.9.0", + "newfold-labs/wp-module-patterns": "^0.1.1", + "newfold-labs/wp-module-performance": "^1.1.1", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.0.2", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "^2.4.3", + "wp-phpunit/wp-phpunit": "^6.2" }, - "time": "2020-10-13T15:45:16+00:00", + "time": "2023-07-10T16:22:49+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } - }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" + "vendor/bin/phpcbf --standard=phpcs.xml ." ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -6034,67 +6529,70 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.6", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.3.1": { + "3.0.7": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.3.1", - "version_normalized": "2.3.1.0", + "version": "3.0.7", + "version_normalized": "3.0.7.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "66dd37d611e56fe0f39288ed5906a66c361bf965" + "reference": "50958ac622aaddde84d5d405d0eda65fdb3fefe2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/66dd37d611e56fe0f39288ed5906a66c361bf965", - "reference": "66dd37d611e56fe0f39288ed5906a66c361bf965", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/50958ac622aaddde84d5d405d0eda65fdb3fefe2", + "reference": "50958ac622aaddde84d5d405d0eda65fdb3fefe2", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.0", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*", - "wpscholar/github-archive-installer": "^1.1" + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.3", + "newfold-labs/wp-module-ctb": "^1.0.0", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.3.4", + "newfold-labs/wp-module-ecommerce": "^1.0.6", + "newfold-labs/wp-module-help-center": "^1.0", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.5.1", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "^1.9.0", + "newfold-labs/wp-module-patterns": "^0.1.1", + "newfold-labs/wp-module-performance": "^1.1.1", + "newfold-labs/wp-module-runtime": "^1.0", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.0.2", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "^2.4.3", + "wp-phpunit/wp-phpunit": "^6.2" }, - "time": "2020-10-26T17:24:44+00:00", + "time": "2023-07-28T22:28:08+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } - }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" + "vendor/bin/phpcbf --standard=phpcs.xml ." ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -6102,66 +6600,70 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.7", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.3.2": { + "3.0.8": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.3.2", - "version_normalized": "2.3.2.0", + "version": "3.0.8", + "version_normalized": "3.0.8.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "20297bff5b3467c8b482d3cc940ea643f0286d8f" + "reference": "a066d2c45402c50f2ac6dbe5303ecf15da35f303" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/20297bff5b3467c8b482d3cc940ea643f0286d8f", - "reference": "20297bff5b3467c8b482d3cc940ea643f0286d8f", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/a066d2c45402c50f2ac6dbe5303ecf15da35f303", + "reference": "a066d2c45402c50f2ac6dbe5303ecf15da35f303", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.0", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*" + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.3", + "newfold-labs/wp-module-ctb": "^1.0.0", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.3.4", + "newfold-labs/wp-module-ecommerce": "^1.1.1", + "newfold-labs/wp-module-help-center": "^1.0.11", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.5.1", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "^1.9.0", + "newfold-labs/wp-module-patterns": "^0.1.1", + "newfold-labs/wp-module-performance": "^1.1.1", + "newfold-labs/wp-module-runtime": "^1.0.2", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.0.2", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "^2.4.3", + "wp-phpunit/wp-phpunit": "^6.2" }, - "time": "2020-11-03T21:46:05+00:00", + "time": "2023-08-03T20:41:59+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } - }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" + "vendor/bin/phpcbf --standard=phpcs.xml ." ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -6169,66 +6671,70 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.8", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.3.3": { + "3.0.9": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.3.3", - "version_normalized": "2.3.3.0", + "version": "3.0.9", + "version_normalized": "3.0.9.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "7b81116075fc53f470fcef115c256720063e8799" + "reference": "e6e040a6876fef644fc1820807ed22451b4b69eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/7b81116075fc53f470fcef115c256720063e8799", - "reference": "7b81116075fc53f470fcef115c256720063e8799", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/e6e040a6876fef644fc1820807ed22451b4b69eb", + "reference": "e6e040a6876fef644fc1820807ed22451b4b69eb", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.0", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*" + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.3", + "newfold-labs/wp-module-ctb": "^1.0.0", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.4.3", + "newfold-labs/wp-module-ecommerce": "^1.1.1", + "newfold-labs/wp-module-help-center": "^1.0.11", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.5.1", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "^1.9.0", + "newfold-labs/wp-module-patterns": "^0.1.1", + "newfold-labs/wp-module-performance": "^1.1.1", + "newfold-labs/wp-module-runtime": "^1.0.2", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.0.2", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "^2.4.3", + "wp-phpunit/wp-phpunit": "^6.2" }, - "time": "2020-11-04T15:38:45+00:00", + "time": "2023-08-09T19:13:26+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } - }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=Bluehost" - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" + "vendor/bin/phpcbf --standard=phpcs.xml ." ], "lint": [ - "vendor/bin/phpcs . --standard=Bluehost -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -6236,69 +6742,70 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.9", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.4": { + "3.1.0": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.4", - "version_normalized": "2.4.0.0", + "version": "3.1.0", + "version_normalized": "3.1.0.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "cb58dd21ca8b1c9757b242b7d89f5afaf00dd16d" + "reference": "6b9dc3d50203bde380667b3d23be6160694cbabe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/cb58dd21ca8b1c9757b242b7d89f5afaf00dd16d", - "reference": "cb58dd21ca8b1c9757b242b7d89f5afaf00dd16d", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/6b9dc3d50203bde380667b3d23be6160694cbabe", + "reference": "6b9dc3d50203bde380667b3d23be6160694cbabe", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.0", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.8", + "newfold-labs/wp-module-ctb": "^1.0.2", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.4.3", + "newfold-labs/wp-module-ecommerce": "^1.2.0", + "newfold-labs/wp-module-help-center": "^1.0.16", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^2.0.1", + "newfold-labs/wp-module-notifications": "^1.1.4", + "newfold-labs/wp-module-onboarding": "^1.10.2", + "newfold-labs/wp-module-patterns": "^0.1.4", + "newfold-labs/wp-module-performance": "^1.1.1", + "newfold-labs/wp-module-runtime": "^1.0.2", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.1.0", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "^2.4.3", + "wp-phpunit/wp-phpunit": "^6.2" }, - "time": "2020-11-17T19:37:07+00:00", + "time": "2023-08-30T16:00:31+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } - }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=phpcs.xml" - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" + "vendor/bin/phpcbf --standard=phpcs.xml ." ], "lint": [ - "vendor/bin/phpcs . --standard=phpcs.xml -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -6306,69 +6813,70 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.1.0", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.5.0": { + "3.2.0": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.5.0", - "version_normalized": "2.5.0.0", + "version": "3.2.0", + "version_normalized": "3.2.0.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "dfe0f12c97d08bfe3b7efa34c091781cb86aaf65" + "reference": "6a339d8bc622d17914189e6a2d4b6d55d2968720" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/dfe0f12c97d08bfe3b7efa34c091781cb86aaf65", - "reference": "dfe0f12c97d08bfe3b7efa34c091781cb86aaf65", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/6a339d8bc622d17914189e6a2d4b6d55d2968720", + "reference": "6a339d8bc622d17914189e6a2d4b6d55d2968720", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.0", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" - }, - "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" - }, - "time": "2020-12-18T16:22:02+00:00", - "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.9", + "newfold-labs/wp-module-ctb": "^1.0.2", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.4.4", + "newfold-labs/wp-module-ecommerce": "^1.2.3", + "newfold-labs/wp-module-help-center": "^1.0.16", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^2.0.1", + "newfold-labs/wp-module-notifications": "^1.1.4", + "newfold-labs/wp-module-onboarding": "^1.10.3", + "newfold-labs/wp-module-patterns": "^0.1.4", + "newfold-labs/wp-module-performance": "^1.2.1", + "newfold-labs/wp-module-runtime": "^1.0.4", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.1.0", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, + "require-dev": { + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "^2.4.3", + "wp-phpunit/wp-phpunit": "^6.3.1" + }, + "time": "2023-09-13T18:50:04+00:00", + "type": "wordpress-plugin", "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=phpcs.xml" - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" + "vendor/bin/phpcbf --standard=phpcs.xml ." ], "lint": [ - "vendor/bin/phpcs . --standard=phpcs.xml -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -6376,69 +6884,71 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.2.0", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.5.1": { + "3.3.0": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.5.1", - "version_normalized": "2.5.1.0", + "version": "3.3.0", + "version_normalized": "3.3.0.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "5e49e5ce4cd2c6d6009105b5a10fe5d2a8129d85" + "reference": "c549de4c31f2a86efa7d898a4ac833002a032270" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/5e49e5ce4cd2c6d6009105b5a10fe5d2a8129d85", - "reference": "5e49e5ce4cd2c6d6009105b5a10fe5d2a8129d85", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/c549de4c31f2a86efa7d898a4ac833002a032270", + "reference": "c549de4c31f2a86efa7d898a4ac833002a032270", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.0", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.9", + "newfold-labs/wp-module-ctb": "^1.1.2", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.4.6", + "newfold-labs/wp-module-ecommerce": "^1.2.4", + "newfold-labs/wp-module-global-ctb": "^1.0.4", + "newfold-labs/wp-module-help-center": "^1.0.17", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^2.0.2", + "newfold-labs/wp-module-notifications": "^1.1.5", + "newfold-labs/wp-module-onboarding": "^1.10.4", + "newfold-labs/wp-module-patterns": "^0.1.4", + "newfold-labs/wp-module-performance": "^1.2.1", + "newfold-labs/wp-module-runtime": "^1.0.5", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "^2.4.4", + "wp-phpunit/wp-phpunit": "^6.3.1" }, - "time": "2021-01-05T21:06:04+00:00", + "time": "2023-09-27T13:30:00+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } - }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=phpcs.xml" - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" + "vendor/bin/phpcbf --standard=phpcs.xml ." ], "lint": [ - "vendor/bin/phpcs . --standard=phpcs.xml -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -6446,69 +6956,71 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.3.0", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.5.2": { + "3.3.1": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.5.2", - "version_normalized": "2.5.2.0", + "version": "3.3.1", + "version_normalized": "3.3.1.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "01fe4a045dfefacbd4a4125196a768ea07860287" + "reference": "737db0d5c2569d8ab33027eb918b814de79dad46" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/01fe4a045dfefacbd4a4125196a768ea07860287", - "reference": "01fe4a045dfefacbd4a4125196a768ea07860287", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/737db0d5c2569d8ab33027eb918b814de79dad46", + "reference": "737db0d5c2569d8ab33027eb918b814de79dad46", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.0", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.9", + "newfold-labs/wp-module-ctb": "^1.1.2", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.4.6", + "newfold-labs/wp-module-ecommerce": "^1.2.4", + "newfold-labs/wp-module-global-ctb": "^1.0.4", + "newfold-labs/wp-module-help-center": "^1.0.18", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^2.0.2", + "newfold-labs/wp-module-notifications": "^1.1.5", + "newfold-labs/wp-module-onboarding": "^1.11.0", + "newfold-labs/wp-module-patterns": "^0.1.4", + "newfold-labs/wp-module-performance": "^1.2.1", + "newfold-labs/wp-module-runtime": "^1.0.5", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "^2.4.4", + "wp-phpunit/wp-phpunit": "^6.3.1" }, - "time": "2021-01-05T22:10:08+00:00", + "time": "2023-09-28T17:00:02+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } - }, "scripts": { "fix": [ - "vendor/bin/phpcbf . --standard=phpcs.xml" - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" + "vendor/bin/phpcbf --standard=phpcs.xml ." ], "lint": [ - "vendor/bin/phpcs . --standard=phpcs.xml -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -6516,69 +7028,71 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.3.1", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.5.3": { + "3.3.2": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.5.3", - "version_normalized": "2.5.3.0", + "version": "3.3.2", + "version_normalized": "3.3.2.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "dd6f351ab0fa62020ef00fa101052660e078c650" + "reference": "2414dddd73aed97cf1e525f54b608e0dd5bdc3fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/dd6f351ab0fa62020ef00fa101052660e078c650", - "reference": "dd6f351ab0fa62020ef00fa101052660e078c650", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/2414dddd73aed97cf1e525f54b608e0dd5bdc3fc", + "reference": "2414dddd73aed97cf1e525f54b608e0dd5bdc3fc", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.0", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" - }, - "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" - }, - "time": "2021-01-11T20:49:30+00:00", - "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } - }, - "scripts": { - "fix": [ - "vendor/bin/phpcbf . --standard=phpcs.xml" - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.9", + "newfold-labs/wp-module-ctb": "^1.1.2", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.4.6", + "newfold-labs/wp-module-ecommerce": "^1.2.4", + "newfold-labs/wp-module-global-ctb": "^1.0.4", + "newfold-labs/wp-module-help-center": "1.0.17", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^2.0.2", + "newfold-labs/wp-module-notifications": "^1.1.5", + "newfold-labs/wp-module-onboarding": "1.10.4", + "newfold-labs/wp-module-patterns": "^0.1.4", + "newfold-labs/wp-module-performance": "^1.2.1", + "newfold-labs/wp-module-runtime": "^1.0.5", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" + }, + "require-dev": { + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "^2.4.4", + "wp-phpunit/wp-phpunit": "^6.3.1" + }, + "time": "2023-09-28T22:56:17+00:00", + "type": "wordpress-plugin", + "scripts": { + "fix": [ + "vendor/bin/phpcbf --standard=phpcs.xml ." ], "lint": [ - "vendor/bin/phpcs . --standard=phpcs.xml -s" + "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -6586,69 +7100,72 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.3.2", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.5.4": { + "3.4.0": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.5.4", - "version_normalized": "2.5.4.0", + "version": "3.4.0", + "version_normalized": "3.4.0.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "76541e504ebc38df71ea3a7df71dbd9a905e97b4" + "reference": "bb99e1429801c76bac5be4b7931835686d8570e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/76541e504ebc38df71ea3a7df71dbd9a905e97b4", - "reference": "76541e504ebc38df71ea3a7df71dbd9a905e97b4", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/bb99e1429801c76bac5be4b7931835686d8570e8", + "reference": "bb99e1429801c76bac5be4b7931835686d8570e8", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.0", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.10", + "newfold-labs/wp-module-ctb": "^1.1.2", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.4.8", + "newfold-labs/wp-module-deactivation": "^1.0", + "newfold-labs/wp-module-ecommerce": "^1.3.0", + "newfold-labs/wp-module-global-ctb": "^1.0.4", + "newfold-labs/wp-module-help-center": "1.0.17", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^2.0.2", + "newfold-labs/wp-module-notifications": "^1.1.5", + "newfold-labs/wp-module-onboarding": "^1.11.3", + "newfold-labs/wp-module-patterns": "^0.1.5", + "newfold-labs/wp-module-performance": "^1.2.1", + "newfold-labs/wp-module-runtime": "^1.0.7", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "^2.4.4", + "wp-phpunit/wp-phpunit": "^6.3.1" }, - "time": "2021-01-27T22:42:09+00:00", + "time": "2023-10-12T15:53:14+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } - }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" - ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -6656,69 +7173,72 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.4.0", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.5.5": { + "3.4.1": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.5.5", - "version_normalized": "2.5.5.0", + "version": "3.4.1", + "version_normalized": "3.4.1.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "3f160d9507b7c60f2ea714c0155460eb59fc0de3" + "reference": "6c97d29ecb842a66e99e8fb1b1317b61057e9e62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/3f160d9507b7c60f2ea714c0155460eb59fc0de3", - "reference": "3f160d9507b7c60f2ea714c0155460eb59fc0de3", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/6c97d29ecb842a66e99e8fb1b1317b61057e9e62", + "reference": "6c97d29ecb842a66e99e8fb1b1317b61057e9e62", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.0", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.10", + "newfold-labs/wp-module-ctb": "^1.1.2", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.4.8", + "newfold-labs/wp-module-deactivation": "^1.0", + "newfold-labs/wp-module-ecommerce": "^1.3.0", + "newfold-labs/wp-module-global-ctb": "^1.0.5", + "newfold-labs/wp-module-help-center": "1.0.17", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^2.0.2", + "newfold-labs/wp-module-notifications": "^1.1.5", + "newfold-labs/wp-module-onboarding": "^1.11.3", + "newfold-labs/wp-module-patterns": "^0.1.5", + "newfold-labs/wp-module-performance": "^1.2.1", + "newfold-labs/wp-module-runtime": "^1.0.7", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "^2.4.4", + "wp-phpunit/wp-phpunit": "^6.3.1" }, - "time": "2021-03-04T16:22:55+00:00", + "time": "2023-10-16T21:31:50+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } - }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" - ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -6726,69 +7246,72 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.4.1", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.5.6": { + "3.4.2": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.5.6", - "version_normalized": "2.5.6.0", + "version": "3.4.2", + "version_normalized": "3.4.2.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "aeeb96821fbfa210edfaec3be5882655bbdfeb53" + "reference": "e0d74a8a2a119d01d5c319f622380e432be31fdf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/aeeb96821fbfa210edfaec3be5882655bbdfeb53", - "reference": "aeeb96821fbfa210edfaec3be5882655bbdfeb53", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/e0d74a8a2a119d01d5c319f622380e432be31fdf", + "reference": "e0d74a8a2a119d01d5c319f622380e432be31fdf", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.0", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.10", + "newfold-labs/wp-module-ctb": "^1.1.2", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.4.8", + "newfold-labs/wp-module-deactivation": "^1.0.2", + "newfold-labs/wp-module-ecommerce": "^1.3.4", + "newfold-labs/wp-module-global-ctb": "^1.0.7", + "newfold-labs/wp-module-help-center": "1.0.17", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^2.0.2", + "newfold-labs/wp-module-notifications": "^1.1.6", + "newfold-labs/wp-module-onboarding": "^1.11.3", + "newfold-labs/wp-module-patterns": "^0.1.6", + "newfold-labs/wp-module-performance": "^1.2.1", + "newfold-labs/wp-module-runtime": "^1.0.7", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "^2.4.4", + "wp-phpunit/wp-phpunit": "^6.3.1" }, - "time": "2021-03-24T19:33:31+00:00", + "time": "2023-10-18T18:22:40+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } - }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" - ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -6796,69 +7319,72 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.4.2", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.5.7": { + "3.5.0": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.5.7", - "version_normalized": "2.5.7.0", + "version": "3.5.0", + "version_normalized": "3.5.0.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "c842ce4925f567eab754154d0a2d52483dd79534" + "reference": "fcc93510d9a348e0b6894eb7b95a700a5accceb9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/c842ce4925f567eab754154d0a2d52483dd79534", - "reference": "c842ce4925f567eab754154d0a2d52483dd79534", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/fcc93510d9a348e0b6894eb7b95a700a5accceb9", + "reference": "fcc93510d9a348e0b6894eb7b95a700a5accceb9", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.0", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.11", + "newfold-labs/wp-module-ctb": "^1.1.2", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.4.9", + "newfold-labs/wp-module-deactivation": "^1.0.2", + "newfold-labs/wp-module-ecommerce": "^1.3.5", + "newfold-labs/wp-module-global-ctb": "^1.0.7", + "newfold-labs/wp-module-help-center": "1.0.21", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^2.0.2", + "newfold-labs/wp-module-notifications": "^1.1.6", + "newfold-labs/wp-module-onboarding": "^1.11.5", + "newfold-labs/wp-module-patterns": "^0.1.8", + "newfold-labs/wp-module-performance": "^1.2.1", + "newfold-labs/wp-module-runtime": "^1.0.7", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "^2.4.4", + "wp-phpunit/wp-phpunit": "^6.3.1" }, - "time": "2021-03-30T16:04:45+00:00", + "time": "2023-10-25T17:02:50+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } - }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" - ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -6866,69 +7392,72 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.5.0", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.6.0": { + "3.5.1": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.6.0", - "version_normalized": "2.6.0.0", + "version": "3.5.1", + "version_normalized": "3.5.1.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "4fb5b0c25e6b8dcd59303f6cb01033e1a3dd6cb5" + "reference": "f8e296da09693edf24188578e1308bd8ca44d2a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/4fb5b0c25e6b8dcd59303f6cb01033e1a3dd6cb5", - "reference": "4fb5b0c25e6b8dcd59303f6cb01033e1a3dd6cb5", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/f8e296da09693edf24188578e1308bd8ca44d2a1", + "reference": "f8e296da09693edf24188578e1308bd8ca44d2a1", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.11", + "newfold-labs/wp-module-ctb": "^1.1.2", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.4.9", + "newfold-labs/wp-module-deactivation": "^1.0.2", + "newfold-labs/wp-module-ecommerce": "^1.3.5", + "newfold-labs/wp-module-global-ctb": "^1.0.8", + "newfold-labs/wp-module-help-center": "1.0.21", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^2.0.2", + "newfold-labs/wp-module-notifications": "^1.1.6", + "newfold-labs/wp-module-onboarding": "^1.11.5", + "newfold-labs/wp-module-patterns": "^0.1.8", + "newfold-labs/wp-module-performance": "^1.2.2", + "newfold-labs/wp-module-runtime": "^1.0.7", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "^2.4.4", + "wp-phpunit/wp-phpunit": "^6.3.1" }, - "time": "2021-04-19T20:17:19+00:00", + "time": "2023-10-31T21:23:44+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } - }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" - ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -6936,69 +7465,72 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.5.1", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.6.1": { + "3.5.2": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.6.1", - "version_normalized": "2.6.1.0", + "version": "3.5.2", + "version_normalized": "3.5.2.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "5cb0428d361237f62898a19e50833fb0e760b4b3" + "reference": "4087d043ece694da4c1666f091e9487035f31cbf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/5cb0428d361237f62898a19e50833fb0e760b4b3", - "reference": "5cb0428d361237f62898a19e50833fb0e760b4b3", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/4087d043ece694da4c1666f091e9487035f31cbf", + "reference": "4087d043ece694da4c1666f091e9487035f31cbf", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.12", + "newfold-labs/wp-module-ctb": "^1.1.2", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.4.9", + "newfold-labs/wp-module-deactivation": "^1.0.2", + "newfold-labs/wp-module-ecommerce": "^1.3.5", + "newfold-labs/wp-module-global-ctb": "^1.0.9", + "newfold-labs/wp-module-help-center": "1.0.21", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^2.0.2", + "newfold-labs/wp-module-notifications": "^1.1.6", + "newfold-labs/wp-module-onboarding": "^1.11.7", + "newfold-labs/wp-module-patterns": "^0.1.8", + "newfold-labs/wp-module-performance": "^1.2.2", + "newfold-labs/wp-module-runtime": "^1.0.7", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "^2.4.4", + "wp-phpunit/wp-phpunit": "^6.3.1" }, - "time": "2021-04-26T16:42:11+00:00", + "time": "2023-11-03T19:53:57+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } - }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" - ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -7006,69 +7538,72 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.5.2", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.6.2": { + "3.6.0": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.6.2", - "version_normalized": "2.6.2.0", + "version": "3.6.0", + "version_normalized": "3.6.0.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "a1fe3d3b15d8c929439e960dd2e41e961c1d7375" + "reference": "acbb90320212cff688cc5562d4b21305a95b2f52" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/a1fe3d3b15d8c929439e960dd2e41e961c1d7375", - "reference": "a1fe3d3b15d8c929439e960dd2e41e961c1d7375", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/acbb90320212cff688cc5562d4b21305a95b2f52", + "reference": "acbb90320212cff688cc5562d4b21305a95b2f52", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.12", + "newfold-labs/wp-module-ctb": "^1.1.2", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.4.9", + "newfold-labs/wp-module-deactivation": "^1.0.2", + "newfold-labs/wp-module-ecommerce": "^1.3.9", + "newfold-labs/wp-module-global-ctb": "^1.0.9", + "newfold-labs/wp-module-help-center": "1.0.21", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^2.1.0", + "newfold-labs/wp-module-notifications": "^1.1.6", + "newfold-labs/wp-module-onboarding": "^1.11.8", + "newfold-labs/wp-module-patterns": "^0.1.8", + "newfold-labs/wp-module-performance": "^1.2.2", + "newfold-labs/wp-module-runtime": "^1.0.7", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "^2.4.4", + "wp-phpunit/wp-phpunit": "^6.3.1" }, - "time": "2021-04-29T22:11:38+00:00", + "time": "2023-11-07T17:45:20+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } - }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" - ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -7076,69 +7611,70 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.6.0", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.7.0": { + "dev-demo/pls": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.7.0", - "version_normalized": "2.7.0.0", + "version": "dev-demo/pls", + "version_normalized": "dev-demo/pls", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "f1302476e145140fa066e8b26287f508330c1c99" + "reference": "f45e76a7e02c2825f804072e95d7fa93c1b4edbf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/f1302476e145140fa066e8b26287f508330c1c99", - "reference": "f1302476e145140fa066e8b26287f508330c1c99", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/f45e76a7e02c2825f804072e95d7fa93c1b4edbf", + "reference": "f45e76a7e02c2825f804072e95d7fa93c1b4edbf", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.8", + "newfold-labs/wp-module-ctb": "^1.0.2", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.4.3", + "newfold-labs/wp-module-ecommerce": "^1.2.0", + "newfold-labs/wp-module-help-center": "^1.0.16", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^2.0.1", + "newfold-labs/wp-module-notifications": "^1.1.4", + "newfold-labs/wp-module-onboarding": "^1.10.2", + "newfold-labs/wp-module-patterns": "^0.1.4", + "newfold-labs/wp-module-performance": "^1.1.1", + "newfold-labs/wp-module-runtime": "^1.0.2", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.1.0", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "^2.4.3", + "wp-phpunit/wp-phpunit": "^6.2" }, - "time": "2021-05-24T20:31:15+00:00", + "time": "2023-08-30T16:27:29+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } - }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" - ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -7146,69 +7682,72 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/demo/pls", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.7.1": { + "dev-dependabot/npm_and_yarn/develop/cypress-13.5.0": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.7.1", - "version_normalized": "2.7.1.0", + "version": "dev-dependabot/npm_and_yarn/develop/cypress-13.5.0", + "version_normalized": "dev-dependabot/npm_and_yarn/develop/cypress-13.5.0", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "31944160b3d8c35f1d52063858363431a8599f18" + "reference": "d19395f9748f5f2923800f1c66bdc6d7e3b3da58" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/31944160b3d8c35f1d52063858363431a8599f18", - "reference": "31944160b3d8c35f1d52063858363431a8599f18", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/d19395f9748f5f2923800f1c66bdc6d7e3b3da58", + "reference": "d19395f9748f5f2923800f1c66bdc6d7e3b3da58", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "endurance/wp-module-data": "^1.0", - "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.12", + "newfold-labs/wp-module-ctb": "^1.1.2", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.4.9", + "newfold-labs/wp-module-deactivation": "^1.0.2", + "newfold-labs/wp-module-ecommerce": "^1.3.9", + "newfold-labs/wp-module-global-ctb": "^1.0.9", + "newfold-labs/wp-module-help-center": "1.0.21", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^2.1.0", + "newfold-labs/wp-module-notifications": "^1.1.6", + "newfold-labs/wp-module-onboarding": "^1.11.8", + "newfold-labs/wp-module-patterns": "^0.1.8", + "newfold-labs/wp-module-performance": "^1.2.2", + "newfold-labs/wp-module-runtime": "^1.0.7", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "^2.4.4", + "wp-phpunit/wp-phpunit": "^6.3.1" }, - "time": "2021-06-07T17:17:08+00:00", + "time": "2023-11-09T15:27:33+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/" - } - }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" - ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -7216,70 +7755,72 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/dependabot/npm_and_yarn/develop/cypress-13.5.0", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.8.0": { + "dev-develop": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.8.0", - "version_normalized": "2.8.0.0", + "version": "dev-develop", + "version_normalized": "dev-develop", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "3f6016eaf55e56c7841f1cb71de78133c809e8d2" + "reference": "7103bfeafdfc5fcec9f4e6aaee03fe172f2612a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/3f6016eaf55e56c7841f1cb71de78133c809e8d2", - "reference": "3f6016eaf55e56c7841f1cb71de78133c809e8d2", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/7103bfeafdfc5fcec9f4e6aaee03fe172f2612a5", + "reference": "7103bfeafdfc5fcec9f4e6aaee03fe172f2612a5", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "endurance/wp-module-data": "^1.4.3", - "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" - }, - "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" - }, - "time": "2021-06-24T15:49:32+00:00", - "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" - } - }, + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.12", + "newfold-labs/wp-module-ctb": "^1.1.2", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.4.9", + "newfold-labs/wp-module-deactivation": "^1.0.2", + "newfold-labs/wp-module-ecommerce": "^1.3.9", + "newfold-labs/wp-module-global-ctb": "^1.0.9", + "newfold-labs/wp-module-help-center": "1.0.21", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^2.1.0", + "newfold-labs/wp-module-notifications": "^1.1.6", + "newfold-labs/wp-module-onboarding": "^1.11.8", + "newfold-labs/wp-module-patterns": "^0.1.8", + "newfold-labs/wp-module-performance": "^1.2.2", + "newfold-labs/wp-module-runtime": "^1.0.7", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" + }, + "require-dev": { + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "^2.4.4", + "wp-phpunit/wp-phpunit": "^6.3.1" + }, + "time": "2023-11-07T17:54:18+00:00", + "type": "wordpress-plugin", "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" - ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -7287,54 +7828,59 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/develop", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.8.1": { + "dev-develop-2.x": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.8.1", - "version_normalized": "2.8.1.0", + "version": "dev-develop-2.x", + "version_normalized": "dev-develop-2.x", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "23ee23e5fc9291e6cdab6fadd48005434bbe44ef" + "reference": "053063ea8dd119831bdcc7cd0e6aa8f375c847b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/23ee23e5fc9291e6cdab6fadd48005434bbe44ef", - "reference": "23ee23e5fc9291e6cdab6fadd48005434bbe44ef", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/053063ea8dd119831bdcc7cd0e6aa8f375c847b0", + "reference": "053063ea8dd119831bdcc7cd0e6aa8f375c847b0", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "endurance/wp-module-data": "^1.4.3", + "doctrine/inflector": "1.2.0 as 1.3.1", "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.3", + "newfold-labs/wp-module-ctb": "^1.0.0", + "newfold-labs/wp-module-customer-bluehost": "^1.5.3", + "newfold-labs/wp-module-data": "^2.3", + "newfold-labs/wp-module-ecommerce": "0.9.1", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.5.1", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "1.7.0", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2021-07-28T22:39:28+00:00", + "time": "2023-06-12T14:16:24+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { @@ -7373,55 +7919,62 @@ "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.8.2": { + "dev-main": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.8.2", - "version_normalized": "2.8.2.0", + "version": "dev-main", + "version_normalized": "dev-main", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "67a96a8a82b5a27e678a130a2ed78a1b4b04302e" + "reference": "7103bfeafdfc5fcec9f4e6aaee03fe172f2612a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/67a96a8a82b5a27e678a130a2ed78a1b4b04302e", - "reference": "67a96a8a82b5a27e678a130a2ed78a1b4b04302e", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/7103bfeafdfc5fcec9f4e6aaee03fe172f2612a5", + "reference": "7103bfeafdfc5fcec9f4e6aaee03fe172f2612a5", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "endurance/wp-module-data": "^1.5", - "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.12", + "newfold-labs/wp-module-ctb": "^1.1.2", + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.4.9", + "newfold-labs/wp-module-deactivation": "^1.0.2", + "newfold-labs/wp-module-ecommerce": "^1.3.9", + "newfold-labs/wp-module-global-ctb": "^1.0.9", + "newfold-labs/wp-module-help-center": "1.0.21", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^2.1.0", + "newfold-labs/wp-module-notifications": "^1.1.6", + "newfold-labs/wp-module-onboarding": "^1.11.8", + "newfold-labs/wp-module-patterns": "^0.1.8", + "newfold-labs/wp-module-performance": "^1.2.2", + "newfold-labs/wp-module-runtime": "^1.0.7", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.4", + "newfold-labs/wp-module-staging": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0", + "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "^2.4.4", + "wp-phpunit/wp-phpunit": "^6.3.1" }, - "time": "2021-09-14T16:37:15+00:00", + "time": "2023-11-07T17:54:18+00:00", "type": "wordpress-plugin", - "autoload": { - "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" - } - }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" - ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", + "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" ] }, "license": [ @@ -7429,54 +7982,59 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", + "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/develop", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } }, - "2.8.3": { + "dev-master-2.x": { "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.8.3", - "version_normalized": "2.8.3.0", + "version": "dev-master-2.x", + "version_normalized": "dev-master-2.x", "source": { "type": "git", "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "890d002904b30b49883c7c2e3ae457b673a35038" + "reference": "053063ea8dd119831bdcc7cd0e6aa8f375c847b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/890d002904b30b49883c7c2e3ae457b673a35038", - "reference": "890d002904b30b49883c7c2e3ae457b673a35038", + "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/053063ea8dd119831bdcc7cd0e6aa8f375c847b0", + "reference": "053063ea8dd119831bdcc7cd0e6aa8f375c847b0", "shasum": "" }, "require": { - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.0", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "endurance/wp-module-data": "^1.5", + "doctrine/inflector": "1.2.0 as 1.3.1", "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "newfold-labs/wp-module-business-reviews": "^1.1", + "newfold-labs/wp-module-coming-soon": "^1.1.3", + "newfold-labs/wp-module-ctb": "^1.0.0", + "newfold-labs/wp-module-customer-bluehost": "^1.5.3", + "newfold-labs/wp-module-data": "^2.3", + "newfold-labs/wp-module-ecommerce": "0.9.1", + "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-marketplace": "^1.5.1", + "newfold-labs/wp-module-notifications": "^1.1.2", + "newfold-labs/wp-module-onboarding": "1.7.0", + "newfold-labs/wp-module-secure-passwords": "^1.1", + "newfold-labs/wp-module-sso": "^1.0.3", + "wp-forge/collection": "^1.0.2", + "wp-forge/helpers": "^1.1.1", + "wp-forge/wp-update-handler": "^1.0.1", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "newfold-labs/wp-php-standards": "^1.2", + "roave/security-advisories": "dev-latest", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2021-09-21T20:42:52+00:00", + "time": "2023-06-12T14:16:24+00:00", "type": "wordpress-plugin", "autoload": { "psr-4": { @@ -7514,57 +8072,46 @@ "source": "https://github.com/bluehost/bluehost-wordpress-plugin", "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" } - }, - "2.8.4": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.8.4", - "version_normalized": "2.8.4.0", + } + }, + "bluehost/bluehost-wp-customer-data": { + "1.0.1": { + "name": "bluehost/bluehost-wp-customer-data", + "version": "1.0.1", + "version_normalized": "1.0.1.0", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "dc98b2aefa789095dcc29f5d34347babecfa29b5" + "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", + "reference": "2c8cb26e3d43a3b4d4e8a7113c2c1fc4074a4da9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/dc98b2aefa789095dcc29f5d34347babecfa29b5", - "reference": "dc98b2aefa789095dcc29f5d34347babecfa29b5", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/2c8cb26e3d43a3b4d4e8a7113c2c1fc4074a4da9", + "reference": "2c8cb26e3d43a3b4d4e8a7113c2c1fc4074a4da9", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.0", - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "endurance/wp-module-data": "^1.7", - "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "endurance/wp-module-data": "^1.6" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "bluehost/wp-php-standards": "^1.1" }, - "time": "2021-10-25T19:50:43+00:00", - "type": "wordpress-plugin", + "time": "2021-10-14T19:29:59+00:00", + "type": "library", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" - } + "Bluehost\\WP\\Module\\Data\\": "src" + }, + "files": [ + "bootstrap.php" + ] }, "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" + "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -7572,71 +8119,53 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "email": "evan@bluehost.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "Bluehost Specific Data Module", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", - "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.0.1", + "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" } }, - "2.8.5": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.8.5", - "version_normalized": "2.8.5.0", + "1.0.2": { + "name": "bluehost/bluehost-wp-customer-data", + "version": "1.0.2", + "version_normalized": "1.0.2.0", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "7e22338e1020025b5acda541640d2a667af50801" + "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", + "reference": "cfedb2f8591e43bcf670bf1a3697a47472c0ca06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/7e22338e1020025b5acda541640d2a667af50801", - "reference": "7e22338e1020025b5acda541640d2a667af50801", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/cfedb2f8591e43bcf670bf1a3697a47472c0ca06", + "reference": "cfedb2f8591e43bcf670bf1a3697a47472c0ca06", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.0", - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "endurance/wp-module-data": "^1.8", - "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "endurance/wp-module-data": "^1.6" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "bluehost/wp-php-standards": "^1.1" }, - "time": "2021-11-19T15:16:53+00:00", - "type": "wordpress-plugin", + "time": "2021-10-14T22:19:41+00:00", + "type": "library", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" - } + "Bluehost\\WP\\Data\\": "includes" + }, + "files": [ + "bootstrap.php" + ] }, "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" + "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -7644,71 +8173,53 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "email": "evan@bluehost.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "Bluehost Specific Data Module", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", - "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.0.2", + "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" } }, - "2.8.6": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.8.6", - "version_normalized": "2.8.6.0", + "1.0.3": { + "name": "bluehost/bluehost-wp-customer-data", + "version": "1.0.3", + "version_normalized": "1.0.3.0", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "840f32351c74d964c6a41de1403792e87e01cf25" + "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", + "reference": "abdb0e98bee8fe1257898ad4a15481ef7e9cb3de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/840f32351c74d964c6a41de1403792e87e01cf25", - "reference": "840f32351c74d964c6a41de1403792e87e01cf25", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/abdb0e98bee8fe1257898ad4a15481ef7e9cb3de", + "reference": "abdb0e98bee8fe1257898ad4a15481ef7e9cb3de", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.0", - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "endurance/wp-module-data": "^1.8", - "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "endurance/wp-module-data": "^1.6" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "bluehost/wp-php-standards": "^1.1" }, - "time": "2022-01-20T16:25:58+00:00", - "type": "wordpress-plugin", + "time": "2021-10-15T18:15:07+00:00", + "type": "library", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" - } + "Bluehost\\WP\\Data\\": "includes" + }, + "files": [ + "bootstrap.php" + ] }, "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" + "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -7716,71 +8227,53 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "email": "evan@bluehost.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "Bluehost Specific Data Module", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", - "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.0.3", + "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" } }, - "2.8.7": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.8.7", - "version_normalized": "2.8.7.0", + "1.0.4": { + "name": "bluehost/bluehost-wp-customer-data", + "version": "1.0.4", + "version_normalized": "1.0.4.0", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "f8c1135b6688f0c0e7143858af4ebbf1ad290240" + "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", + "reference": "cf246a99cfd2789cf2b2612500a6a071ee4beeb9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/f8c1135b6688f0c0e7143858af4ebbf1ad290240", - "reference": "f8c1135b6688f0c0e7143858af4ebbf1ad290240", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/cf246a99cfd2789cf2b2612500a6a071ee4beeb9", + "reference": "cf246a99cfd2789cf2b2612500a6a071ee4beeb9", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.0", - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "endurance/wp-module-data": "^1.8.2", - "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "endurance/wp-module-data": "^1.6" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "bluehost/wp-php-standards": "^1.1" }, - "time": "2022-02-16T21:29:42+00:00", - "type": "wordpress-plugin", + "time": "2021-10-19T19:47:55+00:00", + "type": "library", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" - } + "Bluehost\\WP\\Data\\": "includes" + }, + "files": [ + "bootstrap.php" + ] }, "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" + "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -7788,71 +8281,53 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "email": "evan@bluehost.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "Bluehost Specific Customer Data Module Integrations", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", - "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.0.4", + "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" } }, - "2.9.0": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "2.9.0", - "version_normalized": "2.9.0.0", + "1.0.5": { + "name": "bluehost/bluehost-wp-customer-data", + "version": "1.0.5", + "version_normalized": "1.0.5.0", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "802234e9f1d7d90dcc443c6be335ad7a5b81fd56" + "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", + "reference": "61db1570c906291dff55ef7005403f67b9385b38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/802234e9f1d7d90dcc443c6be335ad7a5b81fd56", - "reference": "802234e9f1d7d90dcc443c6be335ad7a5b81fd56", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/61db1570c906291dff55ef7005403f67b9385b38", + "reference": "61db1570c906291dff55ef7005403f67b9385b38", "shasum": "" }, "require": { - "bluehost/bluehost-wp-customer-data": "^1.0", - "bluehost/endurance-wp-module-business-reviews": "^1.0", - "bluehost/endurance-wp-module-gutenframe": "^0.1.3", - "bluehost/endurance-wp-module-loader": "^1.1", - "bluehost/endurance-wp-module-sso": "^1.0", - "bluehost/endurance-wp-plugin-updater": "^1.1.1", - "endurance/wp-module-data": "^1.8.2", - "ext-iconv": "*", - "wp-forge/helpers": "^1.0", - "wpscholar/collection": "^1.0", - "wpscholar/url": "^1.2" + "endurance/wp-module-data": ">=1.6.1" }, "require-dev": { - "bluehost/wp-php-standards": "^1.1", - "wp-cli/i18n-command": "^2.2", - "wp-cli/wp-cli-bundle": "^2.4" + "bluehost/wp-php-standards": "^1.1" }, - "time": "2022-03-09T18:53:19+00:00", - "type": "wordpress-plugin", + "time": "2021-10-25T16:47:51+00:00", + "type": "library", "autoload": { "psr-4": { - "Bluehost\\": "inc/", - "Newfold\\Plugin\\": "inc/" - } + "Bluehost\\WP\\Data\\": "includes" + }, + "files": [ + "bootstrap.php" + ] }, "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/bluehost/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=assets,storybook,tests" + "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -7860,72 +8335,53 @@ ], "authors": [ { - "name": "Mike Hansen", - "homepage": "https://mikehansen.me/" - }, - { - "name": "Micah Wood", - "email": "micah@wpscholar.com", - "homepage": "https://wpscholar.com" + "name": "Evan Mullins", + "email": "evan@bluehost.com" } ], - "description": "This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "Bluehost Specific Customer Data Module Integrations", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin", - "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.0.5", + "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" } }, - "3.0.0-alpha.1": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "3.0.0-alpha.1", - "version_normalized": "3.0.0.0-alpha1", + "1.0.6": { + "name": "bluehost/bluehost-wp-customer-data", + "version": "1.0.6", + "version_normalized": "1.0.6.0", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "16e1e5e78f05e0b3b41dd07f2abab5b41de7e747" + "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", + "reference": "a5b927056b76a347f3fd3ef47e7bbea2a06b85d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/16e1e5e78f05e0b3b41dd07f2abab5b41de7e747", - "reference": "16e1e5e78f05e0b3b41dd07f2abab5b41de7e747", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/a5b927056b76a347f3fd3ef47e7bbea2a06b85d4", + "reference": "a5b927056b76a347f3fd3ef47e7bbea2a06b85d4", "shasum": "" }, "require": { - "doctrine/inflector": "1.2.0 as 1.3.1", - "newfold-labs/wp-module-business-reviews": "^1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.3", - "newfold-labs/wp-module-ctb": "^1.0.0", - "newfold-labs/wp-module-customer-bluehost": "^1.6.0", - "newfold-labs/wp-module-data": "^2.3.4", - "newfold-labs/wp-module-ecommerce": "0.10.1-rc.1", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.5.1", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "^1.7.0", - "newfold-labs/wp-module-performance": "^1.0.1", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.4", - "newfold-labs/wp-module-staging": "^1.0.2", - "wp-forge/wp-update-handler": "^1.0", - "wp-forge/wp-upgrade-handler": "^1.0" + "endurance/wp-module-data": ">=1.6.1" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "wp-cli/i18n-command": "^2.4.3", - "wp-phpunit/wp-phpunit": "^6.2" + "bluehost/wp-php-standards": "^1.1" + }, + "time": "2022-05-27T18:25:00+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Bluehost\\WP\\Data\\": "includes" + }, + "files": [ + "bootstrap.php" + ] }, - "time": "2023-05-31T17:30:03+00:00", - "type": "wordpress-plugin", "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/wp-plugin-bluehost.pot --headers=Report-Msgid-Bugs-To:https://github.com/newfold-labs/wp-plugin-bluehost/issues --exclude=assets,storybook,tests", - "vendor/bin/wp i18n make-pot . ./languages/wp-plugin-bluehost.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests" + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -7934,68 +8390,52 @@ "authors": [ { "name": "Evan Mullins", - "homepage": "https://evanmullins.com" + "email": "evan@bluehost.com" } ], - "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "Bluehost Specific Customer Data Module Integrations", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.0-alpha.1", - "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.0.6", + "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" } }, - "3.0.1": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "3.0.1", - "version_normalized": "3.0.1.0", + "1.1.0": { + "name": "bluehost/bluehost-wp-customer-data", + "version": "1.1.0", + "version_normalized": "1.1.0.0", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "5549f211ea5066c45bead0235085259fb4cd89db" + "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", + "reference": "593f76ebb28afbaadc5029d0a68e835efc681211" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/5549f211ea5066c45bead0235085259fb4cd89db", - "reference": "5549f211ea5066c45bead0235085259fb4cd89db", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/593f76ebb28afbaadc5029d0a68e835efc681211", + "reference": "593f76ebb28afbaadc5029d0a68e835efc681211", "shasum": "" }, "require": { - "doctrine/inflector": "1.2.0 as 1.3.1", - "newfold-labs/wp-module-business-reviews": "^1.1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.3", - "newfold-labs/wp-module-ctb": "^1.0.0", - "newfold-labs/wp-module-customer-bluehost": "^1.6.0", - "newfold-labs/wp-module-data": "^2.3.4", - "newfold-labs/wp-module-ecommerce": "^1.0.2", - "newfold-labs/wp-module-help-center": "^1.0.4", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.5.1", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "^1.8.1", - "newfold-labs/wp-module-patterns": "0.1.0", - "newfold-labs/wp-module-performance": "^1.0.1", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.4", - "newfold-labs/wp-module-staging": "^1.0.2", - "wp-forge/wp-update-handler": "^1.0", - "wp-forge/wp-upgrade-handler": "^1.0" + "newfold-labs/wp-module-data": "^2.0" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "wp-cli/i18n-command": "^2.4.3", - "wp-phpunit/wp-phpunit": "^6.2" + "bluehost/wp-php-standards": "^1.1" + }, + "time": "2022-06-16T14:35:43+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Bluehost\\WP\\Data\\": "includes" + }, + "files": [ + "bootstrap.php" + ] }, - "time": "2023-06-07T20:23:53+00:00", - "type": "wordpress-plugin", "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -8004,69 +8444,52 @@ "authors": [ { "name": "Evan Mullins", - "homepage": "https://evanmullins.com" + "email": "evan@bluehost.com" } ], - "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "Bluehost Specific Customer Data Module Integrations", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.1", - "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.1.0", + "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" } }, - "3.0.10": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "3.0.10", - "version_normalized": "3.0.10.0", + "1.1.1": { + "name": "bluehost/bluehost-wp-customer-data", + "version": "1.1.1", + "version_normalized": "1.1.1.0", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "d43eceabb710f5f385813a33cbc7ceffcc52ece4" + "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", + "reference": "68a24bd608f707748aa274b5066d61916c34fd00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/d43eceabb710f5f385813a33cbc7ceffcc52ece4", - "reference": "d43eceabb710f5f385813a33cbc7ceffcc52ece4", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/68a24bd608f707748aa274b5066d61916c34fd00", + "reference": "68a24bd608f707748aa274b5066d61916c34fd00", "shasum": "" }, "require": { - "newfold-labs/wp-module-business-reviews": "^1.1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.3", - "newfold-labs/wp-module-ctb": "^1.0.0", - "newfold-labs/wp-module-customer-bluehost": "^1.6.0", - "newfold-labs/wp-module-data": "^2.4.3", - "newfold-labs/wp-module-ecommerce": "^1.1.1", - "newfold-labs/wp-module-help-center": "^1.0.14", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.5.1", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "^1.10.1", - "newfold-labs/wp-module-patterns": "^0.1.1", - "newfold-labs/wp-module-performance": "^1.1.1", - "newfold-labs/wp-module-runtime": "^1.0.2", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.4", - "newfold-labs/wp-module-staging": "^1.0.2", - "wp-forge/wp-update-handler": "^1.0", - "wp-forge/wp-upgrade-handler": "^1.0" + "newfold-labs/wp-module-data": "^2.0" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "roave/security-advisories": "dev-latest", - "wp-cli/i18n-command": "^2.4.3", - "wp-phpunit/wp-phpunit": "^6.2" + "bluehost/wp-php-standards": "^1.1" + }, + "time": "2022-07-05T13:53:53+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Bluehost\\WP\\Data\\": "includes" + }, + "files": [ + "bootstrap.php" + ] }, - "time": "2023-08-10T19:40:49+00:00", - "type": "wordpress-plugin", "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -8075,69 +8498,52 @@ "authors": [ { "name": "Evan Mullins", - "homepage": "https://evanmullins.com" + "email": "evan@bluehost.com" } ], - "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "Bluehost Specific Customer Data Module Integrations", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.10", - "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.1.1", + "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" } }, - "3.0.11": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "3.0.11", - "version_normalized": "3.0.11.0", + "1.2": { + "name": "bluehost/bluehost-wp-customer-data", + "version": "1.2", + "version_normalized": "1.2.0.0", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "1bc68078ce7ed141c4e45fb325e6cb1d929ad476" + "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", + "reference": "8d2f695f98c28357762d992ab01411a7341b9ab1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/1bc68078ce7ed141c4e45fb325e6cb1d929ad476", - "reference": "1bc68078ce7ed141c4e45fb325e6cb1d929ad476", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/8d2f695f98c28357762d992ab01411a7341b9ab1", + "reference": "8d2f695f98c28357762d992ab01411a7341b9ab1", "shasum": "" }, "require": { - "newfold-labs/wp-module-business-reviews": "^1.1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.7", - "newfold-labs/wp-module-ctb": "^1.0.1", - "newfold-labs/wp-module-customer-bluehost": "^1.6.0", - "newfold-labs/wp-module-data": "^2.4.3", - "newfold-labs/wp-module-ecommerce": "^1.1.2", - "newfold-labs/wp-module-help-center": "^1.0.15", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.5.2", - "newfold-labs/wp-module-notifications": "^1.1.3", - "newfold-labs/wp-module-onboarding": "^1.10.1", - "newfold-labs/wp-module-patterns": "^0.1.3", - "newfold-labs/wp-module-performance": "^1.1.1", - "newfold-labs/wp-module-runtime": "^1.0.2", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.4", - "newfold-labs/wp-module-staging": "^1.0.3", - "wp-forge/wp-update-handler": "^1.0", - "wp-forge/wp-upgrade-handler": "^1.0" + "newfold-labs/wp-module-data": "^2.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "roave/security-advisories": "dev-latest", - "wp-cli/i18n-command": "^2.4.3", - "wp-phpunit/wp-phpunit": "^6.2" + "bluehost/wp-php-standards": "^1.1" + }, + "time": "2022-07-12T14:05:03+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Bluehost\\WP\\Data\\": "includes" + }, + "files": [ + "bootstrap.php" + ] }, - "time": "2023-08-16T15:44:14+00:00", - "type": "wordpress-plugin", "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -8146,68 +8552,52 @@ "authors": [ { "name": "Evan Mullins", - "homepage": "https://evanmullins.com" + "email": "evan@bluehost.com" } ], - "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "Bluehost Specific Customer Data Module Integrations", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.11", - "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.2", + "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" } }, - "3.0.2": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "3.0.2", - "version_normalized": "3.0.2.0", + "1.3": { + "name": "bluehost/bluehost-wp-customer-data", + "version": "1.3", + "version_normalized": "1.3.0.0", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "f510be33ac4a2d690db2e9f56c4797068a81e2f8" + "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", + "reference": "ebe80e1f125ee1cd51b6fa14d9d9f9bb76d43006" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/f510be33ac4a2d690db2e9f56c4797068a81e2f8", - "reference": "f510be33ac4a2d690db2e9f56c4797068a81e2f8", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/ebe80e1f125ee1cd51b6fa14d9d9f9bb76d43006", + "reference": "ebe80e1f125ee1cd51b6fa14d9d9f9bb76d43006", "shasum": "" }, "require": { - "doctrine/inflector": "1.2.0 as 1.3.1", - "newfold-labs/wp-module-business-reviews": "^1.1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.3", - "newfold-labs/wp-module-ctb": "^1.0.0", - "newfold-labs/wp-module-customer-bluehost": "^1.6.0", - "newfold-labs/wp-module-data": "^2.3.4", - "newfold-labs/wp-module-ecommerce": "^1.0.2", - "newfold-labs/wp-module-help-center": "^1.0.4", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.5.1", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "^1.8.1", - "newfold-labs/wp-module-patterns": "0.1.0", - "newfold-labs/wp-module-performance": "^1.1.1", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.4", - "newfold-labs/wp-module-staging": "^1.0.2", - "wp-forge/wp-update-handler": "^1.0", - "wp-forge/wp-upgrade-handler": "^1.0" + "newfold-labs/wp-module-data": "^2.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "wp-cli/i18n-command": "^2.4.3", - "wp-phpunit/wp-phpunit": "^6.2" + "bluehost/wp-php-standards": "^1.1" + }, + "time": "2022-07-27T16:23:51+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Bluehost\\WP\\Data\\": "includes" + }, + "files": [ + "bootstrap.php" + ] }, - "time": "2023-06-12T14:00:17+00:00", - "type": "wordpress-plugin", "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -8216,68 +8606,52 @@ "authors": [ { "name": "Evan Mullins", - "homepage": "https://evanmullins.com" + "email": "evan@bluehost.com" } ], - "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "Bluehost Specific Customer Data Module Integrations", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.2", - "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.3", + "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" } }, - "3.0.3": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "3.0.3", - "version_normalized": "3.0.3.0", + "1.3.1": { + "name": "bluehost/bluehost-wp-customer-data", + "version": "1.3.1", + "version_normalized": "1.3.1.0", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "7b45edddfacca6f357b2591f892704c2031072d5" + "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", + "reference": "375ed3be73115a616e7bb43657536e25b9426589" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/7b45edddfacca6f357b2591f892704c2031072d5", - "reference": "7b45edddfacca6f357b2591f892704c2031072d5", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/375ed3be73115a616e7bb43657536e25b9426589", + "reference": "375ed3be73115a616e7bb43657536e25b9426589", "shasum": "" }, "require": { - "doctrine/inflector": "1.2.0 as 1.3.1", - "newfold-labs/wp-module-business-reviews": "^1.1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.3", - "newfold-labs/wp-module-ctb": "^1.0.0", - "newfold-labs/wp-module-customer-bluehost": "^1.6.0", - "newfold-labs/wp-module-data": "^2.3.4", - "newfold-labs/wp-module-ecommerce": "^1.0.6", - "newfold-labs/wp-module-help-center": "^1.0.4", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.5.1", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "^1.8.2", - "newfold-labs/wp-module-patterns": "0.1.0", - "newfold-labs/wp-module-performance": "^1.1.1", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.4", - "newfold-labs/wp-module-staging": "^1.0.2", - "wp-forge/wp-update-handler": "^1.0", - "wp-forge/wp-upgrade-handler": "^1.0" + "newfold-labs/wp-module-data": "^2.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "wp-cli/i18n-command": "^2.4.3", - "wp-phpunit/wp-phpunit": "^6.2" + "bluehost/wp-php-standards": "^1.1" + }, + "time": "2022-07-27T20:24:48+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Bluehost\\WP\\Data\\": "includes" + }, + "files": [ + "bootstrap.php" + ] }, - "time": "2023-06-22T18:29:33+00:00", - "type": "wordpress-plugin", "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -8286,68 +8660,52 @@ "authors": [ { "name": "Evan Mullins", - "homepage": "https://evanmullins.com" + "email": "evan@bluehost.com" } ], - "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "Bluehost Specific Customer Data Module Integrations", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.3", - "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.3.1", + "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" } }, - "3.0.4": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "3.0.4", - "version_normalized": "3.0.4.0", + "1.4": { + "name": "bluehost/bluehost-wp-customer-data", + "version": "1.4", + "version_normalized": "1.4.0.0", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "dba16e479ed00ae2dafc80c8ec136e89698e370c" + "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", + "reference": "957387391a7a0eff9c4a31aca44404a4743e74a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/dba16e479ed00ae2dafc80c8ec136e89698e370c", - "reference": "dba16e479ed00ae2dafc80c8ec136e89698e370c", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/957387391a7a0eff9c4a31aca44404a4743e74a1", + "reference": "957387391a7a0eff9c4a31aca44404a4743e74a1", "shasum": "" }, "require": { - "doctrine/inflector": "1.2.0 as 1.3.1", - "newfold-labs/wp-module-business-reviews": "^1.1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.3", - "newfold-labs/wp-module-ctb": "^1.0.0", - "newfold-labs/wp-module-customer-bluehost": "^1.6.0", - "newfold-labs/wp-module-data": "^2.3.4", - "newfold-labs/wp-module-ecommerce": "^1.0.6", - "newfold-labs/wp-module-help-center": "^1.0.4", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.5.1", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "^1.8.2", - "newfold-labs/wp-module-patterns": "0.1.0", - "newfold-labs/wp-module-performance": "^1.1.1", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.4", - "newfold-labs/wp-module-staging": "^1.0.2", - "wp-forge/wp-update-handler": "^1.0", - "wp-forge/wp-upgrade-handler": "^1.0" + "newfold-labs/wp-module-data": "^2.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "wp-cli/i18n-command": "^2.4.3", - "wp-phpunit/wp-phpunit": "^6.2" + "bluehost/wp-php-standards": "^1.1" + }, + "time": "2022-08-02T18:42:12+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Bluehost\\WP\\Data\\": "includes" + }, + "files": [ + "bootstrap.php" + ] }, - "time": "2023-06-22T21:30:24+00:00", - "type": "wordpress-plugin", "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -8356,67 +8714,52 @@ "authors": [ { "name": "Evan Mullins", - "homepage": "https://evanmullins.com" + "email": "evan@bluehost.com" } ], - "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "Bluehost Specific Customer Data Module Integrations", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.4", - "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.4", + "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" } }, - "3.0.5": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "3.0.5", - "version_normalized": "3.0.5.0", + "1.4.1": { + "name": "bluehost/bluehost-wp-customer-data", + "version": "1.4.1", + "version_normalized": "1.4.1.0", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "c575081c4f11a1debc61315c5e19542cc43446e3" + "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", + "reference": "81b4a0399252e0b38c325d700a157c62fe602194" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/c575081c4f11a1debc61315c5e19542cc43446e3", - "reference": "c575081c4f11a1debc61315c5e19542cc43446e3", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/81b4a0399252e0b38c325d700a157c62fe602194", + "reference": "81b4a0399252e0b38c325d700a157c62fe602194", "shasum": "" }, "require": { - "doctrine/inflector": "1.2.0 as 1.3.1", - "newfold-labs/wp-module-business-reviews": "^1.1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.3", - "newfold-labs/wp-module-ctb": "^1.0.0", - "newfold-labs/wp-module-customer-bluehost": "^1.6.0", - "newfold-labs/wp-module-data": "^2.3.4", - "newfold-labs/wp-module-ecommerce": "^1.0.6", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.5.1", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "^1.8.2", - "newfold-labs/wp-module-patterns": "0.1.0", - "newfold-labs/wp-module-performance": "^1.1.1", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.4", - "newfold-labs/wp-module-staging": "^1.0.2", - "wp-forge/wp-update-handler": "^1.0", - "wp-forge/wp-upgrade-handler": "^1.0" + "newfold-labs/wp-module-data": "^2.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "wp-cli/i18n-command": "^2.4.3", - "wp-phpunit/wp-phpunit": "^6.2" + "bluehost/wp-php-standards": "^1.1" + }, + "time": "2022-08-18T17:28:40+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Bluehost\\WP\\Data\\": "includes" + }, + "files": [ + "bootstrap.php" + ] }, - "time": "2023-06-30T18:14:36+00:00", - "type": "wordpress-plugin", "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -8425,69 +8768,52 @@ "authors": [ { "name": "Evan Mullins", - "homepage": "https://evanmullins.com" + "email": "evan@bluehost.com" } ], - "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "Bluehost Specific Customer Data Module Integrations", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.5", - "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.4.1", + "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" } }, - "3.0.6": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "3.0.6", - "version_normalized": "3.0.6.0", + "1.4.2": { + "name": "bluehost/bluehost-wp-customer-data", + "version": "1.4.2", + "version_normalized": "1.4.2.0", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "9fb946e26f34300381fe3a5bde03f9caf0fdf22d" + "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", + "reference": "84a7dae07df2dc072f903da5dadf6ab0a46c3568" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/9fb946e26f34300381fe3a5bde03f9caf0fdf22d", - "reference": "9fb946e26f34300381fe3a5bde03f9caf0fdf22d", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/84a7dae07df2dc072f903da5dadf6ab0a46c3568", + "reference": "84a7dae07df2dc072f903da5dadf6ab0a46c3568", "shasum": "" }, "require": { - "doctrine/inflector": "1.2.0 as 1.3.1", - "newfold-labs/wp-module-business-reviews": "^1.1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.3", - "newfold-labs/wp-module-ctb": "^1.0.0", - "newfold-labs/wp-module-customer-bluehost": "^1.6.0", - "newfold-labs/wp-module-data": "^2.3.4", - "newfold-labs/wp-module-ecommerce": "^1.0.6", - "newfold-labs/wp-module-help-center": "^1.0", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.5.1", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "^1.9.0", - "newfold-labs/wp-module-patterns": "^0.1.1", - "newfold-labs/wp-module-performance": "^1.1.1", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.4", - "newfold-labs/wp-module-staging": "^1.0.2", - "wp-forge/wp-update-handler": "^1.0", - "wp-forge/wp-upgrade-handler": "^1.0" + "newfold-labs/wp-module-data": "^2.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "roave/security-advisories": "dev-latest", - "wp-cli/i18n-command": "^2.4.3", - "wp-phpunit/wp-phpunit": "^6.2" + "bluehost/wp-php-standards": "^1.1" + }, + "time": "2022-08-18T18:39:50+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Bluehost\\WP\\Data\\": "includes" + }, + "files": [ + "bootstrap.php" + ] }, - "time": "2023-07-10T16:22:49+00:00", - "type": "wordpress-plugin", "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -8496,69 +8822,52 @@ "authors": [ { "name": "Evan Mullins", - "homepage": "https://evanmullins.com" + "email": "evan@bluehost.com" } ], - "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "Bluehost Specific Customer Data Module Integrations", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.6", - "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.4.2", + "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" } }, - "3.0.7": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "3.0.7", - "version_normalized": "3.0.7.0", + "1.4.3": { + "name": "bluehost/bluehost-wp-customer-data", + "version": "1.4.3", + "version_normalized": "1.4.3.0", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "50958ac622aaddde84d5d405d0eda65fdb3fefe2" + "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", + "reference": "03f5a4340fecea02c11ad4a3abbdb73c66e403f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/50958ac622aaddde84d5d405d0eda65fdb3fefe2", - "reference": "50958ac622aaddde84d5d405d0eda65fdb3fefe2", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/03f5a4340fecea02c11ad4a3abbdb73c66e403f3", + "reference": "03f5a4340fecea02c11ad4a3abbdb73c66e403f3", "shasum": "" }, "require": { - "newfold-labs/wp-module-business-reviews": "^1.1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.3", - "newfold-labs/wp-module-ctb": "^1.0.0", - "newfold-labs/wp-module-customer-bluehost": "^1.6.0", - "newfold-labs/wp-module-data": "^2.3.4", - "newfold-labs/wp-module-ecommerce": "^1.0.6", - "newfold-labs/wp-module-help-center": "^1.0", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.5.1", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "^1.9.0", - "newfold-labs/wp-module-patterns": "^0.1.1", - "newfold-labs/wp-module-performance": "^1.1.1", - "newfold-labs/wp-module-runtime": "^1.0", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.4", - "newfold-labs/wp-module-staging": "^1.0.2", - "wp-forge/wp-update-handler": "^1.0", - "wp-forge/wp-upgrade-handler": "^1.0" + "newfold-labs/wp-module-data": "^2.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "roave/security-advisories": "dev-latest", - "wp-cli/i18n-command": "^2.4.3", - "wp-phpunit/wp-phpunit": "^6.2" + "bluehost/wp-php-standards": "^1.1" + }, + "time": "2022-08-19T01:39:51+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Bluehost\\WP\\Data\\": "includes" + }, + "files": [ + "bootstrap.php" + ] }, - "time": "2023-07-28T22:28:08+00:00", - "type": "wordpress-plugin", "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -8567,69 +8876,52 @@ "authors": [ { "name": "Evan Mullins", - "homepage": "https://evanmullins.com" + "email": "evan@bluehost.com" } ], - "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "Bluehost Specific Customer Data Module Integrations", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.7", - "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.4.3", + "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" } }, - "3.0.8": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "3.0.8", - "version_normalized": "3.0.8.0", + "1.4.4": { + "name": "bluehost/bluehost-wp-customer-data", + "version": "1.4.4", + "version_normalized": "1.4.4.0", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "a066d2c45402c50f2ac6dbe5303ecf15da35f303" + "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", + "reference": "7e231283c44e17d3b41862d87521a3dba06cc262" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/a066d2c45402c50f2ac6dbe5303ecf15da35f303", - "reference": "a066d2c45402c50f2ac6dbe5303ecf15da35f303", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/7e231283c44e17d3b41862d87521a3dba06cc262", + "reference": "7e231283c44e17d3b41862d87521a3dba06cc262", "shasum": "" }, "require": { - "newfold-labs/wp-module-business-reviews": "^1.1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.3", - "newfold-labs/wp-module-ctb": "^1.0.0", - "newfold-labs/wp-module-customer-bluehost": "^1.6.0", - "newfold-labs/wp-module-data": "^2.3.4", - "newfold-labs/wp-module-ecommerce": "^1.1.1", - "newfold-labs/wp-module-help-center": "^1.0.11", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.5.1", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "^1.9.0", - "newfold-labs/wp-module-patterns": "^0.1.1", - "newfold-labs/wp-module-performance": "^1.1.1", - "newfold-labs/wp-module-runtime": "^1.0.2", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.4", - "newfold-labs/wp-module-staging": "^1.0.2", - "wp-forge/wp-update-handler": "^1.0", - "wp-forge/wp-upgrade-handler": "^1.0" + "newfold-labs/wp-module-data": "^2.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "roave/security-advisories": "dev-latest", - "wp-cli/i18n-command": "^2.4.3", - "wp-phpunit/wp-phpunit": "^6.2" + "bluehost/wp-php-standards": "^1.1" }, - "time": "2023-08-03T20:41:59+00:00", - "type": "wordpress-plugin", - "scripts": { - "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "time": "2022-08-23T15:09:54+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Bluehost\\WP\\Data\\": "includes" + }, + "files": [ + "bootstrap.php" + ] + }, + "scripts": { + "fix": [ + "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -8638,69 +8930,52 @@ "authors": [ { "name": "Evan Mullins", - "homepage": "https://evanmullins.com" + "email": "evan@bluehost.com" } ], - "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "Bluehost Specific Customer Data Module Integrations", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.8", - "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.4.4", + "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" } }, - "3.0.9": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "3.0.9", - "version_normalized": "3.0.9.0", + "1.4.5": { + "name": "bluehost/bluehost-wp-customer-data", + "version": "1.4.5", + "version_normalized": "1.4.5.0", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "e6e040a6876fef644fc1820807ed22451b4b69eb" + "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", + "reference": "4ae41c9a37b890e2edb4730916694c8d0fb60dc6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/e6e040a6876fef644fc1820807ed22451b4b69eb", - "reference": "e6e040a6876fef644fc1820807ed22451b4b69eb", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/4ae41c9a37b890e2edb4730916694c8d0fb60dc6", + "reference": "4ae41c9a37b890e2edb4730916694c8d0fb60dc6", "shasum": "" }, "require": { - "newfold-labs/wp-module-business-reviews": "^1.1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.3", - "newfold-labs/wp-module-ctb": "^1.0.0", - "newfold-labs/wp-module-customer-bluehost": "^1.6.0", - "newfold-labs/wp-module-data": "^2.4.3", - "newfold-labs/wp-module-ecommerce": "^1.1.1", - "newfold-labs/wp-module-help-center": "^1.0.11", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^1.5.1", - "newfold-labs/wp-module-notifications": "^1.1.2", - "newfold-labs/wp-module-onboarding": "^1.9.0", - "newfold-labs/wp-module-patterns": "^0.1.1", - "newfold-labs/wp-module-performance": "^1.1.1", - "newfold-labs/wp-module-runtime": "^1.0.2", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.4", - "newfold-labs/wp-module-staging": "^1.0.2", - "wp-forge/wp-update-handler": "^1.0", - "wp-forge/wp-upgrade-handler": "^1.0" + "newfold-labs/wp-module-data": "^2.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "roave/security-advisories": "dev-latest", - "wp-cli/i18n-command": "^2.4.3", - "wp-phpunit/wp-phpunit": "^6.2" + "bluehost/wp-php-standards": "^1.1" + }, + "time": "2022-09-22T18:42:57+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Bluehost\\WP\\Data\\": "includes" + }, + "files": [ + "bootstrap.php" + ] }, - "time": "2023-08-09T19:13:26+00:00", - "type": "wordpress-plugin", "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -8709,69 +8984,52 @@ "authors": [ { "name": "Evan Mullins", - "homepage": "https://evanmullins.com" + "email": "evan@bluehost.com" } ], - "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "Bluehost Specific Customer Data Module Integrations", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.0.9", - "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.4.5", + "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" } }, - "3.1.0": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "3.1.0", - "version_normalized": "3.1.0.0", + "1.4.6": { + "name": "bluehost/bluehost-wp-customer-data", + "version": "1.4.6", + "version_normalized": "1.4.6.0", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "6b9dc3d50203bde380667b3d23be6160694cbabe" + "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", + "reference": "a634c3f6b0e63a8664bb05f95700bd573f60bb8e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/6b9dc3d50203bde380667b3d23be6160694cbabe", - "reference": "6b9dc3d50203bde380667b3d23be6160694cbabe", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/a634c3f6b0e63a8664bb05f95700bd573f60bb8e", + "reference": "a634c3f6b0e63a8664bb05f95700bd573f60bb8e", "shasum": "" }, "require": { - "newfold-labs/wp-module-business-reviews": "^1.1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.8", - "newfold-labs/wp-module-ctb": "^1.0.2", - "newfold-labs/wp-module-customer-bluehost": "^1.6.0", - "newfold-labs/wp-module-data": "^2.4.3", - "newfold-labs/wp-module-ecommerce": "^1.2.0", - "newfold-labs/wp-module-help-center": "^1.0.16", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^2.0.1", - "newfold-labs/wp-module-notifications": "^1.1.4", - "newfold-labs/wp-module-onboarding": "^1.10.2", - "newfold-labs/wp-module-patterns": "^0.1.4", - "newfold-labs/wp-module-performance": "^1.1.1", - "newfold-labs/wp-module-runtime": "^1.0.2", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.4", - "newfold-labs/wp-module-staging": "^1.1.0", - "wp-forge/wp-update-handler": "^1.0", - "wp-forge/wp-upgrade-handler": "^1.0" + "newfold-labs/wp-module-data": "^2.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "roave/security-advisories": "dev-latest", - "wp-cli/i18n-command": "^2.4.3", - "wp-phpunit/wp-phpunit": "^6.2" + "bluehost/wp-php-standards": "^1.1" + }, + "time": "2022-09-22T20:31:31+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Bluehost\\WP\\Data\\": "includes" + }, + "files": [ + "bootstrap.php" + ] }, - "time": "2023-08-30T16:00:31+00:00", - "type": "wordpress-plugin", "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -8780,69 +9038,52 @@ "authors": [ { "name": "Evan Mullins", - "homepage": "https://evanmullins.com" + "email": "evan@bluehost.com" } ], - "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "Bluehost Specific Customer Data Module Integrations", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.1.0", - "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.4.6", + "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" } }, - "3.2.0": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "3.2.0", - "version_normalized": "3.2.0.0", + "1.4.7": { + "name": "bluehost/bluehost-wp-customer-data", + "version": "1.4.7", + "version_normalized": "1.4.7.0", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "6a339d8bc622d17914189e6a2d4b6d55d2968720" + "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", + "reference": "67a308dbef35ce6646c872faf3b967ef3a23c624" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/6a339d8bc622d17914189e6a2d4b6d55d2968720", - "reference": "6a339d8bc622d17914189e6a2d4b6d55d2968720", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/67a308dbef35ce6646c872faf3b967ef3a23c624", + "reference": "67a308dbef35ce6646c872faf3b967ef3a23c624", "shasum": "" }, "require": { - "newfold-labs/wp-module-business-reviews": "^1.1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.9", - "newfold-labs/wp-module-ctb": "^1.0.2", - "newfold-labs/wp-module-customer-bluehost": "^1.6.0", - "newfold-labs/wp-module-data": "^2.4.4", - "newfold-labs/wp-module-ecommerce": "^1.2.3", - "newfold-labs/wp-module-help-center": "^1.0.16", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^2.0.1", - "newfold-labs/wp-module-notifications": "^1.1.4", - "newfold-labs/wp-module-onboarding": "^1.10.3", - "newfold-labs/wp-module-patterns": "^0.1.4", - "newfold-labs/wp-module-performance": "^1.2.1", - "newfold-labs/wp-module-runtime": "^1.0.4", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.4", - "newfold-labs/wp-module-staging": "^1.1.0", - "wp-forge/wp-update-handler": "^1.0", - "wp-forge/wp-upgrade-handler": "^1.0" + "newfold-labs/wp-module-data": "^2.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "roave/security-advisories": "dev-latest", - "wp-cli/i18n-command": "^2.4.3", - "wp-phpunit/wp-phpunit": "^6.3.1" + "bluehost/wp-php-standards": "^1.1" + }, + "time": "2022-11-18T21:56:29+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Bluehost\\WP\\Data\\": "includes" + }, + "files": [ + "bootstrap.php" + ] }, - "time": "2023-09-13T18:50:04+00:00", - "type": "wordpress-plugin", "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -8851,70 +9092,52 @@ "authors": [ { "name": "Evan Mullins", - "homepage": "https://evanmullins.com" + "email": "evan@bluehost.com" } ], - "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "Bluehost Specific Customer Data Module Integrations", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.2.0", - "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.4.7", + "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" } }, - "3.3.0": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "3.3.0", - "version_normalized": "3.3.0.0", + "dev-fix/php-notices": { + "name": "bluehost/bluehost-wp-customer-data", + "version": "dev-fix/php-notices", + "version_normalized": "dev-fix/php-notices", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "c549de4c31f2a86efa7d898a4ac833002a032270" + "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", + "reference": "7b28e349e988b384ba2a243ffc7ded57b211fef7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/c549de4c31f2a86efa7d898a4ac833002a032270", - "reference": "c549de4c31f2a86efa7d898a4ac833002a032270", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/7b28e349e988b384ba2a243ffc7ded57b211fef7", + "reference": "7b28e349e988b384ba2a243ffc7ded57b211fef7", "shasum": "" }, "require": { - "newfold-labs/wp-module-business-reviews": "^1.1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.9", - "newfold-labs/wp-module-ctb": "^1.1.2", - "newfold-labs/wp-module-customer-bluehost": "^1.6.0", - "newfold-labs/wp-module-data": "^2.4.6", - "newfold-labs/wp-module-ecommerce": "^1.2.4", - "newfold-labs/wp-module-global-ctb": "^1.0.4", - "newfold-labs/wp-module-help-center": "^1.0.17", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^2.0.2", - "newfold-labs/wp-module-notifications": "^1.1.5", - "newfold-labs/wp-module-onboarding": "^1.10.4", - "newfold-labs/wp-module-patterns": "^0.1.4", - "newfold-labs/wp-module-performance": "^1.2.1", - "newfold-labs/wp-module-runtime": "^1.0.5", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.4", - "newfold-labs/wp-module-staging": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0", - "wp-forge/wp-upgrade-handler": "^1.0" + "endurance/wp-module-data": ">=1.6.1" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "roave/security-advisories": "dev-latest", - "wp-cli/i18n-command": "^2.4.4", - "wp-phpunit/wp-phpunit": "^6.3.1" + "bluehost/wp-php-standards": "^1.1" + }, + "time": "2022-05-27T18:00:48+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Bluehost\\WP\\Data\\": "includes" + }, + "files": [ + "bootstrap.php" + ] }, - "time": "2023-09-27T13:30:00+00:00", - "type": "wordpress-plugin", "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -8923,70 +9146,52 @@ "authors": [ { "name": "Evan Mullins", - "homepage": "https://evanmullins.com" + "email": "evan@bluehost.com" } ], - "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "Bluehost Specific Customer Data Module Integrations", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.3.0", - "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/fix/php-notices", + "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" } }, - "3.3.1": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "3.3.1", - "version_normalized": "3.3.1.0", + "dev-main": { + "name": "bluehost/bluehost-wp-customer-data", + "version": "dev-main", + "version_normalized": "dev-main", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "737db0d5c2569d8ab33027eb918b814de79dad46" + "url": "https://github.com/bluehost/bluehost-wp-customer-data.git", + "reference": "67a308dbef35ce6646c872faf3b967ef3a23c624" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/737db0d5c2569d8ab33027eb918b814de79dad46", - "reference": "737db0d5c2569d8ab33027eb918b814de79dad46", + "url": "https://api.github.com/repos/bluehost/bluehost-wp-customer-data/zipball/67a308dbef35ce6646c872faf3b967ef3a23c624", + "reference": "67a308dbef35ce6646c872faf3b967ef3a23c624", "shasum": "" }, "require": { - "newfold-labs/wp-module-business-reviews": "^1.1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.9", - "newfold-labs/wp-module-ctb": "^1.1.2", - "newfold-labs/wp-module-customer-bluehost": "^1.6.0", - "newfold-labs/wp-module-data": "^2.4.6", - "newfold-labs/wp-module-ecommerce": "^1.2.4", - "newfold-labs/wp-module-global-ctb": "^1.0.4", - "newfold-labs/wp-module-help-center": "^1.0.18", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^2.0.2", - "newfold-labs/wp-module-notifications": "^1.1.5", - "newfold-labs/wp-module-onboarding": "^1.11.0", - "newfold-labs/wp-module-patterns": "^0.1.4", - "newfold-labs/wp-module-performance": "^1.2.1", - "newfold-labs/wp-module-runtime": "^1.0.5", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.4", - "newfold-labs/wp-module-staging": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0", - "wp-forge/wp-upgrade-handler": "^1.0" + "newfold-labs/wp-module-data": "^2.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "roave/security-advisories": "dev-latest", - "wp-cli/i18n-command": "^2.4.4", - "wp-phpunit/wp-phpunit": "^6.3.1" + "bluehost/wp-php-standards": "^1.1" + }, + "time": "2022-11-18T21:56:29+00:00", + "type": "library", + "autoload": { + "psr-4": { + "Bluehost\\WP\\Data\\": "includes" + }, + "files": [ + "bootstrap.php" + ] }, - "time": "2023-09-28T17:00:02+00:00", - "type": "wordpress-plugin", "scripts": { "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." + "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." - ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" + "vendor/bin/phpcs . --standard=Bluehost -s" ] }, "license": [ @@ -8995,7021 +9200,435 @@ "authors": [ { "name": "Evan Mullins", - "homepage": "https://evanmullins.com" + "email": "evan@bluehost.com" } ], - "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "Bluehost Specific Customer Data Module Integrations", "support": { - "source": "https://github.com/bluehost/bluehost-wordpress-plugin/tree/3.3.1", - "issues": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "source": "https://github.com/bluehost/bluehost-wp-customer-data/tree/1.4.7", + "issues": "https://github.com/bluehost/bluehost-wp-customer-data/issues" } - }, - "3.3.2": { - "name": "bluehost/bluehost-wordpress-plugin", - "version": "3.3.2", - "version_normalized": "3.3.2.0", + } + }, + "bluehost/endurance-wp-module-gutenframe": { + "0.1.0": { + "name": "bluehost/endurance-wp-module-gutenframe", + "version": "0.1.0", + "version_normalized": "0.1.0.0", "source": { "type": "git", - "url": "https://github.com/bluehost/bluehost-wordpress-plugin.git", - "reference": "2414dddd73aed97cf1e525f54b608e0dd5bdc3fc" + "url": "https://github.com/bluehost/endurance-wp-module-gutenframe.git", + "reference": "da28927053c7d3ded6a55bd015abe563046a7cec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/bluehost-wordpress-plugin/zipball/2414dddd73aed97cf1e525f54b608e0dd5bdc3fc", - "reference": "2414dddd73aed97cf1e525f54b608e0dd5bdc3fc", + "url": "https://api.github.com/repos/bluehost/endurance-wp-module-gutenframe/zipball/da28927053c7d3ded6a55bd015abe563046a7cec", + "reference": "da28927053c7d3ded6a55bd015abe563046a7cec", "shasum": "" }, "require": { - "newfold-labs/wp-module-business-reviews": "^1.1.1", - "newfold-labs/wp-module-coming-soon": "^1.1.9", - "newfold-labs/wp-module-ctb": "^1.1.2", - "newfold-labs/wp-module-customer-bluehost": "^1.6.0", - "newfold-labs/wp-module-data": "^2.4.6", - "newfold-labs/wp-module-ecommerce": "^1.2.4", - "newfold-labs/wp-module-global-ctb": "^1.0.4", - "newfold-labs/wp-module-help-center": "1.0.17", - "newfold-labs/wp-module-loader": "^1.0.10", - "newfold-labs/wp-module-marketplace": "^2.0.2", - "newfold-labs/wp-module-notifications": "^1.1.5", - "newfold-labs/wp-module-onboarding": "1.10.4", - "newfold-labs/wp-module-patterns": "^0.1.4", - "newfold-labs/wp-module-performance": "^1.2.1", - "newfold-labs/wp-module-runtime": "^1.0.5", - "newfold-labs/wp-module-secure-passwords": "^1.1", - "newfold-labs/wp-module-sso": "^1.0.4", - "newfold-labs/wp-module-staging": "^1.1.1", - "wp-forge/wp-update-handler": "^1.0", - "wp-forge/wp-upgrade-handler": "^1.0" + "bluehost/wp-php-standards": "^1.1" }, - "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "roave/security-advisories": "dev-latest", - "wp-cli/i18n-command": "^2.4.4", - "wp-phpunit/wp-phpunit": "^6.3.1" + "time": "2019-07-17T21:37:00+00:00", + "type": "library", + "autoload": { + "classmap": [ + "src/" + ], + "files": [ + "bootstrap.php" + ] }, - "time": "2023-09-28T22:56:17+00:00", - "type": "wordpress-plugin", "scripts": { - "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." - ], "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." + "vendor/bin/phpcs . --standard=Bluehost" ], - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=Report-Msgid-Bugs-To:https://github.com/bluehost/bluehost-wordpress-plugin/issues --exclude=assets,storybook,tests,src", - "vendor/bin/wp i18n make-pot . ./languages/bluehost-wordpress-plugin.pot --headers=POT-Creation-Date:null --exclude=assets,storybook,tests,src" + "clean": [ + "vendor/bin/phpcbf . --standard=Bluehost" ] }, - "license": [ - "GPL-2.0-or-later" - ], "authors": [ { - "name": "Evan Mullins", - "homepage": "https://evanmullins.com" + "name": "David Ryan", + "email": "davidb.ryan@endurance.com" } ], - "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", + "description": "A solution for forcing the Block Editor fullscreen and preparing it for