diff --git a/bluehost-wordpress-plugin.php b/bluehost-wordpress-plugin.php index f5e461e2e..8106d13cd 100644 --- a/bluehost-wordpress-plugin.php +++ b/bluehost-wordpress-plugin.php @@ -2,7 +2,7 @@ /** * Plugin Name: Bluehost * Description: This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features. - * Version: 2.11.2 + * Version: 2.11.3 * Tested up to: 6.0.1 * Requires at least: 4.7 * Requires PHP: 7.0 @@ -32,7 +32,7 @@ } // Define constants -define( 'BLUEHOST_PLUGIN_VERSION', '2.11.2' ); +define( 'BLUEHOST_PLUGIN_VERSION', '2.11.3' ); define( 'BLUEHOST_PLUGIN_FILE', __FILE__ ); define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); diff --git a/composer.lock b/composer.lock index 88c2698d1..2e3e709aa 100644 --- a/composer.lock +++ b/composer.lock @@ -136,20 +136,20 @@ }, { "name": "bluehost/endurance-wp-plugin-updater", - "version": "1.1.2", + "version": "1.1.5", "source": { "type": "git", "url": "https://github.com/bluehost/endurance-wp-plugin-updater.git", - "reference": "7ba33e3f02d612aa5e5e25751c945d6c700d1653" + "reference": "d4537b7f4e0fa4987f8e93e72eac1ec9ebe7fcc8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bluehost/endurance-wp-plugin-updater/zipball/7ba33e3f02d612aa5e5e25751c945d6c700d1653", - "reference": "7ba33e3f02d612aa5e5e25751c945d6c700d1653", + "url": "https://api.github.com/repos/bluehost/endurance-wp-plugin-updater/zipball/d4537b7f4e0fa4987f8e93e72eac1ec9ebe7fcc8", + "reference": "d4537b7f4e0fa4987f8e93e72eac1ec9ebe7fcc8", "shasum": "" }, "require": { - "pimple/pimple": "^3.2" + "newfold-labs/container": "^1.2" }, "require-dev": { "bluehost/wp-php-standards": "^1.1" @@ -179,10 +179,10 @@ ], "description": "A Composer package handling updates for WordPress plugins managed by Endurance.", "support": { - "source": "https://github.com/bluehost/endurance-wp-plugin-updater/tree/1.1.2", + "source": "https://github.com/bluehost/endurance-wp-plugin-updater/tree/1.1.5", "issues": "https://github.com/bluehost/endurance-wp-plugin-updater/issues" }, - "time": "2021-04-29T21:17:42+00:00" + "time": "2022-07-15T13:47:31+00:00" }, { "name": "bluehost/wp-module-secure-passwords", @@ -329,6 +329,44 @@ ], "time": "2021-04-16T17:34:40+00:00" }, + { + "name": "newfold-labs/container", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/container.git", + "reference": "5549ed972331edf450cd3d006691bf8a42727d4f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/container/zipball/5549ed972331edf450cd3d006691bf8a42727d4f", + "reference": "5549ed972331edf450cd3d006691bf8a42727d4f", + "shasum": "" + }, + "require": { + "php": ">=7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "NewfoldLabs\\Container\\": "includes" + } + }, + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Micah Wood", + "email": "micah@wpscholar.com" + } + ], + "description": "A lightweight, PHP 7.0+ compatible, PSR-11 dependency injection container.", + "support": { + "source": "https://github.com/newfold-labs/container/tree/1.2.1" + }, + "time": "2022-07-15T13:11:03+00:00" + }, { "name": "newfold-labs/wp-module-data", "version": "2.2", @@ -378,20 +416,20 @@ }, { "name": "newfold-labs/wp-module-loader", - "version": "1.0.4", + "version": "1.0.6", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-loader.git", - "reference": "0a4f6014040f06bc3e7c4c593d5c87bbc0b6544f" + "reference": "9cfab9e3780a8595cdc96cb6c3b6c963e8fb3124" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-loader/zipball/0a4f6014040f06bc3e7c4c593d5c87bbc0b6544f", - "reference": "0a4f6014040f06bc3e7c4c593d5c87bbc0b6544f", + "url": "https://api.github.com/repos/newfold-labs/wp-module-loader/zipball/9cfab9e3780a8595cdc96cb6c3b6c963e8fb3124", + "reference": "9cfab9e3780a8595cdc96cb6c3b6c963e8fb3124", "shasum": "" }, "require": { - "wp-forge/container": "^1.0", + "newfold-labs/container": "^1.2", "wp-forge/fluent": "^1.0", "wp-forge/wp-options": "^1.0", "wpscholar/collection": "^1.0" @@ -417,10 +455,10 @@ ], "description": "A module that handles registration and management of Newfold modules used within our WordPress plugins.", "support": { - "source": "https://github.com/newfold-labs/wp-module-loader/tree/1.0.4", + "source": "https://github.com/newfold-labs/wp-module-loader/tree/1.0.6", "issues": "https://github.com/newfold-labs/wp-module-loader/issues" }, - "time": "2022-05-02T20:45:29+00:00" + "time": "2022-07-15T13:15:46+00:00" }, { "name": "newfold-labs/wp-module-marketplace", @@ -510,148 +548,6 @@ }, "time": "2022-07-05T20:09:37+00:00" }, - { - "name": "pimple/pimple", - "version": "v3.5.0", - "source": { - "type": "git", - "url": "https://github.com/silexphp/Pimple.git", - "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed", - "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed", - "shasum": "" - }, - "require": { - "php": ">=7.2.5", - "psr/container": "^1.1 || ^2.0" - }, - "require-dev": { - "symfony/phpunit-bridge": "^5.4@dev" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.4.x-dev" - } - }, - "autoload": { - "psr-0": { - "Pimple": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Pimple, a simple Dependency Injection Container", - "homepage": "https://pimple.symfony.com", - "keywords": [ - "container", - "dependency injection" - ], - "support": { - "source": "https://github.com/silexphp/Pimple/tree/v3.5.0" - }, - "time": "2021-10-28T11:13:42+00:00" - }, - { - "name": "psr/container", - "version": "1.1.2", - "source": { - "type": "git", - "url": "https://github.com/php-fig/container.git", - "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", - "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", - "shasum": "" - }, - "require": { - "php": ">=7.4.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Psr\\Container\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common Container Interface (PHP FIG PSR-11)", - "homepage": "https://github.com/php-fig/container", - "keywords": [ - "PSR-11", - "container", - "container-interface", - "container-interop", - "psr" - ], - "support": { - "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/1.1.2" - }, - "time": "2021-11-05T16:50:12+00:00" - }, - { - "name": "wp-forge/container", - "version": "1.1", - "source": { - "type": "git", - "url": "https://github.com/wp-forge/container.git", - "reference": "1c48853f79b6319e4e7f14b9f3e28c2142ec89b5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/wp-forge/container/zipball/1c48853f79b6319e4e7f14b9f3e28c2142ec89b5", - "reference": "1c48853f79b6319e4e7f14b9f3e28c2142ec89b5", - "shasum": "" - }, - "require": { - "php": ">=7.0", - "psr/container": "^1.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "WP_Forge\\Container\\": "includes" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Micah Wood", - "email": "micah@wpscholar.com" - } - ], - "description": "A lightweight, PHP 5.4+ compatible, PSR-11 dependency injection container.", - "support": { - "issues": "https://github.com/wp-forge/container/issues", - "source": "https://github.com/wp-forge/container/tree/1.1" - }, - "time": "2022-07-14T11:26:51+00:00" - }, { "name": "wp-forge/fluent", "version": "1.0", @@ -2112,6 +2008,54 @@ }, "time": "2021-12-30T16:37:40+00:00" }, + { + "name": "psr/container", + "version": "1.1.2", + "source": { + "type": "git", + "url": "https://github.com/php-fig/container.git", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", + "shasum": "" + }, + "require": { + "php": ">=7.4.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Psr\\Container\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", + "keywords": [ + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" + ], + "support": { + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container/tree/1.1.2" + }, + "time": "2021-11-05T16:50:12+00:00" + }, { "name": "psr/log", "version": "1.1.4", @@ -3689,16 +3633,16 @@ }, { "name": "wp-cli/core-command", - "version": "v2.1.1", + "version": "v2.1.2", "source": { "type": "git", "url": "https://github.com/wp-cli/core-command.git", - "reference": "a75d052ea000b4f0ec14106c110836b376e95a4f" + "reference": "f5fe574c1247b4e9ba50686bbce3b87b67579ad0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/core-command/zipball/a75d052ea000b4f0ec14106c110836b376e95a4f", - "reference": "a75d052ea000b4f0ec14106c110836b376e95a4f", + "url": "https://api.github.com/repos/wp-cli/core-command/zipball/f5fe574c1247b4e9ba50686bbce3b87b67579ad0", + "reference": "f5fe574c1247b4e9ba50686bbce3b87b67579ad0", "shasum": "" }, "require": { @@ -3754,9 +3698,9 @@ "homepage": "https://github.com/wp-cli/core-command", "support": { "issues": "https://github.com/wp-cli/core-command/issues", - "source": "https://github.com/wp-cli/core-command/tree/v2.1.1" + "source": "https://github.com/wp-cli/core-command/tree/v2.1.2" }, - "time": "2022-01-21T21:29:11+00:00" + "time": "2022-07-05T22:15:28+00:00" }, { "name": "wp-cli/cron-command", @@ -3828,16 +3772,16 @@ }, { "name": "wp-cli/db-command", - "version": "v2.0.20", + "version": "v2.0.21", "source": { "type": "git", "url": "https://github.com/wp-cli/db-command.git", - "reference": "709f58c30d178afcdecaf56068ca9f5e985ed6b9" + "reference": "de9c4914173840edc02aea1ffa66db8c0e7f80a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/db-command/zipball/709f58c30d178afcdecaf56068ca9f5e985ed6b9", - "reference": "709f58c30d178afcdecaf56068ca9f5e985ed6b9", + "url": "https://api.github.com/repos/wp-cli/db-command/zipball/de9c4914173840edc02aea1ffa66db8c0e7f80a0", + "reference": "de9c4914173840edc02aea1ffa66db8c0e7f80a0", "shasum": "" }, "require": { @@ -3896,9 +3840,9 @@ "homepage": "https://github.com/wp-cli/db-command", "support": { "issues": "https://github.com/wp-cli/db-command/issues", - "source": "https://github.com/wp-cli/db-command/tree/v2.0.20" + "source": "https://github.com/wp-cli/db-command/tree/v2.0.21" }, - "time": "2022-01-25T03:11:39+00:00" + "time": "2022-07-14T14:19:05+00:00" }, { "name": "wp-cli/embed-command", @@ -4301,16 +4245,16 @@ }, { "name": "wp-cli/extension-command", - "version": "v2.1.4", + "version": "v2.1.5", "source": { "type": "git", "url": "https://github.com/wp-cli/extension-command.git", - "reference": "6401d7ea51084fac40010c2fb305be640675f385" + "reference": "362a142a5ffc8a1f01a6a81cdfa6e70114342f77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/extension-command/zipball/6401d7ea51084fac40010c2fb305be640675f385", - "reference": "6401d7ea51084fac40010c2fb305be640675f385", + "url": "https://api.github.com/repos/wp-cli/extension-command/zipball/362a142a5ffc8a1f01a6a81cdfa6e70114342f77", + "reference": "362a142a5ffc8a1f01a6a81cdfa6e70114342f77", "shasum": "" }, "require": { @@ -4392,22 +4336,22 @@ "homepage": "https://github.com/wp-cli/extension-command", "support": { "issues": "https://github.com/wp-cli/extension-command/issues", - "source": "https://github.com/wp-cli/extension-command/tree/v2.1.4" + "source": "https://github.com/wp-cli/extension-command/tree/v2.1.5" }, - "time": "2022-01-25T02:07:46+00:00" + "time": "2022-07-11T11:32:13+00:00" }, { "name": "wp-cli/i18n-command", - "version": "v2.3.0", + "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/wp-cli/i18n-command.git", - "reference": "bcb1a8159679cafdf1da884dbe5830122bae2c4d" + "reference": "45bc2b47a4ed103b871cd2ec5b483ab55ad12d99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/bcb1a8159679cafdf1da884dbe5830122bae2c4d", - "reference": "bcb1a8159679cafdf1da884dbe5830122bae2c4d", + "url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/45bc2b47a4ed103b871cd2ec5b483ab55ad12d99", + "reference": "45bc2b47a4ed103b871cd2ec5b483ab55ad12d99", "shasum": "" }, "require": { @@ -4421,6 +4365,7 @@ "wp-cli/wp-cli-tests": "^3.1" }, "suggest": { + "ext-json": "Used for reading and generating JSON translation files", "ext-mbstring": "Used for calculating include/exclude matches in code extraction" }, "type": "wp-cli-package", @@ -4432,7 +4377,9 @@ "commands": [ "i18n", "i18n make-pot", - "i18n make-json" + "i18n make-json", + "i18n make-mo", + "i18n update-po" ] }, "autoload": { @@ -4457,9 +4404,9 @@ "homepage": "https://github.com/wp-cli/i18n-command", "support": { "issues": "https://github.com/wp-cli/i18n-command/issues", - "source": "https://github.com/wp-cli/i18n-command/tree/v2.3.0" + "source": "https://github.com/wp-cli/i18n-command/tree/v2.4.0" }, - "time": "2022-04-06T15:32:48+00:00" + "time": "2022-07-04T21:43:20+00:00" }, { "name": "wp-cli/import-command", @@ -4663,16 +4610,16 @@ }, { "name": "wp-cli/media-command", - "version": "v2.0.12", + "version": "v2.0.13", "source": { "type": "git", "url": "https://github.com/wp-cli/media-command.git", - "reference": "7cbf32c7fa68631619f85a9bea0fb80fca119ba6" + "reference": "011af49eaa31e1438c2567775fb175d412644b0d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/media-command/zipball/7cbf32c7fa68631619f85a9bea0fb80fca119ba6", - "reference": "7cbf32c7fa68631619f85a9bea0fb80fca119ba6", + "url": "https://api.github.com/repos/wp-cli/media-command/zipball/011af49eaa31e1438c2567775fb175d412644b0d", + "reference": "011af49eaa31e1438c2567775fb175d412644b0d", "shasum": "" }, "require": { @@ -4719,9 +4666,9 @@ "homepage": "https://github.com/wp-cli/media-command", "support": { "issues": "https://github.com/wp-cli/media-command/issues", - "source": "https://github.com/wp-cli/media-command/tree/v2.0.12" + "source": "https://github.com/wp-cli/media-command/tree/v2.0.13" }, - "time": "2021-12-06T16:13:51+00:00" + "time": "2022-05-28T07:51:36+00:00" }, { "name": "wp-cli/mustangostang-spyc", @@ -4841,16 +4788,16 @@ }, { "name": "wp-cli/php-cli-tools", - "version": "v0.11.13", + "version": "v0.11.14", "source": { "type": "git", "url": "https://github.com/wp-cli/php-cli-tools.git", - "reference": "a2866855ac1abc53005c102e901553ad5772dc04" + "reference": "f8f340e4a87687549d046e2da516242f7f36c934" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/a2866855ac1abc53005c102e901553ad5772dc04", - "reference": "a2866855ac1abc53005c102e901553ad5772dc04", + "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/f8f340e4a87687549d046e2da516242f7f36c934", + "reference": "f8f340e4a87687549d046e2da516242f7f36c934", "shasum": "" }, "require": { @@ -4889,9 +4836,9 @@ ], "support": { "issues": "https://github.com/wp-cli/php-cli-tools/issues", - "source": "https://github.com/wp-cli/php-cli-tools/tree/v0.11.13" + "source": "https://github.com/wp-cli/php-cli-tools/tree/v0.11.14" }, - "time": "2021-07-01T15:08:16+00:00" + "time": "2022-07-04T21:44:34+00:00" }, { "name": "wp-cli/rewrite-command",