From 3bc21ddd40aac89e491269ec7de48ff15b571a8d Mon Sep 17 00:00:00 2001 From: Newfold WordPress Team Date: Mon, 13 Jan 2025 17:46:11 +0000 Subject: [PATCH] Satis build triggered by release 1.1.2 of newfold-labs/wp-module-runtime --- all.json | 63 ++++++++++++++++++++-- index.html | 9 ++-- p2/newfold-labs/wp-module-runtime.json | 53 ++++++++++++++++++ p2/newfold-labs/wp-module-runtime~dev.json | 10 ++-- packages.json | 2 +- 5 files changed, 122 insertions(+), 15 deletions(-) diff --git a/all.json b/all.json index 2859f80..ded387d 100644 --- a/all.json +++ b/all.json @@ -55928,6 +55928,59 @@ "issues": "https://github.com/newfold-labs/wp-module-runtime/issues" } }, + "1.1.2": { + "name": "newfold-labs/wp-module-runtime", + "version": "1.1.2", + "version_normalized": "1.1.2.0", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-runtime.git", + "reference": "fd655d9ddc4e2142c4efa2e48263a93f6c36535a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-runtime/zipball/fd655d9ddc4e2142c4efa2e48263a93f6c36535a", + "reference": "fd655d9ddc4e2142c4efa2e48263a93f6c36535a", + "shasum": "" + }, + "require-dev": { + "newfold-labs/wp-php-standards": "@stable", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" + }, + "time": "2025-01-13T17:44:12+00:00", + "type": "library", + "autoload": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\Runtime\\": "includes" + }, + "files": [ + "bootstrap.php" + ] + }, + "scripts": { + "fix": [ + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "lint": [ + "vendor/bin/phpcs --standard=phpcs.xml -s ." + ] + }, + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Beyond", + "email": "team-spartans@newfold.com" + } + ], + "description": "Runtime for Newfold WP modules and plugins", + "support": { + "source": "https://github.com/newfold-labs/wp-module-runtime/tree/1.1.2", + "issues": "https://github.com/newfold-labs/wp-module-runtime/issues" + } + }, "dev-main": { "name": "newfold-labs/wp-module-runtime", "version": "dev-main", @@ -55935,12 +55988,12 @@ "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-runtime.git", - "reference": "b506a0ef6dd88e80ae895a3fd4c666b94a1fbbd9" + "reference": "fd655d9ddc4e2142c4efa2e48263a93f6c36535a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-runtime/zipball/b506a0ef6dd88e80ae895a3fd4c666b94a1fbbd9", - "reference": "b506a0ef6dd88e80ae895a3fd4c666b94a1fbbd9", + "url": "https://api.github.com/repos/newfold-labs/wp-module-runtime/zipball/fd655d9ddc4e2142c4efa2e48263a93f6c36535a", + "reference": "fd655d9ddc4e2142c4efa2e48263a93f6c36535a", "shasum": "" }, "require-dev": { @@ -55948,7 +56001,7 @@ "wp-cli/i18n-command": "@stable", "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2025-01-13T17:28:24+00:00", + "time": "2025-01-13T17:44:12+00:00", "default-branch": true, "type": "library", "autoload": { @@ -55978,7 +56031,7 @@ ], "description": "Runtime for Newfold WP modules and plugins", "support": { - "source": "https://github.com/newfold-labs/wp-module-runtime/tree/1.1.1", + "source": "https://github.com/newfold-labs/wp-module-runtime/tree/1.1.2", "issues": "https://github.com/newfold-labs/wp-module-runtime/issues" } }, diff --git a/index.html b/index.html index b2a8228..6631f54 100644 --- a/index.html +++ b/index.html @@ -30,8 +30,8 @@

newfold-labs/satis

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

Setting up this repository in your projects

Support
@@ -3037,6 +3037,7 @@

Setting up this repository in your projects

Releases
+ 1.1.2 1.1.1 1.1.0 1.0.12 @@ -3052,7 +3053,7 @@

Setting up this repository in your projects

v1.0.2 v1.0.1 v1.0.0 - dev-main + dev-main dev-trunk
diff --git a/p2/newfold-labs/wp-module-runtime.json b/p2/newfold-labs/wp-module-runtime.json index 2c5e68b..f1e91a1 100644 --- a/p2/newfold-labs/wp-module-runtime.json +++ b/p2/newfold-labs/wp-module-runtime.json @@ -795,6 +795,59 @@ "source": "https://github.com/newfold-labs/wp-module-runtime/tree/1.1.1", "issues": "https://github.com/newfold-labs/wp-module-runtime/issues" } + }, + { + "name": "newfold-labs/wp-module-runtime", + "version": "1.1.2", + "version_normalized": "1.1.2.0", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-runtime.git", + "reference": "fd655d9ddc4e2142c4efa2e48263a93f6c36535a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-runtime/zipball/fd655d9ddc4e2142c4efa2e48263a93f6c36535a", + "reference": "fd655d9ddc4e2142c4efa2e48263a93f6c36535a", + "shasum": "" + }, + "require-dev": { + "newfold-labs/wp-php-standards": "@stable", + "wp-cli/i18n-command": "@stable", + "wp-cli/wp-cli-bundle": "@stable" + }, + "time": "2025-01-13T17:44:12+00:00", + "type": "library", + "autoload": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\Runtime\\": "includes" + }, + "files": [ + "bootstrap.php" + ] + }, + "scripts": { + "fix": [ + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "lint": [ + "vendor/bin/phpcs --standard=phpcs.xml -s ." + ] + }, + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Beyond", + "email": "team-spartans@newfold.com" + } + ], + "description": "Runtime for Newfold WP modules and plugins", + "support": { + "source": "https://github.com/newfold-labs/wp-module-runtime/tree/1.1.2", + "issues": "https://github.com/newfold-labs/wp-module-runtime/issues" + } } ] } diff --git a/p2/newfold-labs/wp-module-runtime~dev.json b/p2/newfold-labs/wp-module-runtime~dev.json index 5dabe54..59d4633 100644 --- a/p2/newfold-labs/wp-module-runtime~dev.json +++ b/p2/newfold-labs/wp-module-runtime~dev.json @@ -8,12 +8,12 @@ "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-runtime.git", - "reference": "b506a0ef6dd88e80ae895a3fd4c666b94a1fbbd9" + "reference": "fd655d9ddc4e2142c4efa2e48263a93f6c36535a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-runtime/zipball/b506a0ef6dd88e80ae895a3fd4c666b94a1fbbd9", - "reference": "b506a0ef6dd88e80ae895a3fd4c666b94a1fbbd9", + "url": "https://api.github.com/repos/newfold-labs/wp-module-runtime/zipball/fd655d9ddc4e2142c4efa2e48263a93f6c36535a", + "reference": "fd655d9ddc4e2142c4efa2e48263a93f6c36535a", "shasum": "" }, "require-dev": { @@ -21,7 +21,7 @@ "wp-cli/i18n-command": "@stable", "wp-cli/wp-cli-bundle": "@stable" }, - "time": "2025-01-13T17:28:24+00:00", + "time": "2025-01-13T17:44:12+00:00", "default-branch": true, "type": "library", "autoload": { @@ -51,7 +51,7 @@ ], "description": "Runtime for Newfold WP modules and plugins", "support": { - "source": "https://github.com/newfold-labs/wp-module-runtime/tree/1.1.1", + "source": "https://github.com/newfold-labs/wp-module-runtime/tree/1.1.2", "issues": "https://github.com/newfold-labs/wp-module-runtime/issues" } }, diff --git a/packages.json b/packages.json index 94a103e..f372833 100644 --- a/packages.json +++ b/packages.json @@ -2,7 +2,7 @@ "packages": [], "includes": { "all.json": { - "sha1": "81a407999e3f98975612b4e992b4cc50ef918db7" + "sha1": "cf8b34953ebfdeb24d369fc7ec39729f015b2a07" } }, "metadata-url": "/satis/p2/%package%.json",