Skip to content

Commit

Permalink
Satis build triggered by release 1.5.0 of newfold-labs/wp-module-feat…
Browse files Browse the repository at this point in the history
…ures
  • Loading branch information
bhwpteam committed Feb 25, 2025
1 parent 4416ea8 commit ebe9b9a
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 17 deletions.
116 changes: 110 additions & 6 deletions all.json
Original file line number Diff line number Diff line change
Expand Up @@ -26866,28 +26866,110 @@
"issues": "https://github.com/newfold-labs/wp-module-features/issues"
}
},
"1.5.0": {
"name": "newfold-labs/wp-module-features",
"version": "1.5.0",
"version_normalized": "1.5.0.0",
"source": {
"type": "git",
"url": "https://github.com/newfold-labs/wp-module-features.git",
"reference": "b46fa1abb1ccc1a1e699c6511afd1a74c197ac25"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/newfold-labs/wp-module-features/zipball/b46fa1abb1ccc1a1e699c6511afd1a74c197ac25",
"reference": "b46fa1abb1ccc1a1e699c6511afd1a74c197ac25",
"shasum": ""
},
"require": {
"wp-forge/wp-options": "^1.1.1"
},
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2.3",
"wp-cli/i18n-command": "^2.6.3"
},
"time": "2025-02-25T22:55:26+00:00",
"type": "library",
"autoload": {
"psr-4": {
"NewfoldLabs\\WP\\Module\\Features\\": "includes"
},
"files": [
"includes/functions.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-features.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-features/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'"
],
"i18n-po": [
"vendor/bin/wp i18n update-po ./languages/wp-module-features.pot ./languages"
],
"i18n-mo": [
"vendor/bin/wp i18n make-mo ./languages"
],
"i18n-php": [
"vendor/bin/wp i18n make-php ./languages"
],
"i18n-json": [
"rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
],
"i18n": [
"@i18n-pot",
"@i18n-po",
"@i18n-mo",
"@i18n-php",
"@i18n-json"
]
},
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Micah Wood",
"homepage": "https://wpscholar.com"
},
{
"name": "Evan Mullins",
"homepage": "https://evanmullins.com"
}
],
"description": "A module for providing an interface for features.",
"support": {
"source": "https://github.com/newfold-labs/wp-module-features/tree/1.5.0",
"issues": "https://github.com/newfold-labs/wp-module-features/issues"
}
},
"dev-main": {
"name": "newfold-labs/wp-module-features",
"version": "dev-main",
"version_normalized": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/newfold-labs/wp-module-features.git",
"reference": "a8650443b52877e685e0888cb74fac354abdf0c1"
"reference": "b46fa1abb1ccc1a1e699c6511afd1a74c197ac25"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/newfold-labs/wp-module-features/zipball/a8650443b52877e685e0888cb74fac354abdf0c1",
"reference": "a8650443b52877e685e0888cb74fac354abdf0c1",
"url": "https://api.github.com/repos/newfold-labs/wp-module-features/zipball/b46fa1abb1ccc1a1e699c6511afd1a74c197ac25",
"reference": "b46fa1abb1ccc1a1e699c6511afd1a74c197ac25",
"shasum": ""
},
"require": {
"wp-forge/wp-options": "^1.1.1"
},
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2.3"
"newfold-labs/wp-php-standards": "^1.2.3",
"wp-cli/i18n-command": "^2.6.3"
},
"time": "2025-01-28T21:10:19+00:00",
"time": "2025-02-25T22:55:26+00:00",
"default-branch": true,
"type": "library",
"autoload": {
Expand All @@ -26904,6 +26986,28 @@
],
"lint": [
"vendor/bin/phpcs . --standard=phpcs.xml -s"
],
"i18n-pot": [
"vendor/bin/wp i18n make-pot . ./languages/wp-module-features.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-features/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'"
],
"i18n-po": [
"vendor/bin/wp i18n update-po ./languages/wp-module-features.pot ./languages"
],
"i18n-mo": [
"vendor/bin/wp i18n make-mo ./languages"
],
"i18n-php": [
"vendor/bin/wp i18n make-php ./languages"
],
"i18n-json": [
"rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
],
"i18n": [
"@i18n-pot",
"@i18n-po",
"@i18n-mo",
"@i18n-php",
"@i18n-json"
]
},
"license": [
Expand All @@ -26921,7 +27025,7 @@
],
"description": "A module for providing an interface for features.",
"support": {
"source": "https://github.com/newfold-labs/wp-module-features/tree/main",
"source": "https://github.com/newfold-labs/wp-module-features/tree/1.5.0",
"issues": "https://github.com/newfold-labs/wp-module-features/issues"
}
}
Expand Down
9 changes: 5 additions & 4 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="Monday, 24-Feb-2025 18:54:41 UTC">
Last updated: <br class="d-md-none"> <time datetime="2025-02-24T18:54:41+00:00">Monday, 24 Feb 2025 18:54:41 UTC</time>
<span class="badge bg-light text-dark m-1" title="Tuesday, 25-Feb-2025 22:57:13 UTC">
Last updated: <br class="d-md-none"> <time datetime="2025-02-25T22:57:13+00:00">Tuesday, 25 Feb 2025 22:57:13 UTC</time>
</span>
</div>

Expand Down Expand Up @@ -1543,14 +1543,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-features/tree/1.4.2">https://github.com/newfold-labs/wp-module-features/tree/1.4.2</a></li>
<li>Source: <a href="https://github.com/newfold-labs/wp-module-features/tree/1.5.0">https://github.com/newfold-labs/wp-module-features/tree/1.5.0</a></li>
<li>Issues: <a href="https://github.com/newfold-labs/wp-module-features/issues">https://github.com/newfold-labs/wp-module-features/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-features">

<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-features/zipball/b46fa1abb1ccc1a1e699c6511afd1a74c197ac25" title="dist-reference: b46fa1abb1ccc1a1e699c6511afd1a74c197ac25">1.5.0</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-features/zipball/0424ca66ed275371a372b139d1c2f81652181b01" title="dist-reference: 0424ca66ed275371a372b139d1c2f81652181b01">1.4.2</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-features/zipball/d22ca49d2235ac7797fa6ad315ceaf7edec9bd31" title="dist-reference: d22ca49d2235ac7797fa6ad315ceaf7edec9bd31">1.4.1</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-features/zipball/bd5ca58a9feea6f4cddfa27e665340005b849923" title="dist-reference: bd5ca58a9feea6f4cddfa27e665340005b849923">1.4.0</a>
Expand All @@ -1560,7 +1561,7 @@ <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-features/zipball/30f5139deed56ee36a06c0b1107fcc91bffe6229" title="dist-reference: 30f5139deed56ee36a06c0b1107fcc91bffe6229">1.1.1</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-features/zipball/a6780ec96584aab97036468de5d42939978b39c6" title="dist-reference: a6780ec96584aab97036468de5d42939978b39c6">1.1.0</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-features/zipball/ebbaf82adfa944a594b0113d9be38afa4419203e" title="dist-reference: ebbaf82adfa944a594b0113d9be38afa4419203e">1.0.0</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-features/zipball/a8650443b52877e685e0888cb74fac354abdf0c1" title="dist-reference: a8650443b52877e685e0888cb74fac354abdf0c1">dev-main</a> </dd>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-features/zipball/b46fa1abb1ccc1a1e699c6511afd1a74c197ac25" title="dist-reference: b46fa1abb1ccc1a1e699c6511afd1a74c197ac25">dev-main</a> </dd>


<dt class="col-sm-3 col-md-2 field-required-by">Required by</dt>
Expand Down
81 changes: 81 additions & 0 deletions p2/newfold-labs/wp-module-features.json
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,87 @@
"source": "https://github.com/newfold-labs/wp-module-features/tree/1.4.2",
"issues": "https://github.com/newfold-labs/wp-module-features/issues"
}
},
{
"name": "newfold-labs/wp-module-features",
"version": "1.5.0",
"version_normalized": "1.5.0.0",
"source": {
"type": "git",
"url": "https://github.com/newfold-labs/wp-module-features.git",
"reference": "b46fa1abb1ccc1a1e699c6511afd1a74c197ac25"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/newfold-labs/wp-module-features/zipball/b46fa1abb1ccc1a1e699c6511afd1a74c197ac25",
"reference": "b46fa1abb1ccc1a1e699c6511afd1a74c197ac25",
"shasum": ""
},
"require": {
"wp-forge/wp-options": "^1.1.1"
},
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2.3",
"wp-cli/i18n-command": "^2.6.3"
},
"time": "2025-02-25T22:55:26+00:00",
"type": "library",
"autoload": {
"psr-4": {
"NewfoldLabs\\WP\\Module\\Features\\": "includes"
},
"files": [
"includes/functions.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-features.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-features/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'"
],
"i18n-po": [
"vendor/bin/wp i18n update-po ./languages/wp-module-features.pot ./languages"
],
"i18n-mo": [
"vendor/bin/wp i18n make-mo ./languages"
],
"i18n-php": [
"vendor/bin/wp i18n make-php ./languages"
],
"i18n-json": [
"rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
],
"i18n": [
"@i18n-pot",
"@i18n-po",
"@i18n-mo",
"@i18n-php",
"@i18n-json"
]
},
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Micah Wood",
"homepage": "https://wpscholar.com"
},
{
"name": "Evan Mullins",
"homepage": "https://evanmullins.com"
}
],
"description": "A module for providing an interface for features.",
"support": {
"source": "https://github.com/newfold-labs/wp-module-features/tree/1.5.0",
"issues": "https://github.com/newfold-labs/wp-module-features/issues"
}
}
]
}
Expand Down
35 changes: 29 additions & 6 deletions p2/newfold-labs/wp-module-features~dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,22 @@
"source": {
"type": "git",
"url": "https://github.com/newfold-labs/wp-module-features.git",
"reference": "a8650443b52877e685e0888cb74fac354abdf0c1"
"reference": "b46fa1abb1ccc1a1e699c6511afd1a74c197ac25"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/newfold-labs/wp-module-features/zipball/a8650443b52877e685e0888cb74fac354abdf0c1",
"reference": "a8650443b52877e685e0888cb74fac354abdf0c1",
"url": "https://api.github.com/repos/newfold-labs/wp-module-features/zipball/b46fa1abb1ccc1a1e699c6511afd1a74c197ac25",
"reference": "b46fa1abb1ccc1a1e699c6511afd1a74c197ac25",
"shasum": ""
},
"require": {
"wp-forge/wp-options": "^1.1.1"
},
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2.3"
"newfold-labs/wp-php-standards": "^1.2.3",
"wp-cli/i18n-command": "^2.6.3"
},
"time": "2025-01-28T21:10:19+00:00",
"time": "2025-02-25T22:55:26+00:00",
"default-branch": true,
"type": "library",
"autoload": {
Expand All @@ -39,6 +40,28 @@
],
"lint": [
"vendor/bin/phpcs . --standard=phpcs.xml -s"
],
"i18n-pot": [
"vendor/bin/wp i18n make-pot . ./languages/wp-module-features.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-features/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'"
],
"i18n-po": [
"vendor/bin/wp i18n update-po ./languages/wp-module-features.pot ./languages"
],
"i18n-mo": [
"vendor/bin/wp i18n make-mo ./languages"
],
"i18n-php": [
"vendor/bin/wp i18n make-php ./languages"
],
"i18n-json": [
"rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print"
],
"i18n": [
"@i18n-pot",
"@i18n-po",
"@i18n-mo",
"@i18n-php",
"@i18n-json"
]
},
"license": [
Expand All @@ -56,7 +79,7 @@
],
"description": "A module for providing an interface for features.",
"support": {
"source": "https://github.com/newfold-labs/wp-module-features/tree/main",
"source": "https://github.com/newfold-labs/wp-module-features/tree/1.5.0",
"issues": "https://github.com/newfold-labs/wp-module-features/issues"
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [],
"includes": {
"all.json": {
"sha1": "e5bd2d5418560bcd4ab2127cb686d47d3c6bcec2"
"sha1": "4cd75b8d4e206c9f394e287ced0451d5e00786ec"
}
},
"metadata-url": "/satis/p2/%package%.json",
Expand Down

0 comments on commit ebe9b9a

Please sign in to comment.