From 05a9d5dccb1d687def2c549aa201e6f1aab95bdb Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Mon, 28 Oct 2024 16:29:27 -0400 Subject: [PATCH 1/3] update plugin version to 3.15.2 --- bluehost-wordpress-plugin.php | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bluehost-wordpress-plugin.php b/bluehost-wordpress-plugin.php index 667d282d0..7e0cd056e 100644 --- a/bluehost-wordpress-plugin.php +++ b/bluehost-wordpress-plugin.php @@ -12,7 +12,7 @@ * Plugin URI: https://bluehost.com * Update URI: https://github.com/bluehost/bluehost-wordpress-plugin * Description: WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features. - * Version: 3.15.1 + * Version: 3.15.2 * Requires at least: 6.4 * Requires PHP: 7.3 * Tested up to: 6.6.2 @@ -32,7 +32,7 @@ } // Define constants -define( 'BLUEHOST_PLUGIN_VERSION', '3.15.1' ); +define( 'BLUEHOST_PLUGIN_VERSION', '3.15.2' ); define( 'BLUEHOST_PLUGIN_FILE', __FILE__ ); define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); diff --git a/package.json b/package.json index abb18a2cb..664534735 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.15.1", + "version": "3.15.2", "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "author": { "name": "Bluehost", From 6ca3f5701e23c4b5b04952bc0552d9ccec134581 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Mon, 28 Oct 2024 16:31:42 -0400 Subject: [PATCH 2/3] update modules onboarding updated to 2.5.2 activation to 1.0.5 runtime to 1.0.12 removed unused my-products module --- composer.json | 7 ++-- composer.lock | 97 ++++++++++------------------------------------- package-lock.json | 33 +++++++--------- package.json | 2 +- 4 files changed, 37 insertions(+), 102 deletions(-) diff --git a/composer.json b/composer.json index bd37521d9..7dbbb8268 100644 --- a/composer.json +++ b/composer.json @@ -72,7 +72,7 @@ "wp-phpunit/wp-phpunit": "^6.6.2" }, "require": { - "newfold-labs/wp-module-activation": "^1.0.4", + "newfold-labs/wp-module-activation": "^1.0.5", "newfold-labs/wp-module-atomic": "^1.3.0", "newfold-labs/wp-module-coming-soon": "^1.2.6", "newfold-labs/wp-module-context": "^1.0.1", @@ -87,14 +87,13 @@ "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.4.0", "newfold-labs/wp-module-migration": "^1.0.12", - "newfold-labs/wp-module-my-products": "^1.0.6", "newfold-labs/wp-module-notifications": "^1.6.1", - "newfold-labs/wp-module-onboarding": "^2.5.0", + "newfold-labs/wp-module-onboarding": "^2.5.2", "newfold-labs/wp-module-onboarding-data": "^1.2.1", "newfold-labs/wp-module-patterns": "^2.6.0", "newfold-labs/wp-module-performance": "2.0.1 as 1.9.9", "newfold-labs/wp-module-pls": "^1.0.0", - "newfold-labs/wp-module-runtime": "^1.0.11", + "newfold-labs/wp-module-runtime": "^1.0.12", "newfold-labs/wp-module-secure-passwords": "^1.1.1", "newfold-labs/wp-module-solutions": "^1.0.2", "newfold-labs/wp-module-sso": "^1.0.6", diff --git a/composer.lock b/composer.lock index 7413e8b23..8ccb66ddd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "41b79e4719f77b057090712226555a02", + "content-hash": "6f53c9e9310820bb7949ce4a0b571f06", "packages": [ { "name": "doctrine/inflector", @@ -565,16 +565,16 @@ }, { "name": "newfold-labs/wp-module-activation", - "version": "1.0.4", + "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-activation.git", - "reference": "6004a69982fd788f2781bcf6b35ee29394d477b5" + "reference": "66b5ecc883f0de1ac1345a10d6afc1a1df4d1b80" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-activation/zipball/6004a69982fd788f2781bcf6b35ee29394d477b5", - "reference": "6004a69982fd788f2781bcf6b35ee29394d477b5", + "url": "https://api.github.com/repos/newfold-labs/wp-module-activation/zipball/66b5ecc883f0de1ac1345a10d6afc1a1df4d1b80", + "reference": "66b5ecc883f0de1ac1345a10d6afc1a1df4d1b80", "shasum": "" }, "require-dev": { @@ -616,10 +616,10 @@ ], "description": "A Module for handling WordPress brand plugins activations", "support": { - "source": "https://github.com/newfold-labs/wp-module-activation/tree/1.0.4", + "source": "https://github.com/newfold-labs/wp-module-activation/tree/1.0.5", "issues": "https://github.com/newfold-labs/wp-module-activation/issues" }, - "time": "2024-10-07T21:35:20+00:00" + "time": "2024-10-25T20:19:11+00:00" }, { "name": "newfold-labs/wp-module-ai", @@ -1486,65 +1486,6 @@ }, "time": "2024-09-25T08:45:49+00:00" }, - { - "name": "newfold-labs/wp-module-my-products", - "version": "1.0.6", - "source": { - "type": "git", - "url": "https://github.com/newfold-labs/wp-module-my-products.git", - "reference": "a30b4201e047cfe5b77574bf862bee59422afd91" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-my-products/zipball/a30b4201e047cfe5b77574bf862bee59422afd91", - "reference": "a30b4201e047cfe5b77574bf862bee59422afd91", - "shasum": "" - }, - "require": { - "newfold-labs/wp-module-context": "^1.0", - "newfold-labs/wp-module-data": "^2.6.1", - "newfold-labs/wp-module-features": "^1.3.0" - }, - "require-dev": { - "newfold-labs/wp-php-standards": "^1.2" - }, - "type": "library", - "autoload": { - "psr-4": { - "NewfoldLabs\\WP\\Module\\MyProducts\\": "includes" - }, - "files": [ - "bootstrap.php" - ] - }, - "scripts": { - "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." - ], - "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." - ] - }, - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Vara Prasad Maruboina", - "email": "varaprasad.maruboina@newfold.com" - }, - { - "name": "Girish Lokapure", - "email": "girish.lokapure@newfold.com" - } - ], - "description": "A module for rendering user-specific product data utilizing the Hiive Users API, which integrates with the Fulfilment Gateway API.", - "support": { - "source": "https://github.com/newfold-labs/wp-module-my-products/tree/1.0.6", - "issues": "https://github.com/newfold-labs/wp-module-my-products/issues" - }, - "time": "2024-09-17T17:37:57+00:00" - }, { "name": "newfold-labs/wp-module-notifications", "version": "1.6.1", @@ -1592,16 +1533,16 @@ }, { "name": "newfold-labs/wp-module-onboarding", - "version": "2.5.0", + "version": "2.5.2", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding.git", - "reference": "4a517294657f4c895b2f3dbc025fc93dbab263ab" + "reference": "92f4bbeb9ed18ccc423501424d353a2dd0ea5d54" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/4a517294657f4c895b2f3dbc025fc93dbab263ab", - "reference": "4a517294657f4c895b2f3dbc025fc93dbab263ab", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/92f4bbeb9ed18ccc423501424d353a2dd0ea5d54", + "reference": "92f4bbeb9ed18ccc423501424d353a2dd0ea5d54", "shasum": "" }, "require": { @@ -1647,10 +1588,10 @@ ], "description": "Next-generation WordPress Onboarding for WordPress sites at Newfold Digital.", "support": { - "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/2.5.0", + "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/2.5.2", "issues": "https://github.com/newfold-labs/wp-module-onboarding/issues" }, - "time": "2024-10-23T12:55:56+00:00" + "time": "2024-10-28T19:33:31+00:00" }, { "name": "newfold-labs/wp-module-onboarding-data", @@ -1859,16 +1800,16 @@ }, { "name": "newfold-labs/wp-module-runtime", - "version": "v1.0.11", + "version": "1.0.12", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-runtime.git", - "reference": "fe58c1d7db085b84214b90449314d6392ec966f6" + "reference": "c63ba65520c917a9be99a492bc824f4a54c2daef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-runtime/zipball/fe58c1d7db085b84214b90449314d6392ec966f6", - "reference": "fe58c1d7db085b84214b90449314d6392ec966f6", + "url": "https://api.github.com/repos/newfold-labs/wp-module-runtime/zipball/c63ba65520c917a9be99a492bc824f4a54c2daef", + "reference": "c63ba65520c917a9be99a492bc824f4a54c2daef", "shasum": "" }, "require-dev": { @@ -1904,10 +1845,10 @@ ], "description": "Runtime for Newfold WP modules and plugins", "support": { - "source": "https://github.com/newfold-labs/wp-module-runtime/tree/v1.0.11", + "source": "https://github.com/newfold-labs/wp-module-runtime/tree/1.0.12", "issues": "https://github.com/newfold-labs/wp-module-runtime/issues" }, - "time": "2024-05-06T07:16:26+00:00" + "time": "2024-10-25T21:53:35+00:00" }, { "name": "newfold-labs/wp-module-secure-passwords", diff --git a/package-lock.json b/package-lock.json index 5004d52e6..37bead487 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.15.1", + "version": "3.15.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bluehost-wordpress-plugin", - "version": "3.15.1", + "version": "3.15.2", "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.5", "@newfold-labs/wp-module-ecommerce": "^1.4.1", "@newfold-labs/wp-module-facebook": "^1.0.9", - "@newfold-labs/wp-module-runtime": "^1.0.10", + "@newfold-labs/wp-module-runtime": "^1.0.12", "@newfold/ui-component-library": "^1.1.0", "@reduxjs/toolkit": "^2.2.7", "@wordpress/compose": "^7.8.0", @@ -3469,12 +3469,12 @@ } }, "node_modules/@newfold-labs/wp-module-runtime": { - "version": "1.0.11", - "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-runtime/1.0.11/7672f347f539805d77b981327352879c024139bb", - "integrity": "sha512-cqRRgN3qbb9zP3Cr5i1tmklmyaTtOoPZQa9jLLEh98Tl2ER90rWqS/l6lqufGzg/Cy5sUuMLu8coDCI4jaqgcg==", + "version": "1.0.12", + "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-runtime/1.0.12/43125085f9ca75396e919bcc014c1b6cc4e86411", + "integrity": "sha512-9n7Q/osy8Xz+WU+bvE7L86lKilnaFABohWHfs9uzzqFBhg6yD/TlZAJy7n7jeLIJSjxZfMBEEDE8GiXVWua+rw==", "license": "GPL-2.0-or-later", "dependencies": { - "@wordpress/url": "3.36.0" + "@wordpress/url": "4.10.0" } }, "node_modules/@newfold/ui-component-library": { @@ -7355,24 +7355,19 @@ } }, "node_modules/@wordpress/url": { - "version": "3.36.0", - "resolved": "https://registry.npmjs.org/@wordpress/url/-/url-3.36.0.tgz", - "integrity": "sha512-PS/xGlePuTZzht6l9DHvz59lHOE1oPPYOOQj7GbQ+R0uoaaeBDBPsFZSA38jaM2fiu+qGzbOFN7JQZrJma10VQ==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/@wordpress/url/-/url-4.10.0.tgz", + "integrity": "sha512-SKlXocsTlaSee2trXcB0N3jdIfEGMnPiqNxxvTjeeBmsP/47MMXu5lXYslYyYlQbluhAR5/RMf0o3WqZAF2uOg==", "license": "GPL-2.0-or-later", "dependencies": { - "@babel/runtime": "^7.16.0", - "remove-accents": "^0.4.2" + "@babel/runtime": "7.25.7", + "remove-accents": "^0.5.0" }, "engines": { - "node": ">=12" + "node": ">=18.12.0", + "npm": ">=8.19.2" } }, - "node_modules/@wordpress/url/node_modules/remove-accents": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/remove-accents/-/remove-accents-0.4.4.tgz", - "integrity": "sha512-EpFcOa/ISetVHEXqu+VwI96KZBmq+a8LJnGkaeFw45epGlxIZz5dhEEnNZMsQXgORu3qaMoLX4qJCzOik6ytAg==", - "license": "MIT" - }, "node_modules/@wordpress/warning": { "version": "2.58.0", "resolved": "https://registry.npmjs.org/@wordpress/warning/-/warning-2.58.0.tgz", diff --git a/package.json b/package.json index 664534735..729fd3cfe 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@heroicons/react": "^2.1.5", "@newfold-labs/wp-module-ecommerce": "^1.4.1", "@newfold-labs/wp-module-facebook": "^1.0.9", - "@newfold-labs/wp-module-runtime": "^1.0.10", + "@newfold-labs/wp-module-runtime": "^1.0.12", "@newfold/ui-component-library": "^1.1.0", "@reduxjs/toolkit": "^2.2.7", "@wordpress/compose": "^7.8.0", From ae92f066ddb3f73e2bfcb5ec87885796b442d2b3 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Mon, 28 Oct 2024 16:32:29 -0400 Subject: [PATCH 3/3] i18n file update for 3.15.2 release --- languages/wp-plugin-bluehost.pot | 130 +++++++++++++++---------------- 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/languages/wp-plugin-bluehost.pot b/languages/wp-plugin-bluehost.pot index 0fbb12a3d..b6200f954 100644 --- a/languages/wp-plugin-bluehost.pot +++ b/languages/wp-plugin-bluehost.pot @@ -2,7 +2,7 @@ # This file is distributed under the GPL 2.0 or later. msgid "" msgstr "" -"Project-Id-Version: The Bluehost Plugin 3.15.1\n" +"Project-Id-Version: The Bluehost Plugin 3.15.2\n" "Report-Msgid-Bugs-To: https://github.com/bluehost/bluehost-wordpress-plugin/issues\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -86,43 +86,43 @@ msgstr "" #: inc/Admin.php:72 #: inc/Admin.php:289 -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Home" msgstr "" #: inc/Admin.php:75 -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Pages & Posts" msgstr "" #: inc/Admin.php:78 -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Store" msgstr "" #: inc/Admin.php:81 -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Marketplace" msgstr "" #: inc/Admin.php:86 -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "My Plugins & Tools" msgstr "" #: inc/Admin.php:92 -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Performance" msgstr "" #: inc/Admin.php:96 #: inc/Admin.php:290 -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Settings" msgstr "" #: inc/Admin.php:101 -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Staging" msgstr "" @@ -196,221 +196,221 @@ msgstr "" msgid "Auto-updates enabled" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Bluehost WordPress Plugin" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Oh No, An Error!" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "You found an error, please refresh the page and try again!" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "If the error persists, please contact support." msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Error code:" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Bluehost Account" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "There's nothing here!" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Products & Services" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Sales & Promotions" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Sales Channel" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Payments" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Store Details" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Help with WordPress" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Admin" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "The staging feature provides a way to copy a site to test new updates, features or content." msgstr "" -#: build/3.15.1/index.js:1 -#: build/3.15.1/index.js:9 +#: build/3.15.2/index.js:1 +#: build/3.15.2/index.js:9 msgid "Sorry, that is not allowed." msgstr "" -#: build/3.15.1/index.js:1 -#: build/3.15.1/index.js:9 +#: build/3.15.2/index.js:1 +#: build/3.15.2/index.js:9 msgid "This feature cannot currently be modified." msgstr "" -#: build/3.15.1/index.js:1 -#: build/3.15.1/index.js:9 +#: build/3.15.2/index.js:1 +#: build/3.15.2/index.js:9 msgid "Oops! Something went wrong. Please try again." msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Phone" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Call Us" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Chat" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Chat with one of our friendly Customer Care Specialists, as we are waiting to help. Open 24 hours - 7 days." msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Live Chat" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Tweet" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Find our team at @bluehost for updates on our products and support from our team." msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Tweet Us" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "YouTube" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Find tutorials, answers, interviews and guides on our YouTube channel." msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Watch Now" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Knowledge Base" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Articles, guides, how-tos, instructions, and answers to our client's most frequently asked questions." msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Visit Knowledge Base" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Resources" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Boost your online knowledge and get ahead of the competition." msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Explore Resources" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Events and Webinars" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Team Bluehost organizes multiple webinars and events throughout the year. We are also sponsors and speak at most WordCamps across the world. Join us at our next event!" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "More Info" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Bluehost Website" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Not finding what you need? Visit our website for more information about our products and services." msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Go to Bluehost" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Site Pages" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Edit your homepage and other existing pages or add new pages to your site." msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "View all" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Add New" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "The Help Center provides guided, step-by-step assistance as you build your site." msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Site Status" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Not Live" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Live" msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Your Bluehost Coming Soon page lets you hide your site from visitors while you make the magic happen." msgstr "" -#: build/3.15.1/index.js:1 +#: build/3.15.2/index.js:1 msgid "Your website is currently displaying a \"Coming Soon\" page." msgstr "" #. translators: %s: number of weeks. `The trash will automatically empty every ${numTrashWeeks} weeks.` -#: build/3.15.1/index.js:3 +#: build/3.15.2/index.js:3 msgid "The trash will automatically empty every %s week." msgid_plural "The trash will automatically empty every %s weeks." msgstr[0] "" msgstr[1] "" #. translators: %s: number of comments. `Posts will display ${commentsPerPage} comments at a time.` -#: build/3.15.1/index.js:9 +#: build/3.15.2/index.js:9 msgid "WonderBlocks provides a library of customizable block patterns and page templates." msgstr ""