From 269759c092384100754c54bb21ecc91717933d42 Mon Sep 17 00:00:00 2001 From: vladimir-ikryanov Date: Wed, 27 Nov 2024 17:01:36 +0200 Subject: [PATCH 1/5] Update JxBrowser version to 8.2.0 --- README.md | 7 ++++--- build.gradle.kts | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 48d4a66..249a7d7 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,12 @@ plugins { } jxbrowser { - // The JxBrowser version. A mandatory field. + // The JxBrowser version (required). // Obtain the latest release version number at https://teamdev.com/jxbrowser/. - version = "8.1.0" + version = "8.2.0" - // The location of JxBrowser repository to use. It's either North America or Europe. + // The location of JxBrowser repository to use (optional). + // It's either North America or Europe. // If not specified, the location is set to North America. repository = Repository.EUROPE // repository = Repository.NORTH_AMERICA diff --git a/build.gradle.kts b/build.gradle.kts index 2247f64..d764e9c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget object BuildSettings { const val GROUP = "com.teamdev.jxbrowser" const val VERSION = "1.2.1" - const val JXBROWSER_VERSION = "8.1.0" + const val JXBROWSER_VERSION = "8.2.0" val javaVersion = JavaVersion.VERSION_1_8 } From 358829c374c390da25e3089f547ab314ca626078 Mon Sep 17 00:00:00 2001 From: vladimir-ikryanov Date: Mon, 16 Dec 2024 17:26:53 +0200 Subject: [PATCH 2/5] Update JxBrowser version to 8.2.1 --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ef47eb..5b47e32 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ plugins { jxbrowser { // The JxBrowser version (required). // Obtain the latest release version number at https://teamdev.com/jxbrowser/. - version = "8.2.0" + version = "8.2.1" // The location of JxBrowser repository to use (optional). // It's either North America or Europe. diff --git a/build.gradle.kts b/build.gradle.kts index db2530c..07e535c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget object BuildSettings { const val GROUP = "com.teamdev.jxbrowser" const val VERSION = "1.2.1" - const val JXBROWSER_VERSION = "8.2.0" + const val JXBROWSER_VERSION = "8.2.1" val javaVersion = JavaVersion.VERSION_1_8 } From 1bc359ad84aeb9eb8cc4d984d46bd3a67d810e93 Mon Sep 17 00:00:00 2001 From: vladimir-ikryanov Date: Thu, 20 Feb 2025 11:32:40 +0200 Subject: [PATCH 3/5] Update JxBrowser version to 8.4.0 --- README.md | 4 ++-- build.gradle.kts | 2 +- settings.gradle.kts | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c5883ac..f6b2044 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ plugins { jxbrowser { // The JxBrowser version (required). // Obtain the latest release version number at https://teamdev.com/jxbrowser/. - version = "8.3.0" + version = "8.4.0" // If you're using Gradle 8.1.1 or older, use the following syntax: - // version.set("8.3.0") + // version.set("8.4.0") // The location of JxBrowser repository to use (optional). // It's either North America or Europe. diff --git a/build.gradle.kts b/build.gradle.kts index af519de..20a2e7f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget object BuildSettings { const val GROUP = "com.teamdev.jxbrowser" const val VERSION = "2.0.0" - const val JXBROWSER_VERSION = "8.3.0" + const val JXBROWSER_VERSION = "8.4.0" val javaVersion = JavaVersion.VERSION_1_8 } diff --git a/settings.gradle.kts b/settings.gradle.kts index 9c855bb..af40c11 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2023, TeamDev. All rights reserved. + * Copyright 2025, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following @@ -18,4 +18,4 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -rootProject.name = "jxbrowser-gradle-plugin" +rootProject.name = "JxBrowser-Gradle-Plugin" From 22b9d28e5b1ff1b5662b547ca72f0de1261003cd Mon Sep 17 00:00:00 2001 From: vladimir-ikryanov Date: Wed, 12 Mar 2025 17:25:08 +0200 Subject: [PATCH 4/5] Update JxBrowser version to 8.5.0 --- README.md | 4 ++-- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f6b2044..a7d78e4 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ plugins { jxbrowser { // The JxBrowser version (required). // Obtain the latest release version number at https://teamdev.com/jxbrowser/. - version = "8.4.0" + version = "8.5.0" // If you're using Gradle 8.1.1 or older, use the following syntax: - // version.set("8.4.0") + // version.set("8.5.0") // The location of JxBrowser repository to use (optional). // It's either North America or Europe. diff --git a/build.gradle.kts b/build.gradle.kts index a732995..1b7296b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget object BuildSettings { const val GROUP = "com.teamdev.jxbrowser" const val VERSION = "2.0.0" - const val JXBROWSER_VERSION = "8.4.0" + const val JXBROWSER_VERSION = "8.5.0" val javaVersion = JavaVersion.VERSION_1_8 } From 531be52dab70c67ad76c9aafe5fbbc64b9da5a34 Mon Sep 17 00:00:00 2001 From: vladimir-ikryanov Date: Tue, 12 Aug 2025 14:46:43 +0300 Subject: [PATCH 5/5] Update JxBrowser version to 8.10.0 --- README.md | 4 ++-- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 424f7d5..49581c9 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ plugins { jxbrowser { // The JxBrowser version (required). // Obtain the latest release version number at https://teamdev.com/jxbrowser/. - version = "8.9.4" + version = "8.10.0" // If you're using Gradle 8.1.1 or older, use the following syntax: - // version.set("8.9.4") + // version.set("8.10.0") // The location of JxBrowser repository to use (optional). // It's either North America or Europe. diff --git a/build.gradle.kts b/build.gradle.kts index 41ec359..df3fe45 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget object BuildSettings { const val GROUP = "com.teamdev.jxbrowser" const val VERSION = "2.0.0" - const val JXBROWSER_VERSION = "8.9.4" + const val JXBROWSER_VERSION = "8.10.0" val javaVersion = JavaVersion.VERSION_1_8 }