From 49c585f55a18a90106382dbbc1b67c33f628df57 Mon Sep 17 00:00:00 2001 From: Newfold WordPress Team Date: Thu, 7 Nov 2024 22:24:49 +0000 Subject: [PATCH] Satis build triggered by release 2.6.6 of newfold-labs/wp-module-data --- all.json | 210 +++++++++++++++++++++++- index.html | 12 +- p2/newfold-labs/wp-module-data.json | 100 +++++++++++ p2/newfold-labs/wp-module-data~dev.json | 110 ++++++++++++- packages.json | 2 +- 5 files changed, 418 insertions(+), 16 deletions(-) diff --git a/all.json b/all.json index 44d750e..475b608 100644 --- a/all.json +++ b/all.json @@ -10525,6 +10525,106 @@ "issues": "https://github.com/newfold-labs/wp-module-data/issues" } }, + "2.6.6": { + "name": "newfold-labs/wp-module-data", + "version": "2.6.6", + "version_normalized": "2.6.6.0", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-data.git", + "reference": "ddfeb6e4d3e74793fba9dac204db374f030e7a72" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/ddfeb6e4d3e74793fba9dac204db374f030e7a72", + "reference": "ddfeb6e4d3e74793fba9dac204db374f030e7a72", + "shasum": "" + }, + "require": { + "ext-json": "*", + "newfold-labs/wp-module-context": "^1.0", + "newfold-labs/wp-module-loader": "^1.0.10", + "wp-forge/helpers": "^2.0", + "wp-forge/wp-query-builder": "^1.0.4", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" + }, + "require-dev": { + "10up/wp_mock": "^0.4.2", + "bluehost/bluehost-wordpress-plugin": ">=3.1", + "brianhenryie/composer-phpstorm": ">=0.4", + "johnpbloch/wordpress": ">=6.5.3", + "kporras07/composer-symlinks": "^1.2", + "lucatume/wp-browser": "^3.5.8", + "newfold-labs/wp-php-standards": "^1.2.3", + "phpunit/phpcov": "^5.0", + "wpackagist-plugin/woocommerce": ">=9" + }, + "time": "2024-11-07T22:23:10+00:00", + "type": "library", + "extra": { + "symlinks": { + ".": "wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data" + } + }, + "autoload": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\Data\\": "includes/" + }, + "files": [ + "bootstrap.php" + ] + }, + "autoload-dev": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\Data\\": [ + "tests/phpunit/includes/", + "tests/wpunit/includes" + ] + }, + "classmap": [ + "wordpress" + ] + }, + "scripts": { + "fix": [ + "vendor/bin/phpcbf . --standard=phpcs.xml" + ], + "cs-changes": [ + "updated_files=$( git status | grep '\\(new file\\|modified\\):\\s.*.php$' | cut -c14- | awk '{ printf(\"%s \", $0) }' ); echo \"\\nChecking\"$(git status | grep '\\(new file\\|modified\\):\\s.*.php$' | tail -n+2 | wc -l)\" files\"; phpcbf $(echo $updated_files); phpcs $(echo $updated_files);" + ], + "lint": [ + "vendor/bin/phpcs . --standard=phpcs.xml -s" + ], + "create-symlinks": [ + "Kporras07\\ComposerSymlinks\\ScriptHandler::createSymlinks" + ], + "test": [ + "phpunit --bootstrap tests/phpunit/bootstrap.php", + "codecept run wpunit" + ], + "test-coverage": [ + "phpunit --bootstrap tests/phpunit/bootstrap.php --coverage-php tests/_output/unit.cov --coverage-text", + "codecept run wpunit --coverage wpunit.cov", + "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", + "echo \"open tests/_output/html/index.html\" to view the report" + ], + "post-install-cmd": [ + "@create-symlinks" + ], + "post-update-cmd": [ + "@create-symlinks" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], + "description": "Newfold Data Module", + "support": { + "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.6", + "issues": "https://github.com/newfold-labs/wp-module-data/issues" + } + }, "dev-Add/cache-purge-1": { "name": "newfold-labs/wp-module-data", "version": "dev-Add/cache-purge-1", @@ -11294,6 +11394,106 @@ "issues": "https://github.com/newfold-labs/wp-module-data/issues" } }, + "dev-fix/wp-function-namespacing": { + "name": "newfold-labs/wp-module-data", + "version": "dev-fix/wp-function-namespacing", + "version_normalized": "dev-fix/wp-function-namespacing", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-data.git", + "reference": "3787f5a689e32d432789caeff5b722dd9439e1a7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/3787f5a689e32d432789caeff5b722dd9439e1a7", + "reference": "3787f5a689e32d432789caeff5b722dd9439e1a7", + "shasum": "" + }, + "require": { + "ext-json": "*", + "newfold-labs/wp-module-context": "^1.0", + "newfold-labs/wp-module-loader": "^1.0.10", + "wp-forge/helpers": "^2.0", + "wp-forge/wp-query-builder": "^1.0.4", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" + }, + "require-dev": { + "10up/wp_mock": "^0.4.2", + "bluehost/bluehost-wordpress-plugin": ">=3.1", + "brianhenryie/composer-phpstorm": ">=0.4", + "johnpbloch/wordpress": ">=6.5.3", + "kporras07/composer-symlinks": "^1.2", + "lucatume/wp-browser": "^3.5.8", + "newfold-labs/wp-php-standards": "^1.2.3", + "phpunit/phpcov": "^5.0", + "wpackagist-plugin/woocommerce": ">=9" + }, + "time": "2024-11-06T21:35:08+00:00", + "type": "library", + "extra": { + "symlinks": { + ".": "wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data" + } + }, + "autoload": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\Data\\": "includes/" + }, + "files": [ + "bootstrap.php" + ] + }, + "autoload-dev": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\Data\\": [ + "tests/phpunit/includes/", + "tests/wpunit/includes" + ] + }, + "classmap": [ + "wordpress" + ] + }, + "scripts": { + "fix": [ + "vendor/bin/phpcbf . --standard=phpcs.xml" + ], + "cs-changes": [ + "updated_files=$( git status | grep '\\(new file\\|modified\\):\\s.*.php$' | cut -c14- | awk '{ printf(\"%s \", $0) }' ); echo \"\\nChecking\"$(git status | grep '\\(new file\\|modified\\):\\s.*.php$' | tail -n+2 | wc -l)\" files\"; phpcbf $(echo $updated_files); phpcs $(echo $updated_files);" + ], + "lint": [ + "vendor/bin/phpcs . --standard=phpcs.xml -s" + ], + "create-symlinks": [ + "Kporras07\\ComposerSymlinks\\ScriptHandler::createSymlinks" + ], + "test": [ + "phpunit --bootstrap tests/phpunit/bootstrap.php", + "codecept run wpunit" + ], + "test-coverage": [ + "phpunit --bootstrap tests/phpunit/bootstrap.php --coverage-php tests/_output/unit.cov --coverage-text", + "codecept run wpunit --coverage wpunit.cov", + "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", + "echo \"open tests/_output/html/index.html\" to view the report" + ], + "post-install-cmd": [ + "@create-symlinks" + ], + "post-update-cmd": [ + "@create-symlinks" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], + "description": "Newfold Data Module", + "support": { + "source": "https://github.com/newfold-labs/wp-module-data/tree/fix/wp-function-namespacing", + "issues": "https://github.com/newfold-labs/wp-module-data/issues" + } + }, "dev-jetpack-event-labels": { "name": "newfold-labs/wp-module-data", "version": "dev-jetpack-event-labels", @@ -11351,12 +11551,12 @@ "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-data.git", - "reference": "002cc3da70565af1708408f7d7604396d2af55e3" + "reference": "ddfeb6e4d3e74793fba9dac204db374f030e7a72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/002cc3da70565af1708408f7d7604396d2af55e3", - "reference": "002cc3da70565af1708408f7d7604396d2af55e3", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/ddfeb6e4d3e74793fba9dac204db374f030e7a72", + "reference": "ddfeb6e4d3e74793fba9dac204db374f030e7a72", "shasum": "" }, "require": { @@ -11379,7 +11579,7 @@ "phpunit/phpcov": "^5.0", "wpackagist-plugin/woocommerce": ">=9" }, - "time": "2024-10-18T19:30:28+00:00", + "time": "2024-11-07T22:23:10+00:00", "default-branch": true, "type": "library", "extra": { @@ -11441,7 +11641,7 @@ ], "description": "Newfold Data Module", "support": { - "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.5", + "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.6", "issues": "https://github.com/newfold-labs/wp-module-data/issues" } }, diff --git a/index.html b/index.html index 994e270..bfe3eeb 100644 --- a/index.html +++ b/index.html @@ -30,8 +30,8 @@

newfold-labs/satis

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

Setting up this repository in your projects

Support
@@ -928,6 +928,7 @@

Setting up this repository in your projects

Releases
+ 2.6.6 2.6.5 2.6.4 2.6.3 @@ -1007,11 +1008,12 @@

Setting up this repository in your projects

dev-PRESS0-1483-Fix-Stripe-Connect-Event dev-PRESS0-1482 dev-PRESS0-751 - dev-main + dev-main dev-Add/cache-purge-1 dev-feature/PRESS0-1996-hiive-events-via-html-attributes dev-feature/collect-dropin-plugins - dev-jetpack-event-labels
+ dev-jetpack-event-labels + dev-fix/wp-function-namespacing
Required by
diff --git a/p2/newfold-labs/wp-module-data.json b/p2/newfold-labs/wp-module-data.json index 0896477..1176599 100644 --- a/p2/newfold-labs/wp-module-data.json +++ b/p2/newfold-labs/wp-module-data.json @@ -3879,6 +3879,106 @@ "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.5", "issues": "https://github.com/newfold-labs/wp-module-data/issues" } + }, + { + "name": "newfold-labs/wp-module-data", + "version": "2.6.6", + "version_normalized": "2.6.6.0", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-data.git", + "reference": "ddfeb6e4d3e74793fba9dac204db374f030e7a72" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/ddfeb6e4d3e74793fba9dac204db374f030e7a72", + "reference": "ddfeb6e4d3e74793fba9dac204db374f030e7a72", + "shasum": "" + }, + "require": { + "ext-json": "*", + "newfold-labs/wp-module-context": "^1.0", + "newfold-labs/wp-module-loader": "^1.0.10", + "wp-forge/helpers": "^2.0", + "wp-forge/wp-query-builder": "^1.0.4", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" + }, + "require-dev": { + "10up/wp_mock": "^0.4.2", + "bluehost/bluehost-wordpress-plugin": ">=3.1", + "brianhenryie/composer-phpstorm": ">=0.4", + "johnpbloch/wordpress": ">=6.5.3", + "kporras07/composer-symlinks": "^1.2", + "lucatume/wp-browser": "^3.5.8", + "newfold-labs/wp-php-standards": "^1.2.3", + "phpunit/phpcov": "^5.0", + "wpackagist-plugin/woocommerce": ">=9" + }, + "time": "2024-11-07T22:23:10+00:00", + "type": "library", + "extra": { + "symlinks": { + ".": "wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data" + } + }, + "autoload": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\Data\\": "includes/" + }, + "files": [ + "bootstrap.php" + ] + }, + "autoload-dev": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\Data\\": [ + "tests/phpunit/includes/", + "tests/wpunit/includes" + ] + }, + "classmap": [ + "wordpress" + ] + }, + "scripts": { + "fix": [ + "vendor/bin/phpcbf . --standard=phpcs.xml" + ], + "cs-changes": [ + "updated_files=$( git status | grep '\\(new file\\|modified\\):\\s.*.php$' | cut -c14- | awk '{ printf(\"%s \", $0) }' ); echo \"\\nChecking\"$(git status | grep '\\(new file\\|modified\\):\\s.*.php$' | tail -n+2 | wc -l)\" files\"; phpcbf $(echo $updated_files); phpcs $(echo $updated_files);" + ], + "lint": [ + "vendor/bin/phpcs . --standard=phpcs.xml -s" + ], + "create-symlinks": [ + "Kporras07\\ComposerSymlinks\\ScriptHandler::createSymlinks" + ], + "test": [ + "phpunit --bootstrap tests/phpunit/bootstrap.php", + "codecept run wpunit" + ], + "test-coverage": [ + "phpunit --bootstrap tests/phpunit/bootstrap.php --coverage-php tests/_output/unit.cov --coverage-text", + "codecept run wpunit --coverage wpunit.cov", + "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", + "echo \"open tests/_output/html/index.html\" to view the report" + ], + "post-install-cmd": [ + "@create-symlinks" + ], + "post-update-cmd": [ + "@create-symlinks" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], + "description": "Newfold Data Module", + "support": { + "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.6", + "issues": "https://github.com/newfold-labs/wp-module-data/issues" + } } ] } diff --git a/p2/newfold-labs/wp-module-data~dev.json b/p2/newfold-labs/wp-module-data~dev.json index ce7ac6b..af37410 100644 --- a/p2/newfold-labs/wp-module-data~dev.json +++ b/p2/newfold-labs/wp-module-data~dev.json @@ -770,6 +770,106 @@ "issues": "https://github.com/newfold-labs/wp-module-data/issues" } }, + { + "name": "newfold-labs/wp-module-data", + "version": "dev-fix/wp-function-namespacing", + "version_normalized": "dev-fix/wp-function-namespacing", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-data.git", + "reference": "3787f5a689e32d432789caeff5b722dd9439e1a7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/3787f5a689e32d432789caeff5b722dd9439e1a7", + "reference": "3787f5a689e32d432789caeff5b722dd9439e1a7", + "shasum": "" + }, + "require": { + "ext-json": "*", + "newfold-labs/wp-module-context": "^1.0", + "newfold-labs/wp-module-loader": "^1.0.10", + "wp-forge/helpers": "^2.0", + "wp-forge/wp-query-builder": "^1.0.4", + "wp-forge/wp-upgrade-handler": "^1.0", + "wpscholar/url": "^1.2.2" + }, + "require-dev": { + "10up/wp_mock": "^0.4.2", + "bluehost/bluehost-wordpress-plugin": ">=3.1", + "brianhenryie/composer-phpstorm": ">=0.4", + "johnpbloch/wordpress": ">=6.5.3", + "kporras07/composer-symlinks": "^1.2", + "lucatume/wp-browser": "^3.5.8", + "newfold-labs/wp-php-standards": "^1.2.3", + "phpunit/phpcov": "^5.0", + "wpackagist-plugin/woocommerce": ">=9" + }, + "time": "2024-11-06T21:35:08+00:00", + "type": "library", + "extra": { + "symlinks": { + ".": "wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-data" + } + }, + "autoload": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\Data\\": "includes/" + }, + "files": [ + "bootstrap.php" + ] + }, + "autoload-dev": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\Data\\": [ + "tests/phpunit/includes/", + "tests/wpunit/includes" + ] + }, + "classmap": [ + "wordpress" + ] + }, + "scripts": { + "fix": [ + "vendor/bin/phpcbf . --standard=phpcs.xml" + ], + "cs-changes": [ + "updated_files=$( git status | grep '\\(new file\\|modified\\):\\s.*.php$' | cut -c14- | awk '{ printf(\"%s \", $0) }' ); echo \"\\nChecking\"$(git status | grep '\\(new file\\|modified\\):\\s.*.php$' | tail -n+2 | wc -l)\" files\"; phpcbf $(echo $updated_files); phpcs $(echo $updated_files);" + ], + "lint": [ + "vendor/bin/phpcs . --standard=phpcs.xml -s" + ], + "create-symlinks": [ + "Kporras07\\ComposerSymlinks\\ScriptHandler::createSymlinks" + ], + "test": [ + "phpunit --bootstrap tests/phpunit/bootstrap.php", + "codecept run wpunit" + ], + "test-coverage": [ + "phpunit --bootstrap tests/phpunit/bootstrap.php --coverage-php tests/_output/unit.cov --coverage-text", + "codecept run wpunit --coverage wpunit.cov", + "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", + "echo \"open tests/_output/html/index.html\" to view the report" + ], + "post-install-cmd": [ + "@create-symlinks" + ], + "post-update-cmd": [ + "@create-symlinks" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], + "description": "Newfold Data Module", + "support": { + "source": "https://github.com/newfold-labs/wp-module-data/tree/fix/wp-function-namespacing", + "issues": "https://github.com/newfold-labs/wp-module-data/issues" + } + }, { "name": "newfold-labs/wp-module-data", "version": "dev-jetpack-event-labels", @@ -827,12 +927,12 @@ "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-data.git", - "reference": "002cc3da70565af1708408f7d7604396d2af55e3" + "reference": "ddfeb6e4d3e74793fba9dac204db374f030e7a72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/002cc3da70565af1708408f7d7604396d2af55e3", - "reference": "002cc3da70565af1708408f7d7604396d2af55e3", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/ddfeb6e4d3e74793fba9dac204db374f030e7a72", + "reference": "ddfeb6e4d3e74793fba9dac204db374f030e7a72", "shasum": "" }, "require": { @@ -855,7 +955,7 @@ "phpunit/phpcov": "^5.0", "wpackagist-plugin/woocommerce": ">=9" }, - "time": "2024-10-18T19:30:28+00:00", + "time": "2024-11-07T22:23:10+00:00", "default-branch": true, "type": "library", "extra": { @@ -917,7 +1017,7 @@ ], "description": "Newfold Data Module", "support": { - "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.5", + "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.6", "issues": "https://github.com/newfold-labs/wp-module-data/issues" } }, diff --git a/packages.json b/packages.json index 5c5d06c..9df94f8 100644 --- a/packages.json +++ b/packages.json @@ -2,7 +2,7 @@ "packages": [], "includes": { "all.json": { - "sha1": "b4f38a8942b9a0690b70c05acab9292fe49b7b6f" + "sha1": "44871e32fad630413cfc8204c6159e2d58fe6d9a" } }, "metadata-url": "/satis/p2/%package%.json",