Skip to content

Commit

Permalink
Satis build triggered by release 2.6.6 of newfold-labs/wp-module-data
Browse files Browse the repository at this point in the history
  • Loading branch information
bhwpteam committed Nov 7, 2024
1 parent e0c461d commit 49c585f
Show file tree
Hide file tree
Showing 5 changed files with 418 additions and 16 deletions.
210 changes: 205 additions & 5 deletions all.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down Expand Up @@ -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"
}
},
Expand Down
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<a href="https://newfold-labs.github.io/satis/">
<h1>newfold-labs/satis</h1>
</a>
<span class="badge bg-light text-dark m-1" title="Thursday, 07-Nov-2024 21:54:43 UTC">
Last updated: <br class="d-md-none"> <time datetime="2024-11-07T21:54:43+00:00">Thursday, 07 Nov 2024 21:54:43 UTC</time>
<span class="badge bg-light text-dark m-1" title="Thursday, 07-Nov-2024 22:24:49 UTC">
Last updated: <br class="d-md-none"> <time datetime="2024-11-07T22:24:49+00:00">Thursday, 07 Nov 2024 22:24:49 UTC</time>
</span>
</div>

Expand Down Expand Up @@ -920,14 +920,15 @@ <h2 class="card-title h5">Setting up this repository in your projects</h2>
<dt class="col-sm-3 col-md-2 field-support">Support</dt>
<dd class="col-sm-9 col-md-10 field-support filter-by">
<ul class="list-unstyled m-0">
<li>Source: <a href="https://github.com/newfold-labs/wp-module-data/tree/2.6.5">https://github.com/newfold-labs/wp-module-data/tree/2.6.5</a></li>
<li>Source: <a href="https://github.com/newfold-labs/wp-module-data/tree/2.6.6">https://github.com/newfold-labs/wp-module-data/tree/2.6.6</a></li>
<li>Issues: <a href="https://github.com/newfold-labs/wp-module-data/issues">https://github.com/newfold-labs/wp-module-data/issues</a></li>
</ul>
</dd>

<dt class="col-sm-3 col-md-2 field-releases">Releases</dt>
<dd class="col-sm-9 col-md-10 field-releases filter-by" data-package-name="newfold-labs/wp-module-data">

<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-data/zipball/ddfeb6e4d3e74793fba9dac204db374f030e7a72" title="dist-reference: ddfeb6e4d3e74793fba9dac204db374f030e7a72">2.6.6</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-data/zipball/002cc3da70565af1708408f7d7604396d2af55e3" title="dist-reference: 002cc3da70565af1708408f7d7604396d2af55e3">2.6.5</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-data/zipball/e5c949ac106c867c6c64a83429c27d800b0d43ac" title="dist-reference: e5c949ac106c867c6c64a83429c27d800b0d43ac">2.6.4</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-data/zipball/f98dfabe6a4cb10aec6dcd6e81fc7d269238e9a4" title="dist-reference: f98dfabe6a4cb10aec6dcd6e81fc7d269238e9a4">2.6.3</a>
Expand Down Expand Up @@ -1007,11 +1008,12 @@ <h2 class="card-title h5">Setting up this repository in your projects</h2>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-data/zipball/cb60305e0a162aff51ce8f457408dfa43984bf23" title="dist-reference: cb60305e0a162aff51ce8f457408dfa43984bf23">dev-PRESS0-1483-Fix-Stripe-Connect-Event</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-data/zipball/67b75a79660a1c4b90df95d0dc73175bfa16482b" title="dist-reference: 67b75a79660a1c4b90df95d0dc73175bfa16482b">dev-PRESS0-1482</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-data/zipball/b22b0df9ef5f66e97892642b4ecdec9cb15fb8db" title="dist-reference: b22b0df9ef5f66e97892642b4ecdec9cb15fb8db">dev-PRESS0-751</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-data/zipball/002cc3da70565af1708408f7d7604396d2af55e3" title="dist-reference: 002cc3da70565af1708408f7d7604396d2af55e3">dev-main</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-data/zipball/ddfeb6e4d3e74793fba9dac204db374f030e7a72" title="dist-reference: ddfeb6e4d3e74793fba9dac204db374f030e7a72">dev-main</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-data/zipball/2b4b264cda0652e2c832daabe8c956405cb341b8" title="dist-reference: 2b4b264cda0652e2c832daabe8c956405cb341b8">dev-Add/cache-purge-1</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-data/zipball/b8f0bc40587bb341a57d78b7960d10be2cd51d6c" title="dist-reference: b8f0bc40587bb341a57d78b7960d10be2cd51d6c">dev-feature/PRESS0-1996-hiive-events-via-html-attributes</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-data/zipball/f653830bba4a80922725bbf9c6089c029330fe90" title="dist-reference: f653830bba4a80922725bbf9c6089c029330fe90">dev-feature/collect-dropin-plugins</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-data/zipball/c23e32c4a68901bf53ee19a7b930351b4e47bd33" title="dist-reference: c23e32c4a68901bf53ee19a7b930351b4e47bd33">dev-jetpack-event-labels</a> </dd>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-data/zipball/c23e32c4a68901bf53ee19a7b930351b4e47bd33" title="dist-reference: c23e32c4a68901bf53ee19a7b930351b4e47bd33">dev-jetpack-event-labels</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-data/zipball/3787f5a689e32d432789caeff5b722dd9439e1a7" title="dist-reference: 3787f5a689e32d432789caeff5b722dd9439e1a7">dev-fix/wp-function-namespacing</a> </dd>


<dt class="col-sm-3 col-md-2 field-required-by">Required by</dt>
Expand Down
Loading

0 comments on commit 49c585f

Please sign in to comment.