From 0360a0056405ffca9ba557d5f143fad6acd493b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 09:18:11 +0000 Subject: [PATCH] Composer(deps): Bump newfold-labs/wp-module-features from 1.4.2 to 1.5.0 Bumps [newfold-labs/wp-module-features](https://github.com/newfold-labs/wp-module-features) from 1.4.2 to 1.5.0. - [Release notes](https://github.com/newfold-labs/wp-module-features/releases) - [Commits](https://github.com/newfold-labs/wp-module-features/compare/1.4.2...1.5.0) --- updated-dependencies: - dependency-name: newfold-labs/wp-module-features dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 39 +++++++++++++++++++++++++++++++-------- 2 files changed, 32 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 541b4a5..155645b 100644 --- a/composer.json +++ b/composer.json @@ -66,7 +66,7 @@ "newfold-labs/wp-module-context": "^1.0.1", "newfold-labs/wp-module-data": "^2.6.10", "newfold-labs/wp-module-deactivation": "^1.3.0", - "newfold-labs/wp-module-features": "^1.4.2", + "newfold-labs/wp-module-features": "^1.5.0", "newfold-labs/wp-module-loader": "^1.0.12", "newfold-labs/wp-module-marketplace": "^2.5.0", "newfold-labs/wp-module-notifications": "^1.6.8", diff --git a/composer.lock b/composer.lock index 3538db1..69e0bb1 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": "1082162e5a157a39be4a92de75defb64", + "content-hash": "e5094f699de815cc3886d906b5927f0a", "packages": [ { "name": "doctrine/inflector", @@ -567,23 +567,24 @@ }, { "name": "newfold-labs/wp-module-features", - "version": "1.4.2", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-features.git", - "reference": "0424ca66ed275371a372b139d1c2f81652181b01" + "reference": "b46fa1abb1ccc1a1e699c6511afd1a74c197ac25" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-features/zipball/0424ca66ed275371a372b139d1c2f81652181b01", - "reference": "0424ca66ed275371a372b139d1c2f81652181b01", + "url": "https://api.github.com/repos/newfold-labs/wp-module-features/zipball/b46fa1abb1ccc1a1e699c6511afd1a74c197ac25", + "reference": "b46fa1abb1ccc1a1e699c6511afd1a74c197ac25", "shasum": "" }, "require": { "wp-forge/wp-options": "^1.1.1" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2.3" + "newfold-labs/wp-php-standards": "^1.2.3", + "wp-cli/i18n-command": "^2.6.3" }, "type": "library", "autoload": { @@ -600,6 +601,28 @@ ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml -s" + ], + "i18n-pot": [ + "vendor/bin/wp i18n make-pot . ./languages/wp-module-features.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-features/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'" + ], + "i18n-po": [ + "vendor/bin/wp i18n update-po ./languages/wp-module-features.pot ./languages" + ], + "i18n-mo": [ + "vendor/bin/wp i18n make-mo ./languages" + ], + "i18n-php": [ + "vendor/bin/wp i18n make-php ./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", + "@i18n-php", + "@i18n-json" ] }, "license": [ @@ -617,10 +640,10 @@ ], "description": "A module for providing an interface for features.", "support": { - "source": "https://github.com/newfold-labs/wp-module-features/tree/1.4.2", + "source": "https://github.com/newfold-labs/wp-module-features/tree/1.5.0", "issues": "https://github.com/newfold-labs/wp-module-features/issues" }, - "time": "2024-06-20T19:10:03+00:00" + "time": "2025-02-25T22:55:26+00:00" }, { "name": "newfold-labs/wp-module-installer",