diff --git a/composer.json b/composer.json index 1319ae2a4..734c231d6 100644 --- a/composer.json +++ b/composer.json @@ -74,10 +74,10 @@ "require": { "newfold-labs/wp-module-activation": "^1.0.5", "newfold-labs/wp-module-atomic": "^1.3.0", - "newfold-labs/wp-module-coming-soon": "^1.3.2", + "newfold-labs/wp-module-coming-soon": "^1.3.3", "newfold-labs/wp-module-context": "^1.0.1", "newfold-labs/wp-module-data": "^2.6.8", - "newfold-labs/wp-module-deactivation": "^1.2.3", + "newfold-labs/wp-module-deactivation": "^1.3.0", "newfold-labs/wp-module-ecommerce": "^1.4.6", "newfold-labs/wp-module-facebook": "^1.0.9", "newfold-labs/wp-module-features": "^1.4.2", diff --git a/composer.lock b/composer.lock index ae576cf75..c53402c96 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": "fbea00921ccb3951c83790c3a86aa03b", + "content-hash": "17b8e3b8d8abaf28239a731d80a94ed4", "packages": [ { "name": "doctrine/inflector", @@ -722,16 +722,16 @@ }, { "name": "newfold-labs/wp-module-coming-soon", - "version": "1.3.2", + "version": "1.3.3", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-coming-soon.git", - "reference": "c1485a16b23fdf7b1fca52820c2fa686f2a6e30c" + "reference": "434965049cc251b31afdaed89eb4bfd31db8a378" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-coming-soon/zipball/c1485a16b23fdf7b1fca52820c2fa686f2a6e30c", - "reference": "c1485a16b23fdf7b1fca52820c2fa686f2a6e30c", + "url": "https://api.github.com/repos/newfold-labs/wp-module-coming-soon/zipball/434965049cc251b31afdaed89eb4bfd31db8a378", + "reference": "434965049cc251b31afdaed89eb4bfd31db8a378", "shasum": "" }, "require": { @@ -769,10 +769,10 @@ ], "description": "Coming Soon module for WordPress sites.", "support": { - "source": "https://github.com/newfold-labs/wp-module-coming-soon/tree/1.3.2", + "source": "https://github.com/newfold-labs/wp-module-coming-soon/tree/1.3.3", "issues": "https://github.com/newfold-labs/wp-module-coming-soon/issues" }, - "time": "2024-12-03T23:45:51+00:00" + "time": "2024-12-16T17:41:39+00:00" }, { "name": "newfold-labs/wp-module-context", @@ -932,23 +932,24 @@ }, { "name": "newfold-labs/wp-module-deactivation", - "version": "1.2.3", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-deactivation.git", - "reference": "77fba9e7289ef3924bc349b549ce53e9f494565e" + "reference": "93b7aa7472460b67bcc3fac77c5f5ab9e954095a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-deactivation/zipball/77fba9e7289ef3924bc349b549ce53e9f494565e", - "reference": "77fba9e7289ef3924bc349b549ce53e9f494565e", + "url": "https://api.github.com/repos/newfold-labs/wp-module-deactivation/zipball/93b7aa7472460b67bcc3fac77c5f5ab9e954095a", + "reference": "93b7aa7472460b67bcc3fac77c5f5ab9e954095a", "shasum": "" }, "require": { "newfold-labs/wp-module-data": "^2.0.0" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2" + "newfold-labs/wp-php-standards": "^1.2", + "wp-cli/i18n-command": "^2.6" }, "type": "library", "autoload": { @@ -965,6 +966,23 @@ ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "i18n-pot": [ + "vendor/bin/wp i18n make-pot . ./languages/wp-module-deactivation.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-deactivation/issues\",\"POT-Creation-Date\":\"2024-12-12T07:59:34+00:00\"}' --exclude=tests" + ], + "i18n-po": [ + "vendor/bin/wp i18n update-po ./languages/wp-module-deactivation.pot ./languages" + ], + "i18n-mo": [ + "vendor/bin/wp i18n make-mo ./languages" + ], + "i18n-json": [ + "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print" + ], + "i18n": [ + "@i18n-pot", + "@i18n-po", + "@i18n-mo" ] }, "license": [ @@ -977,7 +995,7 @@ }, { "name": "Evan Mullins", - "email": "evanrm@gmail.com" + "homepage": "https://evanmullins.com" }, { "name": "Al Ani", @@ -986,10 +1004,10 @@ ], "description": "A Module for handling WordPress brand plugins and modules deactivations", "support": { - "source": "https://github.com/newfold-labs/wp-module-deactivation/tree/1.2.3", + "source": "https://github.com/newfold-labs/wp-module-deactivation/tree/1.3.0", "issues": "https://github.com/newfold-labs/wp-module-deactivation/issues" }, - "time": "2024-07-10T16:05:32+00:00" + "time": "2024-12-16T17:21:20+00:00" }, { "name": "newfold-labs/wp-module-ecommerce",