diff --git a/all.json b/all.json
index b528e4d..e357954 100644
--- a/all.json
+++ b/all.json
@@ -62025,19 +62025,535 @@
"issues": "https://github.com/newfold-labs/wp-plugin-mojo/issues"
}
},
- "dev-develop": {
+ "3.2.3": {
+ "name": "newfold-labs/wp-plugin-mojo",
+ "version": "3.2.3",
+ "version_normalized": "3.2.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/newfold-labs/wp-plugin-mojo.git",
+ "reference": "1d66dc08c8ad33a5bd372399aa33c28656df2b25"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/1d66dc08c8ad33a5bd372399aa33c28656df2b25",
+ "reference": "1d66dc08c8ad33a5bd372399aa33c28656df2b25",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/inflector": "1.2.0 as 1.3.1",
+ "newfold-labs/wp-module-activation": "^1.0.4",
+ "newfold-labs/wp-module-atomic": "^1.3",
+ "newfold-labs/wp-module-coming-soon": "^1.2.6",
+ "newfold-labs/wp-module-context": "^1.0.1",
+ "newfold-labs/wp-module-data": "^2.6.5",
+ "newfold-labs/wp-module-deactivation": "^1.2.3",
+ "newfold-labs/wp-module-features": "^1.4.2",
+ "newfold-labs/wp-module-loader": "^1.0.10",
+ "newfold-labs/wp-module-marketplace": "^2.4.0",
+ "newfold-labs/wp-module-notifications": "^1.6.1",
+ "newfold-labs/wp-module-performance": "^2.0.1",
+ "newfold-labs/wp-module-runtime": "^1.0.11",
+ "newfold-labs/wp-module-secure-passwords": "^1.1.1",
+ "newfold-labs/wp-module-sso": "^1.0.6",
+ "wp-forge/wp-update-handler": "^1.0.2",
+ "wp-forge/wp-upgrade-handler": "^1.0"
+ },
+ "require-dev": {
+ "newfold-labs/wp-php-standards": "^1.2.4",
+ "roave/security-advisories": "dev-latest",
+ "wp-cli/i18n-command": "^2.6.2",
+ "wp-phpunit/wp-phpunit": "^6.6.2"
+ },
+ "time": "2024-10-21T15:14:34+00:00",
+ "type": "wordpress-plugin",
+ "extra": {
+ "installer-name": "mojo-marketplace-wp-plugin"
+ },
+ "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-plugin-mojo.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-plugin-mojo/issues\",\"POT-Creation-Date\":\"2023-01-11T20:21:44+00:00\"}' --exclude=assets,tests,src"
+ ],
+ "i18n-po": [
+ "vendor/bin/wp i18n update-po ./languages/wp-plugin-mojo.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": "WordPress plugin that integrates a WordPress site with Hosting.",
+ "support": {
+ "source": "https://github.com/newfold-labs/wp-plugin-mojo/tree/3.2.3",
+ "issues": "https://github.com/newfold-labs/wp-plugin-mojo/issues"
+ }
+ },
+ "dev-dependabot/composer/develop/wp-cli/i18n-command-2.6.3": {
+ "name": "newfold-labs/wp-plugin-mojo",
+ "version": "dev-dependabot/composer/develop/wp-cli/i18n-command-2.6.3",
+ "version_normalized": "dev-dependabot/composer/develop/wp-cli/i18n-command-2.6.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/newfold-labs/wp-plugin-mojo.git",
+ "reference": "b649c12215146e65a01422d197c33f3fa0b18a88"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/b649c12215146e65a01422d197c33f3fa0b18a88",
+ "reference": "b649c12215146e65a01422d197c33f3fa0b18a88",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/inflector": "1.2.0 as 1.3.1",
+ "newfold-labs/wp-module-activation": "^1.0.4",
+ "newfold-labs/wp-module-atomic": "^1.3",
+ "newfold-labs/wp-module-coming-soon": "^1.2.6",
+ "newfold-labs/wp-module-context": "^1.0.1",
+ "newfold-labs/wp-module-data": "^2.6.5",
+ "newfold-labs/wp-module-deactivation": "^1.2.3",
+ "newfold-labs/wp-module-features": "^1.4.2",
+ "newfold-labs/wp-module-loader": "^1.0.10",
+ "newfold-labs/wp-module-marketplace": "^2.4.0",
+ "newfold-labs/wp-module-notifications": "^1.6.1",
+ "newfold-labs/wp-module-performance": "^2.0.1",
+ "newfold-labs/wp-module-runtime": "^1.0.11",
+ "newfold-labs/wp-module-secure-passwords": "^1.1.1",
+ "newfold-labs/wp-module-sso": "^1.0.6",
+ "wp-forge/wp-update-handler": "^1.0.2",
+ "wp-forge/wp-upgrade-handler": "^1.0"
+ },
+ "require-dev": {
+ "newfold-labs/wp-php-standards": "^1.2.4",
+ "roave/security-advisories": "dev-latest",
+ "wp-cli/i18n-command": "^2.6.3",
+ "wp-phpunit/wp-phpunit": "^6.6.2"
+ },
+ "time": "2024-10-21T09:38:24+00:00",
+ "type": "wordpress-plugin",
+ "extra": {
+ "installer-name": "mojo-marketplace-wp-plugin"
+ },
+ "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-plugin-mojo.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-plugin-mojo/issues\",\"POT-Creation-Date\":\"2023-01-11T20:21:44+00:00\"}' --exclude=assets,tests,src"
+ ],
+ "i18n-po": [
+ "vendor/bin/wp i18n update-po ./languages/wp-plugin-mojo.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": "WordPress plugin that integrates a WordPress site with Hosting.",
+ "support": {
+ "source": "https://github.com/newfold-labs/wp-plugin-mojo/tree/dependabot/composer/develop/wp-cli/i18n-command-2.6.3",
+ "issues": "https://github.com/newfold-labs/wp-plugin-mojo/issues"
+ }
+ },
+ "dev-dependabot/npm_and_yarn/develop/wordpress/compose-7.10.0": {
+ "name": "newfold-labs/wp-plugin-mojo",
+ "version": "dev-dependabot/npm_and_yarn/develop/wordpress/compose-7.10.0",
+ "version_normalized": "dev-dependabot/npm_and_yarn/develop/wordpress/compose-7.10.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/newfold-labs/wp-plugin-mojo.git",
+ "reference": "1372ae3e6f39652cf19450272fe42804ac8a6e78"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/1372ae3e6f39652cf19450272fe42804ac8a6e78",
+ "reference": "1372ae3e6f39652cf19450272fe42804ac8a6e78",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/inflector": "1.2.0 as 1.3.1",
+ "newfold-labs/wp-module-activation": "^1.0.3",
+ "newfold-labs/wp-module-atomic": "^1.3",
+ "newfold-labs/wp-module-coming-soon": "^1.2.6",
+ "newfold-labs/wp-module-context": "^1.0.1",
+ "newfold-labs/wp-module-data": "^2.6.3",
+ "newfold-labs/wp-module-deactivation": "^1.2.3",
+ "newfold-labs/wp-module-features": "^1.4.2",
+ "newfold-labs/wp-module-loader": "^1.0.10",
+ "newfold-labs/wp-module-marketplace": "^2.4.0",
+ "newfold-labs/wp-module-notifications": "^1.6.0",
+ "newfold-labs/wp-module-performance": "^2.0.1",
+ "newfold-labs/wp-module-runtime": "^1.0.11",
+ "newfold-labs/wp-module-secure-passwords": "^1.1.1",
+ "newfold-labs/wp-module-sso": "^1.0.6",
+ "wp-forge/wp-update-handler": "^1.0.2",
+ "wp-forge/wp-upgrade-handler": "^1.0"
+ },
+ "require-dev": {
+ "newfold-labs/wp-php-standards": "^1.2.4",
+ "roave/security-advisories": "dev-latest",
+ "wp-cli/i18n-command": "^2.6.2",
+ "wp-phpunit/wp-phpunit": "^6.6.2"
+ },
+ "time": "2024-10-17T10:55:26+00:00",
+ "type": "wordpress-plugin",
+ "extra": {
+ "installer-name": "mojo-marketplace-wp-plugin"
+ },
+ "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-plugin-mojo.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-plugin-mojo/issues\",\"POT-Creation-Date\":\"2023-01-11T20:21:44+00:00\"}' --exclude=assets,tests,src"
+ ],
+ "i18n-po": [
+ "vendor/bin/wp i18n update-po ./languages/wp-plugin-mojo.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": "WordPress plugin that integrates a WordPress site with Hosting.",
+ "support": {
+ "source": "https://github.com/newfold-labs/wp-plugin-mojo/tree/dependabot/npm_and_yarn/develop/wordpress/compose-7.10.0",
+ "issues": "https://github.com/newfold-labs/wp-plugin-mojo/issues"
+ }
+ },
+ "dev-dependabot/npm_and_yarn/develop/wordpress/dom-ready-4.10.0": {
+ "name": "newfold-labs/wp-plugin-mojo",
+ "version": "dev-dependabot/npm_and_yarn/develop/wordpress/dom-ready-4.10.0",
+ "version_normalized": "dev-dependabot/npm_and_yarn/develop/wordpress/dom-ready-4.10.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/newfold-labs/wp-plugin-mojo.git",
+ "reference": "1dc031c8b8a9f73f14a8c39fe183201a16558e98"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/1dc031c8b8a9f73f14a8c39fe183201a16558e98",
+ "reference": "1dc031c8b8a9f73f14a8c39fe183201a16558e98",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/inflector": "1.2.0 as 1.3.1",
+ "newfold-labs/wp-module-activation": "^1.0.3",
+ "newfold-labs/wp-module-atomic": "^1.3",
+ "newfold-labs/wp-module-coming-soon": "^1.2.6",
+ "newfold-labs/wp-module-context": "^1.0.1",
+ "newfold-labs/wp-module-data": "^2.6.3",
+ "newfold-labs/wp-module-deactivation": "^1.2.3",
+ "newfold-labs/wp-module-features": "^1.4.2",
+ "newfold-labs/wp-module-loader": "^1.0.10",
+ "newfold-labs/wp-module-marketplace": "^2.4.0",
+ "newfold-labs/wp-module-notifications": "^1.6.0",
+ "newfold-labs/wp-module-performance": "^2.0.1",
+ "newfold-labs/wp-module-runtime": "^1.0.11",
+ "newfold-labs/wp-module-secure-passwords": "^1.1.1",
+ "newfold-labs/wp-module-sso": "^1.0.6",
+ "wp-forge/wp-update-handler": "^1.0.2",
+ "wp-forge/wp-upgrade-handler": "^1.0"
+ },
+ "require-dev": {
+ "newfold-labs/wp-php-standards": "^1.2.4",
+ "roave/security-advisories": "dev-latest",
+ "wp-cli/i18n-command": "^2.6.2",
+ "wp-phpunit/wp-phpunit": "^6.6.2"
+ },
+ "time": "2024-10-17T10:54:39+00:00",
+ "type": "wordpress-plugin",
+ "extra": {
+ "installer-name": "mojo-marketplace-wp-plugin"
+ },
+ "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-plugin-mojo.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-plugin-mojo/issues\",\"POT-Creation-Date\":\"2023-01-11T20:21:44+00:00\"}' --exclude=assets,tests,src"
+ ],
+ "i18n-po": [
+ "vendor/bin/wp i18n update-po ./languages/wp-plugin-mojo.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": "WordPress plugin that integrates a WordPress site with Hosting.",
+ "support": {
+ "source": "https://github.com/newfold-labs/wp-plugin-mojo/tree/dependabot/npm_and_yarn/develop/wordpress/dom-ready-4.10.0",
+ "issues": "https://github.com/newfold-labs/wp-plugin-mojo/issues"
+ }
+ },
+ "dev-dependabot/npm_and_yarn/develop/wordpress/env-10.10.0": {
"name": "newfold-labs/wp-plugin-mojo",
- "version": "dev-develop",
- "version_normalized": "dev-develop",
+ "version": "dev-dependabot/npm_and_yarn/develop/wordpress/env-10.10.0",
+ "version_normalized": "dev-dependabot/npm_and_yarn/develop/wordpress/env-10.10.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/newfold-labs/wp-plugin-mojo.git",
+ "reference": "7f943310a9d8ea152da625a2bf050eec8005bd69"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/7f943310a9d8ea152da625a2bf050eec8005bd69",
+ "reference": "7f943310a9d8ea152da625a2bf050eec8005bd69",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/inflector": "1.2.0 as 1.3.1",
+ "newfold-labs/wp-module-activation": "^1.0.3",
+ "newfold-labs/wp-module-atomic": "^1.3",
+ "newfold-labs/wp-module-coming-soon": "^1.2.6",
+ "newfold-labs/wp-module-context": "^1.0.1",
+ "newfold-labs/wp-module-data": "^2.6.3",
+ "newfold-labs/wp-module-deactivation": "^1.2.3",
+ "newfold-labs/wp-module-features": "^1.4.2",
+ "newfold-labs/wp-module-loader": "^1.0.10",
+ "newfold-labs/wp-module-marketplace": "^2.4.0",
+ "newfold-labs/wp-module-notifications": "^1.6.0",
+ "newfold-labs/wp-module-performance": "^2.0.1",
+ "newfold-labs/wp-module-runtime": "^1.0.11",
+ "newfold-labs/wp-module-secure-passwords": "^1.1.1",
+ "newfold-labs/wp-module-sso": "^1.0.6",
+ "wp-forge/wp-update-handler": "^1.0.2",
+ "wp-forge/wp-upgrade-handler": "^1.0"
+ },
+ "require-dev": {
+ "newfold-labs/wp-php-standards": "^1.2.4",
+ "roave/security-advisories": "dev-latest",
+ "wp-cli/i18n-command": "^2.6.2",
+ "wp-phpunit/wp-phpunit": "^6.6.2"
+ },
+ "time": "2024-10-17T10:53:17+00:00",
+ "type": "wordpress-plugin",
+ "extra": {
+ "installer-name": "mojo-marketplace-wp-plugin"
+ },
+ "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-plugin-mojo.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-plugin-mojo/issues\",\"POT-Creation-Date\":\"2023-01-11T20:21:44+00:00\"}' --exclude=assets,tests,src"
+ ],
+ "i18n-po": [
+ "vendor/bin/wp i18n update-po ./languages/wp-plugin-mojo.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": "WordPress plugin that integrates a WordPress site with Hosting.",
+ "support": {
+ "source": "https://github.com/newfold-labs/wp-plugin-mojo/tree/dependabot/npm_and_yarn/develop/wordpress/env-10.10.0",
+ "issues": "https://github.com/newfold-labs/wp-plugin-mojo/issues"
+ }
+ },
+ "dev-dependabot/npm_and_yarn/develop/wordpress/i18n-5.10.0": {
+ "name": "newfold-labs/wp-plugin-mojo",
+ "version": "dev-dependabot/npm_and_yarn/develop/wordpress/i18n-5.10.0",
+ "version_normalized": "dev-dependabot/npm_and_yarn/develop/wordpress/i18n-5.10.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/newfold-labs/wp-plugin-mojo.git",
+ "reference": "365433dbf98b7e9f766d53a3da080e497b47bddb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/365433dbf98b7e9f766d53a3da080e497b47bddb",
+ "reference": "365433dbf98b7e9f766d53a3da080e497b47bddb",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/inflector": "1.2.0 as 1.3.1",
+ "newfold-labs/wp-module-activation": "^1.0.3",
+ "newfold-labs/wp-module-atomic": "^1.3",
+ "newfold-labs/wp-module-coming-soon": "^1.2.6",
+ "newfold-labs/wp-module-context": "^1.0.1",
+ "newfold-labs/wp-module-data": "^2.6.3",
+ "newfold-labs/wp-module-deactivation": "^1.2.3",
+ "newfold-labs/wp-module-features": "^1.4.2",
+ "newfold-labs/wp-module-loader": "^1.0.10",
+ "newfold-labs/wp-module-marketplace": "^2.4.0",
+ "newfold-labs/wp-module-notifications": "^1.6.0",
+ "newfold-labs/wp-module-performance": "^2.0.1",
+ "newfold-labs/wp-module-runtime": "^1.0.11",
+ "newfold-labs/wp-module-secure-passwords": "^1.1.1",
+ "newfold-labs/wp-module-sso": "^1.0.6",
+ "wp-forge/wp-update-handler": "^1.0.2",
+ "wp-forge/wp-upgrade-handler": "^1.0"
+ },
+ "require-dev": {
+ "newfold-labs/wp-php-standards": "^1.2.4",
+ "roave/security-advisories": "dev-latest",
+ "wp-cli/i18n-command": "^2.6.2",
+ "wp-phpunit/wp-phpunit": "^6.6.2"
+ },
+ "time": "2024-10-17T10:55:01+00:00",
+ "type": "wordpress-plugin",
+ "extra": {
+ "installer-name": "mojo-marketplace-wp-plugin"
+ },
+ "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-plugin-mojo.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-plugin-mojo/issues\",\"POT-Creation-Date\":\"2023-01-11T20:21:44+00:00\"}' --exclude=assets,tests,src"
+ ],
+ "i18n-po": [
+ "vendor/bin/wp i18n update-po ./languages/wp-plugin-mojo.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": "WordPress plugin that integrates a WordPress site with Hosting.",
+ "support": {
+ "source": "https://github.com/newfold-labs/wp-plugin-mojo/tree/dependabot/npm_and_yarn/develop/wordpress/i18n-5.10.0",
+ "issues": "https://github.com/newfold-labs/wp-plugin-mojo/issues"
+ }
+ },
+ "dev-dependabot/npm_and_yarn/develop/wordpress/scripts-30.3.0": {
+ "name": "newfold-labs/wp-plugin-mojo",
+ "version": "dev-dependabot/npm_and_yarn/develop/wordpress/scripts-30.3.0",
+ "version_normalized": "dev-dependabot/npm_and_yarn/develop/wordpress/scripts-30.3.0",
"source": {
"type": "git",
"url": "https://github.com/newfold-labs/wp-plugin-mojo.git",
- "reference": "d0645c8ec102d1b4110bee94631294615b0dfd63"
+ "reference": "49fa7e63834093adc3e067a063e6438899d3c982"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/d0645c8ec102d1b4110bee94631294615b0dfd63",
- "reference": "d0645c8ec102d1b4110bee94631294615b0dfd63",
+ "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/49fa7e63834093adc3e067a063e6438899d3c982",
+ "reference": "49fa7e63834093adc3e067a063e6438899d3c982",
"shasum": ""
},
"require": {
@@ -62065,7 +62581,93 @@
"wp-cli/i18n-command": "^2.6.2",
"wp-phpunit/wp-phpunit": "^6.6.2"
},
- "time": "2024-09-26T16:55:35+00:00",
+ "time": "2024-10-18T10:58:07+00:00",
+ "type": "wordpress-plugin",
+ "extra": {
+ "installer-name": "mojo-marketplace-wp-plugin"
+ },
+ "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-plugin-mojo.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-plugin-mojo/issues\",\"POT-Creation-Date\":\"2023-01-11T20:21:44+00:00\"}' --exclude=assets,tests,src"
+ ],
+ "i18n-po": [
+ "vendor/bin/wp i18n update-po ./languages/wp-plugin-mojo.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": "WordPress plugin that integrates a WordPress site with Hosting.",
+ "support": {
+ "source": "https://github.com/newfold-labs/wp-plugin-mojo/tree/dependabot/npm_and_yarn/develop/wordpress/scripts-30.3.0",
+ "issues": "https://github.com/newfold-labs/wp-plugin-mojo/issues"
+ }
+ },
+ "dev-develop": {
+ "name": "newfold-labs/wp-plugin-mojo",
+ "version": "dev-develop",
+ "version_normalized": "dev-develop",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/newfold-labs/wp-plugin-mojo.git",
+ "reference": "ad918d79a1044e920f74413d7102498456a48f88"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/ad918d79a1044e920f74413d7102498456a48f88",
+ "reference": "ad918d79a1044e920f74413d7102498456a48f88",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/inflector": "1.2.0 as 1.3.1",
+ "newfold-labs/wp-module-activation": "^1.0.4",
+ "newfold-labs/wp-module-atomic": "^1.3",
+ "newfold-labs/wp-module-coming-soon": "^1.2.6",
+ "newfold-labs/wp-module-context": "^1.0.1",
+ "newfold-labs/wp-module-data": "^2.6.5",
+ "newfold-labs/wp-module-deactivation": "^1.2.3",
+ "newfold-labs/wp-module-features": "^1.4.2",
+ "newfold-labs/wp-module-loader": "^1.0.10",
+ "newfold-labs/wp-module-marketplace": "^2.4.0",
+ "newfold-labs/wp-module-notifications": "^1.6.1",
+ "newfold-labs/wp-module-performance": "^2.0.1",
+ "newfold-labs/wp-module-runtime": "^1.0.11",
+ "newfold-labs/wp-module-secure-passwords": "^1.1.1",
+ "newfold-labs/wp-module-sso": "^1.0.6",
+ "wp-forge/wp-update-handler": "^1.0.2",
+ "wp-forge/wp-upgrade-handler": "^1.0"
+ },
+ "require-dev": {
+ "newfold-labs/wp-php-standards": "^1.2.4",
+ "roave/security-advisories": "dev-latest",
+ "wp-cli/i18n-command": "^2.6.2",
+ "wp-phpunit/wp-phpunit": "^6.6.2"
+ },
+ "time": "2024-10-21T09:37:21+00:00",
"type": "wordpress-plugin",
"extra": {
"installer-name": "mojo-marketplace-wp-plugin"
@@ -62118,26 +62720,26 @@
"source": {
"type": "git",
"url": "https://github.com/newfold-labs/wp-plugin-mojo.git",
- "reference": "d42ee4e9c1361796dfefbcdeff029a7c028acaab"
+ "reference": "1d66dc08c8ad33a5bd372399aa33c28656df2b25"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/d42ee4e9c1361796dfefbcdeff029a7c028acaab",
- "reference": "d42ee4e9c1361796dfefbcdeff029a7c028acaab",
+ "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/1d66dc08c8ad33a5bd372399aa33c28656df2b25",
+ "reference": "1d66dc08c8ad33a5bd372399aa33c28656df2b25",
"shasum": ""
},
"require": {
"doctrine/inflector": "1.2.0 as 1.3.1",
- "newfold-labs/wp-module-activation": "^1.0.3",
+ "newfold-labs/wp-module-activation": "^1.0.4",
"newfold-labs/wp-module-atomic": "^1.3",
"newfold-labs/wp-module-coming-soon": "^1.2.6",
"newfold-labs/wp-module-context": "^1.0.1",
- "newfold-labs/wp-module-data": "^2.6.3",
+ "newfold-labs/wp-module-data": "^2.6.5",
"newfold-labs/wp-module-deactivation": "^1.2.3",
"newfold-labs/wp-module-features": "^1.4.2",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^2.4.0",
- "newfold-labs/wp-module-notifications": "^1.6.0",
+ "newfold-labs/wp-module-notifications": "^1.6.1",
"newfold-labs/wp-module-performance": "^2.0.1",
"newfold-labs/wp-module-runtime": "^1.0.11",
"newfold-labs/wp-module-secure-passwords": "^1.1.1",
@@ -62151,7 +62753,7 @@
"wp-cli/i18n-command": "^2.6.2",
"wp-phpunit/wp-phpunit": "^6.6.2"
},
- "time": "2024-09-26T02:02:45+00:00",
+ "time": "2024-10-21T15:14:34+00:00",
"default-branch": true,
"type": "wordpress-plugin",
"extra": {
@@ -62194,7 +62796,7 @@
],
"description": "WordPress plugin that integrates a WordPress site with Hosting.",
"support": {
- "source": "https://github.com/newfold-labs/wp-plugin-mojo/tree/main",
+ "source": "https://github.com/newfold-labs/wp-plugin-mojo/tree/3.2.3",
"issues": "https://github.com/newfold-labs/wp-plugin-mojo/issues"
}
}
diff --git a/index.html b/index.html
index 6e6c82c..79f376d 100644
--- a/index.html
+++ b/index.html
@@ -30,8 +30,8 @@
newfold-labs/satis
-
- Last updated:
+
+ Last updated:
@@ -3595,7 +3595,7 @@ Setting up this repository in your projects
Support
@@ -3603,6 +3603,7 @@ Setting up this repository in your projects
Releases
+ 3.2.3
3.2.2
3.2.1
3.2.0
@@ -3619,8 +3620,14 @@ Setting up this repository in your projects
2.0.2
2.0.1
2.0.0
- dev-develop
- dev-main
+ dev-develop
+ dev-main
+ dev-dependabot/npm_and_yarn/develop/wordpress/scripts-30.3.0
+ dev-dependabot/npm_and_yarn/develop/wordpress/i18n-5.10.0
+ dev-dependabot/npm_and_yarn/develop/wordpress/env-10.10.0
+ dev-dependabot/npm_and_yarn/develop/wordpress/compose-7.10.0
+ dev-dependabot/npm_and_yarn/develop/wordpress/dom-ready-4.10.0
+ dev-dependabot/composer/develop/wp-cli/i18n-command-2.6.3
diff --git a/p2/newfold-labs/wp-plugin-mojo.json b/p2/newfold-labs/wp-plugin-mojo.json
index 4e5afb7..dd57d14 100644
--- a/p2/newfold-labs/wp-plugin-mojo.json
+++ b/p2/newfold-labs/wp-plugin-mojo.json
@@ -1101,6 +1101,92 @@
"source": "https://github.com/newfold-labs/wp-plugin-mojo/tree/3.2.2",
"issues": "https://github.com/newfold-labs/wp-plugin-mojo/issues"
}
+ },
+ {
+ "name": "newfold-labs/wp-plugin-mojo",
+ "version": "3.2.3",
+ "version_normalized": "3.2.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/newfold-labs/wp-plugin-mojo.git",
+ "reference": "1d66dc08c8ad33a5bd372399aa33c28656df2b25"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/1d66dc08c8ad33a5bd372399aa33c28656df2b25",
+ "reference": "1d66dc08c8ad33a5bd372399aa33c28656df2b25",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/inflector": "1.2.0 as 1.3.1",
+ "newfold-labs/wp-module-activation": "^1.0.4",
+ "newfold-labs/wp-module-atomic": "^1.3",
+ "newfold-labs/wp-module-coming-soon": "^1.2.6",
+ "newfold-labs/wp-module-context": "^1.0.1",
+ "newfold-labs/wp-module-data": "^2.6.5",
+ "newfold-labs/wp-module-deactivation": "^1.2.3",
+ "newfold-labs/wp-module-features": "^1.4.2",
+ "newfold-labs/wp-module-loader": "^1.0.10",
+ "newfold-labs/wp-module-marketplace": "^2.4.0",
+ "newfold-labs/wp-module-notifications": "^1.6.1",
+ "newfold-labs/wp-module-performance": "^2.0.1",
+ "newfold-labs/wp-module-runtime": "^1.0.11",
+ "newfold-labs/wp-module-secure-passwords": "^1.1.1",
+ "newfold-labs/wp-module-sso": "^1.0.6",
+ "wp-forge/wp-update-handler": "^1.0.2",
+ "wp-forge/wp-upgrade-handler": "^1.0"
+ },
+ "require-dev": {
+ "newfold-labs/wp-php-standards": "^1.2.4",
+ "roave/security-advisories": "dev-latest",
+ "wp-cli/i18n-command": "^2.6.2",
+ "wp-phpunit/wp-phpunit": "^6.6.2"
+ },
+ "time": "2024-10-21T15:14:34+00:00",
+ "type": "wordpress-plugin",
+ "extra": {
+ "installer-name": "mojo-marketplace-wp-plugin"
+ },
+ "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-plugin-mojo.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-plugin-mojo/issues\",\"POT-Creation-Date\":\"2023-01-11T20:21:44+00:00\"}' --exclude=assets,tests,src"
+ ],
+ "i18n-po": [
+ "vendor/bin/wp i18n update-po ./languages/wp-plugin-mojo.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": "WordPress plugin that integrates a WordPress site with Hosting.",
+ "support": {
+ "source": "https://github.com/newfold-labs/wp-plugin-mojo/tree/3.2.3",
+ "issues": "https://github.com/newfold-labs/wp-plugin-mojo/issues"
+ }
}
]
}
diff --git a/p2/newfold-labs/wp-plugin-mojo~dev.json b/p2/newfold-labs/wp-plugin-mojo~dev.json
index 92d45bc..8c4c052 100644
--- a/p2/newfold-labs/wp-plugin-mojo~dev.json
+++ b/p2/newfold-labs/wp-plugin-mojo~dev.json
@@ -3,17 +3,103 @@
"newfold-labs/wp-plugin-mojo": [
{
"name": "newfold-labs/wp-plugin-mojo",
- "version": "dev-develop",
- "version_normalized": "dev-develop",
+ "version": "dev-dependabot/composer/develop/wp-cli/i18n-command-2.6.3",
+ "version_normalized": "dev-dependabot/composer/develop/wp-cli/i18n-command-2.6.3",
"source": {
"type": "git",
"url": "https://github.com/newfold-labs/wp-plugin-mojo.git",
- "reference": "d0645c8ec102d1b4110bee94631294615b0dfd63"
+ "reference": "b649c12215146e65a01422d197c33f3fa0b18a88"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/d0645c8ec102d1b4110bee94631294615b0dfd63",
- "reference": "d0645c8ec102d1b4110bee94631294615b0dfd63",
+ "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/b649c12215146e65a01422d197c33f3fa0b18a88",
+ "reference": "b649c12215146e65a01422d197c33f3fa0b18a88",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/inflector": "1.2.0 as 1.3.1",
+ "newfold-labs/wp-module-activation": "^1.0.4",
+ "newfold-labs/wp-module-atomic": "^1.3",
+ "newfold-labs/wp-module-coming-soon": "^1.2.6",
+ "newfold-labs/wp-module-context": "^1.0.1",
+ "newfold-labs/wp-module-data": "^2.6.5",
+ "newfold-labs/wp-module-deactivation": "^1.2.3",
+ "newfold-labs/wp-module-features": "^1.4.2",
+ "newfold-labs/wp-module-loader": "^1.0.10",
+ "newfold-labs/wp-module-marketplace": "^2.4.0",
+ "newfold-labs/wp-module-notifications": "^1.6.1",
+ "newfold-labs/wp-module-performance": "^2.0.1",
+ "newfold-labs/wp-module-runtime": "^1.0.11",
+ "newfold-labs/wp-module-secure-passwords": "^1.1.1",
+ "newfold-labs/wp-module-sso": "^1.0.6",
+ "wp-forge/wp-update-handler": "^1.0.2",
+ "wp-forge/wp-upgrade-handler": "^1.0"
+ },
+ "require-dev": {
+ "newfold-labs/wp-php-standards": "^1.2.4",
+ "roave/security-advisories": "dev-latest",
+ "wp-cli/i18n-command": "^2.6.3",
+ "wp-phpunit/wp-phpunit": "^6.6.2"
+ },
+ "time": "2024-10-21T09:38:24+00:00",
+ "type": "wordpress-plugin",
+ "extra": {
+ "installer-name": "mojo-marketplace-wp-plugin"
+ },
+ "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-plugin-mojo.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-plugin-mojo/issues\",\"POT-Creation-Date\":\"2023-01-11T20:21:44+00:00\"}' --exclude=assets,tests,src"
+ ],
+ "i18n-po": [
+ "vendor/bin/wp i18n update-po ./languages/wp-plugin-mojo.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": "WordPress plugin that integrates a WordPress site with Hosting.",
+ "support": {
+ "source": "https://github.com/newfold-labs/wp-plugin-mojo/tree/dependabot/composer/develop/wp-cli/i18n-command-2.6.3",
+ "issues": "https://github.com/newfold-labs/wp-plugin-mojo/issues"
+ }
+ },
+ {
+ "name": "newfold-labs/wp-plugin-mojo",
+ "version": "dev-dependabot/npm_and_yarn/develop/wordpress/compose-7.10.0",
+ "version_normalized": "dev-dependabot/npm_and_yarn/develop/wordpress/compose-7.10.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/newfold-labs/wp-plugin-mojo.git",
+ "reference": "1372ae3e6f39652cf19450272fe42804ac8a6e78"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/1372ae3e6f39652cf19450272fe42804ac8a6e78",
+ "reference": "1372ae3e6f39652cf19450272fe42804ac8a6e78",
"shasum": ""
},
"require": {
@@ -41,7 +127,7 @@
"wp-cli/i18n-command": "^2.6.2",
"wp-phpunit/wp-phpunit": "^6.6.2"
},
- "time": "2024-09-26T16:55:35+00:00",
+ "time": "2024-10-17T10:55:26+00:00",
"type": "wordpress-plugin",
"extra": {
"installer-name": "mojo-marketplace-wp-plugin"
@@ -83,23 +169,195 @@
],
"description": "WordPress plugin that integrates a WordPress site with Hosting.",
"support": {
- "source": "https://github.com/newfold-labs/wp-plugin-mojo/tree/develop",
+ "source": "https://github.com/newfold-labs/wp-plugin-mojo/tree/dependabot/npm_and_yarn/develop/wordpress/compose-7.10.0",
"issues": "https://github.com/newfold-labs/wp-plugin-mojo/issues"
}
},
{
"name": "newfold-labs/wp-plugin-mojo",
- "version": "dev-main",
- "version_normalized": "dev-main",
+ "version": "dev-dependabot/npm_and_yarn/develop/wordpress/dom-ready-4.10.0",
+ "version_normalized": "dev-dependabot/npm_and_yarn/develop/wordpress/dom-ready-4.10.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/newfold-labs/wp-plugin-mojo.git",
+ "reference": "1dc031c8b8a9f73f14a8c39fe183201a16558e98"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/1dc031c8b8a9f73f14a8c39fe183201a16558e98",
+ "reference": "1dc031c8b8a9f73f14a8c39fe183201a16558e98",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/inflector": "1.2.0 as 1.3.1",
+ "newfold-labs/wp-module-activation": "^1.0.3",
+ "newfold-labs/wp-module-atomic": "^1.3",
+ "newfold-labs/wp-module-coming-soon": "^1.2.6",
+ "newfold-labs/wp-module-context": "^1.0.1",
+ "newfold-labs/wp-module-data": "^2.6.3",
+ "newfold-labs/wp-module-deactivation": "^1.2.3",
+ "newfold-labs/wp-module-features": "^1.4.2",
+ "newfold-labs/wp-module-loader": "^1.0.10",
+ "newfold-labs/wp-module-marketplace": "^2.4.0",
+ "newfold-labs/wp-module-notifications": "^1.6.0",
+ "newfold-labs/wp-module-performance": "^2.0.1",
+ "newfold-labs/wp-module-runtime": "^1.0.11",
+ "newfold-labs/wp-module-secure-passwords": "^1.1.1",
+ "newfold-labs/wp-module-sso": "^1.0.6",
+ "wp-forge/wp-update-handler": "^1.0.2",
+ "wp-forge/wp-upgrade-handler": "^1.0"
+ },
+ "require-dev": {
+ "newfold-labs/wp-php-standards": "^1.2.4",
+ "roave/security-advisories": "dev-latest",
+ "wp-cli/i18n-command": "^2.6.2",
+ "wp-phpunit/wp-phpunit": "^6.6.2"
+ },
+ "time": "2024-10-17T10:54:39+00:00",
+ "type": "wordpress-plugin",
+ "extra": {
+ "installer-name": "mojo-marketplace-wp-plugin"
+ },
+ "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-plugin-mojo.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-plugin-mojo/issues\",\"POT-Creation-Date\":\"2023-01-11T20:21:44+00:00\"}' --exclude=assets,tests,src"
+ ],
+ "i18n-po": [
+ "vendor/bin/wp i18n update-po ./languages/wp-plugin-mojo.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": "WordPress plugin that integrates a WordPress site with Hosting.",
+ "support": {
+ "source": "https://github.com/newfold-labs/wp-plugin-mojo/tree/dependabot/npm_and_yarn/develop/wordpress/dom-ready-4.10.0",
+ "issues": "https://github.com/newfold-labs/wp-plugin-mojo/issues"
+ }
+ },
+ {
+ "name": "newfold-labs/wp-plugin-mojo",
+ "version": "dev-dependabot/npm_and_yarn/develop/wordpress/env-10.10.0",
+ "version_normalized": "dev-dependabot/npm_and_yarn/develop/wordpress/env-10.10.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/newfold-labs/wp-plugin-mojo.git",
+ "reference": "7f943310a9d8ea152da625a2bf050eec8005bd69"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/7f943310a9d8ea152da625a2bf050eec8005bd69",
+ "reference": "7f943310a9d8ea152da625a2bf050eec8005bd69",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/inflector": "1.2.0 as 1.3.1",
+ "newfold-labs/wp-module-activation": "^1.0.3",
+ "newfold-labs/wp-module-atomic": "^1.3",
+ "newfold-labs/wp-module-coming-soon": "^1.2.6",
+ "newfold-labs/wp-module-context": "^1.0.1",
+ "newfold-labs/wp-module-data": "^2.6.3",
+ "newfold-labs/wp-module-deactivation": "^1.2.3",
+ "newfold-labs/wp-module-features": "^1.4.2",
+ "newfold-labs/wp-module-loader": "^1.0.10",
+ "newfold-labs/wp-module-marketplace": "^2.4.0",
+ "newfold-labs/wp-module-notifications": "^1.6.0",
+ "newfold-labs/wp-module-performance": "^2.0.1",
+ "newfold-labs/wp-module-runtime": "^1.0.11",
+ "newfold-labs/wp-module-secure-passwords": "^1.1.1",
+ "newfold-labs/wp-module-sso": "^1.0.6",
+ "wp-forge/wp-update-handler": "^1.0.2",
+ "wp-forge/wp-upgrade-handler": "^1.0"
+ },
+ "require-dev": {
+ "newfold-labs/wp-php-standards": "^1.2.4",
+ "roave/security-advisories": "dev-latest",
+ "wp-cli/i18n-command": "^2.6.2",
+ "wp-phpunit/wp-phpunit": "^6.6.2"
+ },
+ "time": "2024-10-17T10:53:17+00:00",
+ "type": "wordpress-plugin",
+ "extra": {
+ "installer-name": "mojo-marketplace-wp-plugin"
+ },
+ "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-plugin-mojo.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-plugin-mojo/issues\",\"POT-Creation-Date\":\"2023-01-11T20:21:44+00:00\"}' --exclude=assets,tests,src"
+ ],
+ "i18n-po": [
+ "vendor/bin/wp i18n update-po ./languages/wp-plugin-mojo.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": "WordPress plugin that integrates a WordPress site with Hosting.",
+ "support": {
+ "source": "https://github.com/newfold-labs/wp-plugin-mojo/tree/dependabot/npm_and_yarn/develop/wordpress/env-10.10.0",
+ "issues": "https://github.com/newfold-labs/wp-plugin-mojo/issues"
+ }
+ },
+ {
+ "name": "newfold-labs/wp-plugin-mojo",
+ "version": "dev-dependabot/npm_and_yarn/develop/wordpress/i18n-5.10.0",
+ "version_normalized": "dev-dependabot/npm_and_yarn/develop/wordpress/i18n-5.10.0",
"source": {
"type": "git",
"url": "https://github.com/newfold-labs/wp-plugin-mojo.git",
- "reference": "d42ee4e9c1361796dfefbcdeff029a7c028acaab"
+ "reference": "365433dbf98b7e9f766d53a3da080e497b47bddb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/d42ee4e9c1361796dfefbcdeff029a7c028acaab",
- "reference": "d42ee4e9c1361796dfefbcdeff029a7c028acaab",
+ "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/365433dbf98b7e9f766d53a3da080e497b47bddb",
+ "reference": "365433dbf98b7e9f766d53a3da080e497b47bddb",
"shasum": ""
},
"require": {
@@ -127,7 +385,265 @@
"wp-cli/i18n-command": "^2.6.2",
"wp-phpunit/wp-phpunit": "^6.6.2"
},
- "time": "2024-09-26T02:02:45+00:00",
+ "time": "2024-10-17T10:55:01+00:00",
+ "type": "wordpress-plugin",
+ "extra": {
+ "installer-name": "mojo-marketplace-wp-plugin"
+ },
+ "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-plugin-mojo.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-plugin-mojo/issues\",\"POT-Creation-Date\":\"2023-01-11T20:21:44+00:00\"}' --exclude=assets,tests,src"
+ ],
+ "i18n-po": [
+ "vendor/bin/wp i18n update-po ./languages/wp-plugin-mojo.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": "WordPress plugin that integrates a WordPress site with Hosting.",
+ "support": {
+ "source": "https://github.com/newfold-labs/wp-plugin-mojo/tree/dependabot/npm_and_yarn/develop/wordpress/i18n-5.10.0",
+ "issues": "https://github.com/newfold-labs/wp-plugin-mojo/issues"
+ }
+ },
+ {
+ "name": "newfold-labs/wp-plugin-mojo",
+ "version": "dev-dependabot/npm_and_yarn/develop/wordpress/scripts-30.3.0",
+ "version_normalized": "dev-dependabot/npm_and_yarn/develop/wordpress/scripts-30.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/newfold-labs/wp-plugin-mojo.git",
+ "reference": "49fa7e63834093adc3e067a063e6438899d3c982"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/49fa7e63834093adc3e067a063e6438899d3c982",
+ "reference": "49fa7e63834093adc3e067a063e6438899d3c982",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/inflector": "1.2.0 as 1.3.1",
+ "newfold-labs/wp-module-activation": "^1.0.3",
+ "newfold-labs/wp-module-atomic": "^1.3",
+ "newfold-labs/wp-module-coming-soon": "^1.2.6",
+ "newfold-labs/wp-module-context": "^1.0.1",
+ "newfold-labs/wp-module-data": "^2.6.3",
+ "newfold-labs/wp-module-deactivation": "^1.2.3",
+ "newfold-labs/wp-module-features": "^1.4.2",
+ "newfold-labs/wp-module-loader": "^1.0.10",
+ "newfold-labs/wp-module-marketplace": "^2.4.0",
+ "newfold-labs/wp-module-notifications": "^1.6.0",
+ "newfold-labs/wp-module-performance": "^2.0.1",
+ "newfold-labs/wp-module-runtime": "^1.0.11",
+ "newfold-labs/wp-module-secure-passwords": "^1.1.1",
+ "newfold-labs/wp-module-sso": "^1.0.6",
+ "wp-forge/wp-update-handler": "^1.0.2",
+ "wp-forge/wp-upgrade-handler": "^1.0"
+ },
+ "require-dev": {
+ "newfold-labs/wp-php-standards": "^1.2.4",
+ "roave/security-advisories": "dev-latest",
+ "wp-cli/i18n-command": "^2.6.2",
+ "wp-phpunit/wp-phpunit": "^6.6.2"
+ },
+ "time": "2024-10-18T10:58:07+00:00",
+ "type": "wordpress-plugin",
+ "extra": {
+ "installer-name": "mojo-marketplace-wp-plugin"
+ },
+ "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-plugin-mojo.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-plugin-mojo/issues\",\"POT-Creation-Date\":\"2023-01-11T20:21:44+00:00\"}' --exclude=assets,tests,src"
+ ],
+ "i18n-po": [
+ "vendor/bin/wp i18n update-po ./languages/wp-plugin-mojo.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": "WordPress plugin that integrates a WordPress site with Hosting.",
+ "support": {
+ "source": "https://github.com/newfold-labs/wp-plugin-mojo/tree/dependabot/npm_and_yarn/develop/wordpress/scripts-30.3.0",
+ "issues": "https://github.com/newfold-labs/wp-plugin-mojo/issues"
+ }
+ },
+ {
+ "name": "newfold-labs/wp-plugin-mojo",
+ "version": "dev-develop",
+ "version_normalized": "dev-develop",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/newfold-labs/wp-plugin-mojo.git",
+ "reference": "ad918d79a1044e920f74413d7102498456a48f88"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/ad918d79a1044e920f74413d7102498456a48f88",
+ "reference": "ad918d79a1044e920f74413d7102498456a48f88",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/inflector": "1.2.0 as 1.3.1",
+ "newfold-labs/wp-module-activation": "^1.0.4",
+ "newfold-labs/wp-module-atomic": "^1.3",
+ "newfold-labs/wp-module-coming-soon": "^1.2.6",
+ "newfold-labs/wp-module-context": "^1.0.1",
+ "newfold-labs/wp-module-data": "^2.6.5",
+ "newfold-labs/wp-module-deactivation": "^1.2.3",
+ "newfold-labs/wp-module-features": "^1.4.2",
+ "newfold-labs/wp-module-loader": "^1.0.10",
+ "newfold-labs/wp-module-marketplace": "^2.4.0",
+ "newfold-labs/wp-module-notifications": "^1.6.1",
+ "newfold-labs/wp-module-performance": "^2.0.1",
+ "newfold-labs/wp-module-runtime": "^1.0.11",
+ "newfold-labs/wp-module-secure-passwords": "^1.1.1",
+ "newfold-labs/wp-module-sso": "^1.0.6",
+ "wp-forge/wp-update-handler": "^1.0.2",
+ "wp-forge/wp-upgrade-handler": "^1.0"
+ },
+ "require-dev": {
+ "newfold-labs/wp-php-standards": "^1.2.4",
+ "roave/security-advisories": "dev-latest",
+ "wp-cli/i18n-command": "^2.6.2",
+ "wp-phpunit/wp-phpunit": "^6.6.2"
+ },
+ "time": "2024-10-21T09:37:21+00:00",
+ "type": "wordpress-plugin",
+ "extra": {
+ "installer-name": "mojo-marketplace-wp-plugin"
+ },
+ "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-plugin-mojo.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-plugin-mojo/issues\",\"POT-Creation-Date\":\"2023-01-11T20:21:44+00:00\"}' --exclude=assets,tests,src"
+ ],
+ "i18n-po": [
+ "vendor/bin/wp i18n update-po ./languages/wp-plugin-mojo.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": "WordPress plugin that integrates a WordPress site with Hosting.",
+ "support": {
+ "source": "https://github.com/newfold-labs/wp-plugin-mojo/tree/develop",
+ "issues": "https://github.com/newfold-labs/wp-plugin-mojo/issues"
+ }
+ },
+ {
+ "name": "newfold-labs/wp-plugin-mojo",
+ "version": "dev-main",
+ "version_normalized": "dev-main",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/newfold-labs/wp-plugin-mojo.git",
+ "reference": "1d66dc08c8ad33a5bd372399aa33c28656df2b25"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/newfold-labs/wp-plugin-mojo/zipball/1d66dc08c8ad33a5bd372399aa33c28656df2b25",
+ "reference": "1d66dc08c8ad33a5bd372399aa33c28656df2b25",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/inflector": "1.2.0 as 1.3.1",
+ "newfold-labs/wp-module-activation": "^1.0.4",
+ "newfold-labs/wp-module-atomic": "^1.3",
+ "newfold-labs/wp-module-coming-soon": "^1.2.6",
+ "newfold-labs/wp-module-context": "^1.0.1",
+ "newfold-labs/wp-module-data": "^2.6.5",
+ "newfold-labs/wp-module-deactivation": "^1.2.3",
+ "newfold-labs/wp-module-features": "^1.4.2",
+ "newfold-labs/wp-module-loader": "^1.0.10",
+ "newfold-labs/wp-module-marketplace": "^2.4.0",
+ "newfold-labs/wp-module-notifications": "^1.6.1",
+ "newfold-labs/wp-module-performance": "^2.0.1",
+ "newfold-labs/wp-module-runtime": "^1.0.11",
+ "newfold-labs/wp-module-secure-passwords": "^1.1.1",
+ "newfold-labs/wp-module-sso": "^1.0.6",
+ "wp-forge/wp-update-handler": "^1.0.2",
+ "wp-forge/wp-upgrade-handler": "^1.0"
+ },
+ "require-dev": {
+ "newfold-labs/wp-php-standards": "^1.2.4",
+ "roave/security-advisories": "dev-latest",
+ "wp-cli/i18n-command": "^2.6.2",
+ "wp-phpunit/wp-phpunit": "^6.6.2"
+ },
+ "time": "2024-10-21T15:14:34+00:00",
"default-branch": true,
"type": "wordpress-plugin",
"extra": {
@@ -170,7 +686,7 @@
],
"description": "WordPress plugin that integrates a WordPress site with Hosting.",
"support": {
- "source": "https://github.com/newfold-labs/wp-plugin-mojo/tree/main",
+ "source": "https://github.com/newfold-labs/wp-plugin-mojo/tree/3.2.3",
"issues": "https://github.com/newfold-labs/wp-plugin-mojo/issues"
}
}
diff --git a/packages.json b/packages.json
index 77c94ab..512f9d5 100644
--- a/packages.json
+++ b/packages.json
@@ -2,7 +2,7 @@
"packages": [],
"includes": {
"all.json": {
- "sha1": "fb0f75fab5a8a73cfd009fcba5999e31f3cf3960"
+ "sha1": "1dcad7c9814ba5a00c12f6055a21f92e69045841"
}
},
"metadata-url": "/satis/p2/%package%.json",