From f9d81990135cf492019ce7b17b6124a0392c5bcd Mon Sep 17 00:00:00 2001 From: Brady Wied Date: Fri, 27 Sep 2024 10:31:37 -0600 Subject: [PATCH 1/4] Savant 2.0.0 plugins --- build.savant | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.savant b/build.savant index 4e92f9b..a3a977d 100644 --- a/build.savant +++ b/build.savant @@ -31,9 +31,9 @@ project(group: "io.fusionauth", name: "fusionauth-php-client", version: "1.54.0" } // Plugins -file = loadPlugin(id: "org.savantbuild.plugin:file:2.0.0-RC.7") -idea = loadPlugin(id: "org.savantbuild.plugin:idea:2.0.0-RC.7") -release = loadPlugin(id: "org.savantbuild.plugin:release-git:2.0.0-RC.6") +file = loadPlugin(id: "org.savantbuild.plugin:file:2.0.0") +idea = loadPlugin(id: "org.savantbuild.plugin:idea:2.0.0") +release = loadPlugin(id: "org.savantbuild.plugin:release-git:2.0.0") target(name: "clean", description: "Cleans build directory") { file.prune(dir: "build") From bde4efe611a8b627899e351a255603ad58c1c1c3 Mon Sep 17 00:00:00 2001 From: Daniel DeGroff Date: Tue, 3 Dec 2024 15:44:14 -0800 Subject: [PATCH 2/4] Updated version for fusionauth-php-client to 1.55.0 --- build.savant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.savant b/build.savant index a3a977d..9c6c236 100644 --- a/build.savant +++ b/build.savant @@ -14,7 +14,7 @@ * language governing permissions and limitations under the License. */ -project(group: "io.fusionauth", name: "fusionauth-php-client", version: "1.54.0", licenses: ["ApacheV2_0"]) { +project(group: "io.fusionauth", name: "fusionauth-php-client", version: "1.55.0", licenses: ["ApacheV2_0"]) { workflow { fetch { cache() From 8490d3a72d635469813e5cd78dff2e234d548c95 Mon Sep 17 00:00:00 2001 From: Daniel DeGroff Date: Fri, 20 Dec 2024 23:36:46 -0700 Subject: [PATCH 3/4] Updated version for fusionauth-php-client to 1.55.1 --- build.savant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.savant b/build.savant index 9c6c236..d4577e7 100644 --- a/build.savant +++ b/build.savant @@ -14,7 +14,7 @@ * language governing permissions and limitations under the License. */ -project(group: "io.fusionauth", name: "fusionauth-php-client", version: "1.55.0", licenses: ["ApacheV2_0"]) { +project(group: "io.fusionauth", name: "fusionauth-php-client", version: "1.55.1", licenses: ["ApacheV2_0"]) { workflow { fetch { cache() From e9d7afdf3c2123d90cbc5a0f4419469c1e9080ec Mon Sep 17 00:00:00 2001 From: Daniel DeGroff Date: Sat, 21 Dec 2024 08:54:27 -0700 Subject: [PATCH 4/4] Updated version for fusionauth-php-client to 1.56.0 --- build.savant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.savant b/build.savant index d4577e7..4fd4177 100644 --- a/build.savant +++ b/build.savant @@ -14,7 +14,7 @@ * language governing permissions and limitations under the License. */ -project(group: "io.fusionauth", name: "fusionauth-php-client", version: "1.55.1", licenses: ["ApacheV2_0"]) { +project(group: "io.fusionauth", name: "fusionauth-php-client", version: "1.56.0", licenses: ["ApacheV2_0"]) { workflow { fetch { cache()