diff --git a/all.json b/all.json index 68fc98e..d1be43c 100644 --- a/all.json +++ b/all.json @@ -62540,6 +62540,84 @@ "issues": "https://github.com/newfold-labs/wp-module-staging/issues" } }, + "2.2.0": { + "name": "newfold-labs/wp-module-staging", + "version": "2.2.0", + "version_normalized": "2.2.0.0", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-staging.git", + "reference": "e7034d66681004d578a7525e07e7503c89097f38" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/e7034d66681004d578a7525e07e7503c89097f38", + "reference": "e7034d66681004d578a7525e07e7503c89097f38", + "shasum": "" + }, + "require": { + "newfold-labs/wp-module-context": "^1.0", + "newfold-labs/wp-module-features": "^1.4.2" + }, + "require-dev": { + "newfold-labs/wp-php-standards": "^1.2.4", + "wp-cli/i18n-command": "^2.6.3" + }, + "time": "2025-02-25T22:57:22+00:00", + "type": "library", + "autoload": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\Staging\\": "includes" + }, + "files": [ + "bootstrap.php" + ] + }, + "scripts": { + "fix": [ + "vendor/bin/phpcbf . --standard=phpcs.xml" + ], + "lint": [ + "vendor/bin/phpcs . --standard=phpcs.xml -s" + ], + "i18n-pot": [ + "vendor/bin/wp i18n make-pot . ./languages/wp-module-staging.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-staging/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'" + ], + "i18n-po": [ + "vendor/bin/wp i18n update-po ./languages/wp-module-staging.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": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" + } + ], + "description": "Newfold module for staging functionality in brand plugins", + "support": { + "source": "https://github.com/newfold-labs/wp-module-staging/tree/2.2.0", + "issues": "https://github.com/newfold-labs/wp-module-staging/issues" + } + }, "dev-PRESS0-1962": { "name": "newfold-labs/wp-module-staging", "version": "dev-PRESS0-1962", @@ -62815,6 +62893,80 @@ "issues": "https://github.com/newfold-labs/wp-module-staging/issues" } }, + "dev-enhance/PRESS7-237-cleanup-staging-folder": { + "name": "newfold-labs/wp-module-staging", + "version": "dev-enhance/PRESS7-237-cleanup-staging-folder", + "version_normalized": "dev-enhance/PRESS7-237-cleanup-staging-folder", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-staging.git", + "reference": "dd16a1e1214abc54e9ff619e353b4e8a9e9c5a2a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/dd16a1e1214abc54e9ff619e353b4e8a9e9c5a2a", + "reference": "dd16a1e1214abc54e9ff619e353b4e8a9e9c5a2a", + "shasum": "" + }, + "require": { + "newfold-labs/wp-module-context": "^1.0", + "newfold-labs/wp-module-features": "^1.4.2" + }, + "require-dev": { + "newfold-labs/wp-php-standards": "^1.2.4", + "wp-cli/i18n-command": "^2.6.3" + }, + "time": "2025-02-25T11:55:19+00:00", + "type": "library", + "autoload": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\Staging\\": "includes" + }, + "files": [ + "bootstrap.php" + ] + }, + "scripts": { + "fix": [ + "vendor/bin/phpcbf . --standard=phpcs.xml" + ], + "lint": [ + "vendor/bin/phpcs . --standard=phpcs.xml -s" + ], + "i18n-pot": [ + "vendor/bin/wp i18n make-pot . ./languages/wp-module-staging.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-staging/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'" + ], + "i18n-po": [ + "vendor/bin/wp i18n update-po ./languages/wp-module-staging.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", + "@i18n-json" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" + } + ], + "description": "Newfold module for staging functionality in brand plugins", + "support": { + "source": "https://github.com/newfold-labs/wp-module-staging/tree/enhance/PRESS7-237-cleanup-staging-folder", + "issues": "https://github.com/newfold-labs/wp-module-staging/issues" + } + }, "dev-fix/test-close-snackbar-notices": { "name": "newfold-labs/wp-module-staging", "version": "dev-fix/test-close-snackbar-notices", @@ -62876,12 +63028,12 @@ "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-staging.git", - "reference": "4c95dae321419a90a446ba735bbe4415a3cbe2ed" + "reference": "e7034d66681004d578a7525e07e7503c89097f38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/4c95dae321419a90a446ba735bbe4415a3cbe2ed", - "reference": "4c95dae321419a90a446ba735bbe4415a3cbe2ed", + "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/e7034d66681004d578a7525e07e7503c89097f38", + "reference": "e7034d66681004d578a7525e07e7503c89097f38", "shasum": "" }, "require": { @@ -62889,9 +63041,10 @@ "newfold-labs/wp-module-features": "^1.4.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2.4" + "newfold-labs/wp-php-standards": "^1.2.4", + "wp-cli/i18n-command": "^2.6.3" }, - "time": "2025-01-28T21:30:31+00:00", + "time": "2025-02-25T22:57:22+00:00", "default-branch": true, "type": "library", "autoload": { @@ -62908,6 +63061,102 @@ ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml -s" + ], + "i18n-pot": [ + "vendor/bin/wp i18n make-pot . ./languages/wp-module-staging.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-staging/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'" + ], + "i18n-po": [ + "vendor/bin/wp i18n update-po ./languages/wp-module-staging.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": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" + } + ], + "description": "Newfold module for staging functionality in brand plugins", + "support": { + "source": "https://github.com/newfold-labs/wp-module-staging/tree/2.2.0", + "issues": "https://github.com/newfold-labs/wp-module-staging/issues" + } + }, + "dev-press11-144-lint-fix": { + "name": "newfold-labs/wp-module-staging", + "version": "dev-press11-144-lint-fix", + "version_normalized": "dev-press11-144-lint-fix", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-staging.git", + "reference": "3f1709771cd15559ba4a662bc08790f9fd3426d2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/3f1709771cd15559ba4a662bc08790f9fd3426d2", + "reference": "3f1709771cd15559ba4a662bc08790f9fd3426d2", + "shasum": "" + }, + "require": { + "newfold-labs/wp-module-context": "^1.0", + "newfold-labs/wp-module-features": "^1.4.2" + }, + "require-dev": { + "newfold-labs/wp-php-standards": "^1.2.4", + "wp-cli/i18n-command": "^2.6.3" + }, + "time": "2025-02-18T17:08:05+00:00", + "type": "library", + "autoload": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\Staging\\": "includes" + }, + "files": [ + "bootstrap.php" + ] + }, + "scripts": { + "fix": [ + "vendor/bin/phpcbf . --standard=phpcs.xml" + ], + "lint": [ + "vendor/bin/phpcs . --standard=phpcs.xml -s" + ], + "i18n-pot": [ + "vendor/bin/wp i18n make-pot . ./languages/wp-module-staging.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-staging/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'" + ], + "i18n-po": [ + "vendor/bin/wp i18n update-po ./languages/wp-module-staging.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", + "@i18n-json" ] }, "license": [ @@ -62921,7 +63170,7 @@ ], "description": "Newfold module for staging functionality in brand plugins", "support": { - "source": "https://github.com/newfold-labs/wp-module-staging/tree/main", + "source": "https://github.com/newfold-labs/wp-module-staging/tree/press11-144-lint-fix", "issues": "https://github.com/newfold-labs/wp-module-staging/issues" } }, diff --git a/index.html b/index.html index 6f72fd1..36ed809 100644 --- a/index.html +++ b/index.html @@ -30,8 +30,8 @@

newfold-labs/satis

- - Last updated:
+ + Last updated:
@@ -3362,7 +3362,7 @@

Setting up this repository in your projects

Support
@@ -3370,6 +3370,7 @@

Setting up this repository in your projects

Releases
+ 2.2.0 2.1.3 2.1.2 2.1.1 @@ -3392,9 +3393,11 @@

Setting up this repository in your projects

1.0.2 1.0.1 1.0.0 + dev-press11-144-lint-fix dev-develop dev-PRESS0-1962 - dev-main + dev-main + dev-enhance/PRESS7-237-cleanup-staging-folder dev-update/testisolation dev-update/tests dev-dependabot/npm_and_yarn/main/cypress-14.0.2 diff --git a/p2/newfold-labs/wp-module-staging.json b/p2/newfold-labs/wp-module-staging.json index 918ae83..90e23cf 100644 --- a/p2/newfold-labs/wp-module-staging.json +++ b/p2/newfold-labs/wp-module-staging.json @@ -1154,6 +1154,84 @@ "source": "https://github.com/newfold-labs/wp-module-staging/tree/2.1.3", "issues": "https://github.com/newfold-labs/wp-module-staging/issues" } + }, + { + "name": "newfold-labs/wp-module-staging", + "version": "2.2.0", + "version_normalized": "2.2.0.0", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-staging.git", + "reference": "e7034d66681004d578a7525e07e7503c89097f38" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/e7034d66681004d578a7525e07e7503c89097f38", + "reference": "e7034d66681004d578a7525e07e7503c89097f38", + "shasum": "" + }, + "require": { + "newfold-labs/wp-module-context": "^1.0", + "newfold-labs/wp-module-features": "^1.4.2" + }, + "require-dev": { + "newfold-labs/wp-php-standards": "^1.2.4", + "wp-cli/i18n-command": "^2.6.3" + }, + "time": "2025-02-25T22:57:22+00:00", + "type": "library", + "autoload": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\Staging\\": "includes" + }, + "files": [ + "bootstrap.php" + ] + }, + "scripts": { + "fix": [ + "vendor/bin/phpcbf . --standard=phpcs.xml" + ], + "lint": [ + "vendor/bin/phpcs . --standard=phpcs.xml -s" + ], + "i18n-pot": [ + "vendor/bin/wp i18n make-pot . ./languages/wp-module-staging.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-staging/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'" + ], + "i18n-po": [ + "vendor/bin/wp i18n update-po ./languages/wp-module-staging.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": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" + } + ], + "description": "Newfold module for staging functionality in brand plugins", + "support": { + "source": "https://github.com/newfold-labs/wp-module-staging/tree/2.2.0", + "issues": "https://github.com/newfold-labs/wp-module-staging/issues" + } } ] } diff --git a/p2/newfold-labs/wp-module-staging~dev.json b/p2/newfold-labs/wp-module-staging~dev.json index 5aaae1c..f78b01b 100644 --- a/p2/newfold-labs/wp-module-staging~dev.json +++ b/p2/newfold-labs/wp-module-staging~dev.json @@ -276,6 +276,80 @@ "issues": "https://github.com/newfold-labs/wp-module-staging/issues" } }, + { + "name": "newfold-labs/wp-module-staging", + "version": "dev-enhance/PRESS7-237-cleanup-staging-folder", + "version_normalized": "dev-enhance/PRESS7-237-cleanup-staging-folder", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-staging.git", + "reference": "dd16a1e1214abc54e9ff619e353b4e8a9e9c5a2a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/dd16a1e1214abc54e9ff619e353b4e8a9e9c5a2a", + "reference": "dd16a1e1214abc54e9ff619e353b4e8a9e9c5a2a", + "shasum": "" + }, + "require": { + "newfold-labs/wp-module-context": "^1.0", + "newfold-labs/wp-module-features": "^1.4.2" + }, + "require-dev": { + "newfold-labs/wp-php-standards": "^1.2.4", + "wp-cli/i18n-command": "^2.6.3" + }, + "time": "2025-02-25T11:55:19+00:00", + "type": "library", + "autoload": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\Staging\\": "includes" + }, + "files": [ + "bootstrap.php" + ] + }, + "scripts": { + "fix": [ + "vendor/bin/phpcbf . --standard=phpcs.xml" + ], + "lint": [ + "vendor/bin/phpcs . --standard=phpcs.xml -s" + ], + "i18n-pot": [ + "vendor/bin/wp i18n make-pot . ./languages/wp-module-staging.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-staging/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'" + ], + "i18n-po": [ + "vendor/bin/wp i18n update-po ./languages/wp-module-staging.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", + "@i18n-json" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" + } + ], + "description": "Newfold module for staging functionality in brand plugins", + "support": { + "source": "https://github.com/newfold-labs/wp-module-staging/tree/enhance/PRESS7-237-cleanup-staging-folder", + "issues": "https://github.com/newfold-labs/wp-module-staging/issues" + } + }, { "name": "newfold-labs/wp-module-staging", "version": "dev-fix/test-close-snackbar-notices", @@ -337,12 +411,12 @@ "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-staging.git", - "reference": "4c95dae321419a90a446ba735bbe4415a3cbe2ed" + "reference": "e7034d66681004d578a7525e07e7503c89097f38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/4c95dae321419a90a446ba735bbe4415a3cbe2ed", - "reference": "4c95dae321419a90a446ba735bbe4415a3cbe2ed", + "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/e7034d66681004d578a7525e07e7503c89097f38", + "reference": "e7034d66681004d578a7525e07e7503c89097f38", "shasum": "" }, "require": { @@ -350,9 +424,10 @@ "newfold-labs/wp-module-features": "^1.4.2" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2.4" + "newfold-labs/wp-php-standards": "^1.2.4", + "wp-cli/i18n-command": "^2.6.3" }, - "time": "2025-01-28T21:30:31+00:00", + "time": "2025-02-25T22:57:22+00:00", "default-branch": true, "type": "library", "autoload": { @@ -369,6 +444,102 @@ ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml -s" + ], + "i18n-pot": [ + "vendor/bin/wp i18n make-pot . ./languages/wp-module-staging.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-staging/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'" + ], + "i18n-po": [ + "vendor/bin/wp i18n update-po ./languages/wp-module-staging.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": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" + } + ], + "description": "Newfold module for staging functionality in brand plugins", + "support": { + "source": "https://github.com/newfold-labs/wp-module-staging/tree/2.2.0", + "issues": "https://github.com/newfold-labs/wp-module-staging/issues" + } + }, + { + "name": "newfold-labs/wp-module-staging", + "version": "dev-press11-144-lint-fix", + "version_normalized": "dev-press11-144-lint-fix", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-staging.git", + "reference": "3f1709771cd15559ba4a662bc08790f9fd3426d2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/3f1709771cd15559ba4a662bc08790f9fd3426d2", + "reference": "3f1709771cd15559ba4a662bc08790f9fd3426d2", + "shasum": "" + }, + "require": { + "newfold-labs/wp-module-context": "^1.0", + "newfold-labs/wp-module-features": "^1.4.2" + }, + "require-dev": { + "newfold-labs/wp-php-standards": "^1.2.4", + "wp-cli/i18n-command": "^2.6.3" + }, + "time": "2025-02-18T17:08:05+00:00", + "type": "library", + "autoload": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\Staging\\": "includes" + }, + "files": [ + "bootstrap.php" + ] + }, + "scripts": { + "fix": [ + "vendor/bin/phpcbf . --standard=phpcs.xml" + ], + "lint": [ + "vendor/bin/phpcs . --standard=phpcs.xml -s" + ], + "i18n-pot": [ + "vendor/bin/wp i18n make-pot . ./languages/wp-module-staging.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-staging/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'" + ], + "i18n-po": [ + "vendor/bin/wp i18n update-po ./languages/wp-module-staging.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", + "@i18n-json" ] }, "license": [ @@ -382,7 +553,7 @@ ], "description": "Newfold module for staging functionality in brand plugins", "support": { - "source": "https://github.com/newfold-labs/wp-module-staging/tree/main", + "source": "https://github.com/newfold-labs/wp-module-staging/tree/press11-144-lint-fix", "issues": "https://github.com/newfold-labs/wp-module-staging/issues" } }, diff --git a/packages.json b/packages.json index 1c5135c..bdc1ebe 100644 --- a/packages.json +++ b/packages.json @@ -2,7 +2,7 @@ "packages": [], "includes": { "all.json": { - "sha1": "4cd75b8d4e206c9f394e287ced0451d5e00786ec" + "sha1": "3c9f192f050236168b244e845f1206a26d219771" } }, "metadata-url": "/satis/p2/%package%.json",