From 007b68e391a4f6ecbabef178611e5701ec8d6e63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 18:05:52 +0000 Subject: [PATCH] Composer(deps): Bump newfold-labs/wp-module-features from 1.4.0 to 1.5.0 Bumps [newfold-labs/wp-module-features](https://github.com/newfold-labs/wp-module-features) from 1.4.0 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.0...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 | 47 +++++++++++++++++++++++++++++++++++------------ 2 files changed, 36 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 68624e6c..cf48077a 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "require": { "newfold-labs/wp-module-data": "^2.6.8", - "newfold-labs/wp-module-features": "^1.4", + "newfold-labs/wp-module-features": "^1.5", "newfold-labs/wp-module-installer": "^1.1" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 167f0de6..73f90433 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": "94542da3e90e35b31b7bfdfb404fff55", + "content-hash": "5f65b8daa3eda112523a8515eec2d11f", "packages": [ { "name": "doctrine/inflector", @@ -299,23 +299,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": { @@ -332,6 +333,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": [ @@ -349,10 +372,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", @@ -2189,13 +2212,13 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, - "platform": {}, - "platform-dev": {}, + "platform": [], + "platform-dev": [], "platform-overrides": { "php": "7.3.0" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }