Skip to content

Commit

Permalink
Satis build triggered by release 0.5.0 of newfold-labs/wp-module-solu…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
bhwpteam committed Oct 9, 2024
1 parent 0e7e542 commit ffc2652
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 16 deletions.
106 changes: 101 additions & 5 deletions all.json
Original file line number Diff line number Diff line change
Expand Up @@ -47728,6 +47728,54 @@
"issues": "https://github.com/newfold-labs/wp-module-solutions/issues"
}
},
"0.5.0": {
"name": "newfold-labs/wp-module-solutions",
"version": "0.5.0",
"version_normalized": "0.5.0.0",
"source": {
"type": "git",
"url": "https://github.com/newfold-labs/wp-module-solutions.git",
"reference": "ee8a4e469828391332fc8c0ad1507ed75b0b2ae3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/ee8a4e469828391332fc8c0ad1507ed75b0b2ae3",
"reference": "ee8a4e469828391332fc8c0ad1507ed75b0b2ae3",
"shasum": ""
},
"require": {
"newfold-labs/wp-module-data": "^2.6.3",
"newfold-labs/wp-module-loader": "^1.0.10"
},
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2",
"wp-cli/i18n-command": "^2.4.3"
},
"time": "2024-10-09T14:17:16+00:00",
"type": "library",
"autoload": {
"psr-4": {
"NewfoldLabs\\WP\\Module\\Solutions\\": "includes"
},
"files": [
"bootstrap.php"
]
},
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "arati bhandare AKA aratidgr8",
"email": "aratidgr8@gmail.com"
}
],
"description": "A Newfold module that handles integration of WordPress Solutions Addon packages (content creator/ service / ecommerce) for BlueHost & HostGator customers",
"support": {
"source": "https://github.com/newfold-labs/wp-module-solutions/tree/0.5.0",
"issues": "https://github.com/newfold-labs/wp-module-solutions/issues"
}
},
"dev-PRESS0-1723": {
"name": "newfold-labs/wp-module-solutions",
"version": "dev-PRESS0-1723",
Expand Down Expand Up @@ -47872,19 +47920,67 @@
"issues": "https://github.com/newfold-labs/wp-module-solutions/issues"
}
},
"dev-install-activate-plugins": {
"name": "newfold-labs/wp-module-solutions",
"version": "dev-install-activate-plugins",
"version_normalized": "dev-install-activate-plugins",
"source": {
"type": "git",
"url": "https://github.com/newfold-labs/wp-module-solutions.git",
"reference": "2e7fcc064add817c86c3d4a1343114d636015bbe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/2e7fcc064add817c86c3d4a1343114d636015bbe",
"reference": "2e7fcc064add817c86c3d4a1343114d636015bbe",
"shasum": ""
},
"require": {
"newfold-labs/wp-module-data": "^2.6.3",
"newfold-labs/wp-module-loader": "^1.0.10"
},
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2",
"wp-cli/i18n-command": "^2.4.3"
},
"time": "2024-10-09T14:16:23+00:00",
"type": "library",
"autoload": {
"psr-4": {
"NewfoldLabs\\WP\\Module\\Solutions\\": "includes"
},
"files": [
"bootstrap.php"
]
},
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "arati bhandare AKA aratidgr8",
"email": "aratidgr8@gmail.com"
}
],
"description": "A Newfold module that handles integration of WordPress Solutions Addon packages (content creator/ service / ecommerce) for BlueHost & HostGator customers",
"support": {
"source": "https://github.com/newfold-labs/wp-module-solutions/tree/install-activate-plugins",
"issues": "https://github.com/newfold-labs/wp-module-solutions/issues"
}
},
"dev-main": {
"name": "newfold-labs/wp-module-solutions",
"version": "dev-main",
"version_normalized": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/newfold-labs/wp-module-solutions.git",
"reference": "bb306646843524677113862ee2b6e6e482198501"
"reference": "ee8a4e469828391332fc8c0ad1507ed75b0b2ae3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/bb306646843524677113862ee2b6e6e482198501",
"reference": "bb306646843524677113862ee2b6e6e482198501",
"url": "https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/ee8a4e469828391332fc8c0ad1507ed75b0b2ae3",
"reference": "ee8a4e469828391332fc8c0ad1507ed75b0b2ae3",
"shasum": ""
},
"require": {
Expand All @@ -47895,7 +47991,7 @@
"newfold-labs/wp-php-standards": "^1.2",
"wp-cli/i18n-command": "^2.4.3"
},
"time": "2024-10-09T14:09:00+00:00",
"time": "2024-10-09T14:17:16+00:00",
"default-branch": true,
"type": "library",
"autoload": {
Expand All @@ -47917,7 +48013,7 @@
],
"description": "A Newfold module that handles integration of WordPress Solutions Addon packages (content creator/ service / ecommerce) for BlueHost & HostGator customers",
"support": {
"source": "https://github.com/newfold-labs/wp-module-solutions/tree/0.4.0",
"source": "https://github.com/newfold-labs/wp-module-solutions/tree/0.5.0",
"issues": "https://github.com/newfold-labs/wp-module-solutions/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="Wednesday, 09-Oct-2024 14:09:58 UTC">
Last updated: <br class="d-md-none"> <time datetime="2024-10-09T14:09:58+00:00">Wednesday, 09 Oct 2024 14:09:58 UTC</time>
<span class="badge bg-light text-dark m-1" title="Wednesday, 09-Oct-2024 14:18:36 UTC">
Last updated: <br class="d-md-none"> <time datetime="2024-10-09T14:18:36+00:00">Wednesday, 09 Oct 2024 14:18:36 UTC</time>
</span>
</div>

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

<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/ee8a4e469828391332fc8c0ad1507ed75b0b2ae3" title="dist-reference: ee8a4e469828391332fc8c0ad1507ed75b0b2ae3">0.5.0</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/bb306646843524677113862ee2b6e6e482198501" title="dist-reference: bb306646843524677113862ee2b6e6e482198501">0.4.0</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/4a2f363e9d9dba0a0402d8ec2530259d4913199e" title="dist-reference: 4a2f363e9d9dba0a0402d8ec2530259d4913199e">0.3.0</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/c562ec4992c7b1f54056a741fefe3a64c3cb3c52" title="dist-reference: c562ec4992c7b1f54056a741fefe3a64c3cb3c52">0.2.0</a>
Expand All @@ -2958,9 +2959,10 @@ <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-solutions/zipball/b5b498fbcf1f2e7745064bd3c299d5a34221a992" title="dist-reference: b5b498fbcf1f2e7745064bd3c299d5a34221a992">dev-develop</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/9a147b37bd1abae0de97ae8a8a4f3b04065bef87" title="dist-reference: 9a147b37bd1abae0de97ae8a8a4f3b04065bef87">dev-PRESS0-1724</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/f921e5ff256362aed5b7008e78b454f486fe9960" title="dist-reference: f921e5ff256362aed5b7008e78b454f486fe9960">dev-PRESS0-1723</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/bb306646843524677113862ee2b6e6e482198501" title="dist-reference: bb306646843524677113862ee2b6e6e482198501">dev-main</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/ee8a4e469828391332fc8c0ad1507ed75b0b2ae3" title="dist-reference: ee8a4e469828391332fc8c0ad1507ed75b0b2ae3">dev-main</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/60f1ef5d7e5fd130955568c2839d257368505c96" title="dist-reference: 60f1ef5d7e5fd130955568c2839d257368505c96">dev-solutions</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/835364c1bd3117c8fabb6b3fc07c60ff5b4655b5" title="dist-reference: 835364c1bd3117c8fabb6b3fc07c60ff5b4655b5">dev-update/buildless-component</a> </dd>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/835364c1bd3117c8fabb6b3fc07c60ff5b4655b5" title="dist-reference: 835364c1bd3117c8fabb6b3fc07c60ff5b4655b5">dev-update/buildless-component</a>
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/2e7fcc064add817c86c3d4a1343114d636015bbe" title="dist-reference: 2e7fcc064add817c86c3d4a1343114d636015bbe">dev-install-activate-plugins</a> </dd>


</dl>
Expand Down
48 changes: 48 additions & 0 deletions p2/newfold-labs/wp-module-solutions.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,54 @@
"source": "https://github.com/newfold-labs/wp-module-solutions/tree/0.4.0",
"issues": "https://github.com/newfold-labs/wp-module-solutions/issues"
}
},
{
"name": "newfold-labs/wp-module-solutions",
"version": "0.5.0",
"version_normalized": "0.5.0.0",
"source": {
"type": "git",
"url": "https://github.com/newfold-labs/wp-module-solutions.git",
"reference": "ee8a4e469828391332fc8c0ad1507ed75b0b2ae3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/ee8a4e469828391332fc8c0ad1507ed75b0b2ae3",
"reference": "ee8a4e469828391332fc8c0ad1507ed75b0b2ae3",
"shasum": ""
},
"require": {
"newfold-labs/wp-module-data": "^2.6.3",
"newfold-labs/wp-module-loader": "^1.0.10"
},
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2",
"wp-cli/i18n-command": "^2.4.3"
},
"time": "2024-10-09T14:17:16+00:00",
"type": "library",
"autoload": {
"psr-4": {
"NewfoldLabs\\WP\\Module\\Solutions\\": "includes"
},
"files": [
"bootstrap.php"
]
},
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "arati bhandare AKA aratidgr8",
"email": "aratidgr8@gmail.com"
}
],
"description": "A Newfold module that handles integration of WordPress Solutions Addon packages (content creator/ service / ecommerce) for BlueHost &amp; HostGator customers",
"support": {
"source": "https://github.com/newfold-labs/wp-module-solutions/tree/0.5.0",
"issues": "https://github.com/newfold-labs/wp-module-solutions/issues"
}
}
]
}
Expand Down
58 changes: 53 additions & 5 deletions p2/newfold-labs/wp-module-solutions~dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,19 +145,67 @@
"issues": "https://github.com/newfold-labs/wp-module-solutions/issues"
}
},
{
"name": "newfold-labs/wp-module-solutions",
"version": "dev-install-activate-plugins",
"version_normalized": "dev-install-activate-plugins",
"source": {
"type": "git",
"url": "https://github.com/newfold-labs/wp-module-solutions.git",
"reference": "2e7fcc064add817c86c3d4a1343114d636015bbe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/2e7fcc064add817c86c3d4a1343114d636015bbe",
"reference": "2e7fcc064add817c86c3d4a1343114d636015bbe",
"shasum": ""
},
"require": {
"newfold-labs/wp-module-data": "^2.6.3",
"newfold-labs/wp-module-loader": "^1.0.10"
},
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2",
"wp-cli/i18n-command": "^2.4.3"
},
"time": "2024-10-09T14:16:23+00:00",
"type": "library",
"autoload": {
"psr-4": {
"NewfoldLabs\\WP\\Module\\Solutions\\": "includes"
},
"files": [
"bootstrap.php"
]
},
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "arati bhandare AKA aratidgr8",
"email": "aratidgr8@gmail.com"
}
],
"description": "A Newfold module that handles integration of WordPress Solutions Addon packages (content creator/ service / ecommerce) for BlueHost &amp; HostGator customers",
"support": {
"source": "https://github.com/newfold-labs/wp-module-solutions/tree/install-activate-plugins",
"issues": "https://github.com/newfold-labs/wp-module-solutions/issues"
}
},
{
"name": "newfold-labs/wp-module-solutions",
"version": "dev-main",
"version_normalized": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/newfold-labs/wp-module-solutions.git",
"reference": "bb306646843524677113862ee2b6e6e482198501"
"reference": "ee8a4e469828391332fc8c0ad1507ed75b0b2ae3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/bb306646843524677113862ee2b6e6e482198501",
"reference": "bb306646843524677113862ee2b6e6e482198501",
"url": "https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/ee8a4e469828391332fc8c0ad1507ed75b0b2ae3",
"reference": "ee8a4e469828391332fc8c0ad1507ed75b0b2ae3",
"shasum": ""
},
"require": {
Expand All @@ -168,7 +216,7 @@
"newfold-labs/wp-php-standards": "^1.2",
"wp-cli/i18n-command": "^2.4.3"
},
"time": "2024-10-09T14:09:00+00:00",
"time": "2024-10-09T14:17:16+00:00",
"default-branch": true,
"type": "library",
"autoload": {
Expand All @@ -190,7 +238,7 @@
],
"description": "A Newfold module that handles integration of WordPress Solutions Addon packages (content creator/ service / ecommerce) for BlueHost &amp; HostGator customers",
"support": {
"source": "https://github.com/newfold-labs/wp-module-solutions/tree/0.4.0",
"source": "https://github.com/newfold-labs/wp-module-solutions/tree/0.5.0",
"issues": "https://github.com/newfold-labs/wp-module-solutions/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": "6ab57d5088dc67cfd994a28599be6d24f104b236"
"sha1": "4924a4db00ac795785c36c4093bcc93a6d2425bc"
}
},
"metadata-url": "/satis/p2/%package%.json",
Expand Down

0 comments on commit ffc2652

Please sign in to comment.