Skip to content

Commit

Permalink
Satis build triggered by release 1.1.0 of newfold-labs/wp-module-sso
Browse files Browse the repository at this point in the history
  • Loading branch information
bhwpteam committed Feb 25, 2025
1 parent cfe0ba0 commit 32849f1
Show file tree
Hide file tree
Showing 5 changed files with 383 additions and 19 deletions.
195 changes: 188 additions & 7 deletions all.json
Original file line number Diff line number Diff line change
Expand Up @@ -61245,6 +61245,83 @@
"issues": "https://github.com/newfold-labs/wp-module-sso/issues"
}
},
"1.1.0": {
"name": "newfold-labs/wp-module-sso",
"version": "1.1.0",
"version_normalized": "1.1.0.0",
"source": {
"type": "git",
"url": "https://github.com/newfold-labs/wp-module-sso.git",
"reference": "92f78333da7bde102604a3b55b7b3d9920f87cc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/newfold-labs/wp-module-sso/zipball/92f78333da7bde102604a3b55b7b3d9920f87cc4",
"reference": "92f78333da7bde102604a3b55b7b3d9920f87cc4",
"shasum": ""
},
"require": {
"newfold-labs/wp-module-data": ">=2.6.10"
},
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2",
"wp-cli/i18n-command": "^2.6.3"
},
"time": "2025-02-25T23:05:26+00:00",
"type": "library",
"autoload": {
"psr-4": {
"NewFoldLabs\\WP\\Module\\SSO\\": "includes"
},
"files": [
"bootstrap.php"
]
},
"scripts": {
"fix": [
"vendor/bin/phpcbf --standard=phpcs.xml ."
],
"i18n-pot": [
"vendor/bin/wp i18n make-pot . ./languages/wp-module-sso.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-sso/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'"
],
"i18n-po": [
"vendor/bin/wp i18n update-po ./languages/wp-module-sso.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"
],
"lint": [
"vendor/bin/phpcs --standard=phpcs.xml -s ."
]
},
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Micah Wood",
"email": "[email protected]"
}
],
"description": "Single sign-on functionality for Newfold WordPress sites.",
"support": {
"source": "https://github.com/newfold-labs/wp-module-sso/tree/1.1.0",
"issues": "https://github.com/newfold-labs/wp-module-sso/issues"
}
},
"dev-dependabot/composer/main/newfold-labs/wp-module-data-gte-2.6.9": {
"name": "newfold-labs/wp-module-sso",
"version": "dev-dependabot/composer/main/newfold-labs/wp-module-data-gte-2.6.9",
Expand Down Expand Up @@ -61298,21 +61375,22 @@
"source": {
"type": "git",
"url": "https://github.com/newfold-labs/wp-module-sso.git",
"reference": "54b645bb0e515a6ca7f9d8a429c426cc7e8bd730"
"reference": "92f78333da7bde102604a3b55b7b3d9920f87cc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/newfold-labs/wp-module-sso/zipball/54b645bb0e515a6ca7f9d8a429c426cc7e8bd730",
"reference": "54b645bb0e515a6ca7f9d8a429c426cc7e8bd730",
"url": "https://api.github.com/repos/newfold-labs/wp-module-sso/zipball/92f78333da7bde102604a3b55b7b3d9920f87cc4",
"reference": "92f78333da7bde102604a3b55b7b3d9920f87cc4",
"shasum": ""
},
"require": {
"newfold-labs/wp-module-data": ">=2.6.8"
"newfold-labs/wp-module-data": ">=2.6.10"
},
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2"
"newfold-labs/wp-php-standards": "^1.2",
"wp-cli/i18n-command": "^2.6.3"
},
"time": "2025-01-28T21:29:45+00:00",
"time": "2025-02-25T23:05:26+00:00",
"default-branch": true,
"type": "library",
"autoload": {
Expand All @@ -61323,6 +61401,109 @@
"bootstrap.php"
]
},
"scripts": {
"fix": [
"vendor/bin/phpcbf --standard=phpcs.xml ."
],
"i18n-pot": [
"vendor/bin/wp i18n make-pot . ./languages/wp-module-sso.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-sso/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'"
],
"i18n-po": [
"vendor/bin/wp i18n update-po ./languages/wp-module-sso.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"
],
"lint": [
"vendor/bin/phpcs --standard=phpcs.xml -s ."
]
},
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Micah Wood",
"email": "[email protected]"
}
],
"description": "Single sign-on functionality for Newfold WordPress sites.",
"support": {
"source": "https://github.com/newfold-labs/wp-module-sso/tree/1.1.0",
"issues": "https://github.com/newfold-labs/wp-module-sso/issues"
}
},
"dev-press11-176": {
"name": "newfold-labs/wp-module-sso",
"version": "dev-press11-176",
"version_normalized": "dev-press11-176",
"source": {
"type": "git",
"url": "https://github.com/newfold-labs/wp-module-sso.git",
"reference": "513a350d872bc688b1bd8133210fe9c9cac44800"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/newfold-labs/wp-module-sso/zipball/513a350d872bc688b1bd8133210fe9c9cac44800",
"reference": "513a350d872bc688b1bd8133210fe9c9cac44800",
"shasum": ""
},
"require": {
"newfold-labs/wp-module-data": ">=2.6.8"
},
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2",
"wp-cli/i18n-command": "^2.6.3"
},
"time": "2025-02-20T11:13:49+00:00",
"type": "library",
"autoload": {
"psr-4": {
"NewFoldLabs\\WP\\Module\\SSO\\": "includes"
},
"files": [
"bootstrap.php"
]
},
"scripts": {
"fix": [
"vendor/bin/phpcbf --standard=phpcs.xml ."
],
"i18n-pot": [
"vendor/bin/wp i18n make-pot . ./languages/wp-module-sso.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-sso/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'"
],
"i18n-po": [
"vendor/bin/wp i18n update-po ./languages/wp-module-sso.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"
],
"lint": [
"vendor/bin/phpcs --standard=phpcs.xml -s ."
]
},
"license": [
"GPL-2.0-or-later"
],
Expand All @@ -61334,7 +61515,7 @@
],
"description": "Single sign-on functionality for Newfold WordPress sites.",
"support": {
"source": "https://github.com/newfold-labs/wp-module-sso/tree/main",
"source": "https://github.com/newfold-labs/wp-module-sso/tree/press11-176",
"issues": "https://github.com/newfold-labs/wp-module-sso/issues"
}
},
Expand Down
10 changes: 6 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="Tuesday, 25-Feb-2025 22:59:06 UTC">
Last updated: <br class="d-md-none"> <time datetime="2025-02-25T22:59:06+00:00">Tuesday, 25 Feb 2025 22:59:06 UTC</time>
<span class="badge bg-light text-dark m-1" title="Tuesday, 25-Feb-2025 23:06:55 UTC">
Last updated: <br class="d-md-none"> <time datetime="2025-02-25T23:06:55+00:00">Tuesday, 25 Feb 2025 23:06:55 UTC</time>
</span>
</div>

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

<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-sso/zipball/92f78333da7bde102604a3b55b7b3d9920f87cc4" title="dist-reference: 92f78333da7bde102604a3b55b7b3d9920f87cc4">1.1.0</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-sso/zipball/ad1006a0be4105a732b6edfe531f46f711a9f7dd" title="dist-reference: ad1006a0be4105a732b6edfe531f46f711a9f7dd">1.0.8</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-sso/zipball/539f86884ef91ae5bd9971ee3a1918afd1cb9448" title="dist-reference: 539f86884ef91ae5bd9971ee3a1918afd1cb9448">1.0.7</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-sso/zipball/663e82e5e044f3394dfe6254c2da1e68fc648d9e" title="dist-reference: 663e82e5e044f3394dfe6254c2da1e68fc648d9e">1.0.6</a>
Expand All @@ -3310,7 +3311,8 @@ <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-sso/zipball/a67c88ff8dc1d2b03422dba1102a6aea94a4a8f3" title="dist-reference: a67c88ff8dc1d2b03422dba1102a6aea94a4a8f3">1.0.2</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-sso/zipball/b37d7f62837221d23bc40f24d90760446b44c228" title="dist-reference: b37d7f62837221d23bc40f24d90760446b44c228">1.0.1</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-sso/zipball/459556ee950a9d3cb78ec7a16b47406fcd70b619" title="dist-reference: 459556ee950a9d3cb78ec7a16b47406fcd70b619">1.0</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-sso/zipball/54b645bb0e515a6ca7f9d8a429c426cc7e8bd730" title="dist-reference: 54b645bb0e515a6ca7f9d8a429c426cc7e8bd730">dev-main</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-sso/zipball/513a350d872bc688b1bd8133210fe9c9cac44800" title="dist-reference: 513a350d872bc688b1bd8133210fe9c9cac44800">dev-press11-176</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-sso/zipball/92f78333da7bde102604a3b55b7b3d9920f87cc4" title="dist-reference: 92f78333da7bde102604a3b55b7b3d9920f87cc4">dev-main</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-sso/zipball/6c58e8d0d9afad63bc97a051a77cc35cca0250a3" title="dist-reference: 6c58e8d0d9afad63bc97a051a77cc35cca0250a3">dev-update/increase-timeframe</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-sso/zipball/391522fee2672c1f58a0e19b99e269a9eb1b193f" title="dist-reference: 391522fee2672c1f58a0e19b99e269a9eb1b193f">dev-dependabot/composer/main/newfold-labs/wp-module-data-gte-2.6.9</a> </dd>

Expand Down
77 changes: 77 additions & 0 deletions p2/newfold-labs/wp-module-sso.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,83 @@
"source": "https://github.com/newfold-labs/wp-module-sso/tree/1.0.8",
"issues": "https://github.com/newfold-labs/wp-module-sso/issues"
}
},
{
"name": "newfold-labs/wp-module-sso",
"version": "1.1.0",
"version_normalized": "1.1.0.0",
"source": {
"type": "git",
"url": "https://github.com/newfold-labs/wp-module-sso.git",
"reference": "92f78333da7bde102604a3b55b7b3d9920f87cc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/newfold-labs/wp-module-sso/zipball/92f78333da7bde102604a3b55b7b3d9920f87cc4",
"reference": "92f78333da7bde102604a3b55b7b3d9920f87cc4",
"shasum": ""
},
"require": {
"newfold-labs/wp-module-data": ">=2.6.10"
},
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2",
"wp-cli/i18n-command": "^2.6.3"
},
"time": "2025-02-25T23:05:26+00:00",
"type": "library",
"autoload": {
"psr-4": {
"NewFoldLabs\\WP\\Module\\SSO\\": "includes"
},
"files": [
"bootstrap.php"
]
},
"scripts": {
"fix": [
"vendor/bin/phpcbf --standard=phpcs.xml ."
],
"i18n-pot": [
"vendor/bin/wp i18n make-pot . ./languages/wp-module-sso.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-sso/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'"
],
"i18n-po": [
"vendor/bin/wp i18n update-po ./languages/wp-module-sso.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"
],
"lint": [
"vendor/bin/phpcs --standard=phpcs.xml -s ."
]
},
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Micah Wood",
"email": "[email protected]"
}
],
"description": "Single sign-on functionality for Newfold WordPress sites.",
"support": {
"source": "https://github.com/newfold-labs/wp-module-sso/tree/1.1.0",
"issues": "https://github.com/newfold-labs/wp-module-sso/issues"
}
}
]
}
Expand Down
Loading

0 comments on commit 32849f1

Please sign in to comment.