From 8af5bfc9fd487184fc095121f4a0a3bc8e0056e2 Mon Sep 17 00:00:00 2001 From: plaskowski <1999603+plaskowski@users.noreply.github.com> Date: Tue, 22 Apr 2025 01:51:36 -0700 Subject: [PATCH 1/2] Update gradle.properties --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b741155..f16a69b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = com.github.plaskowski.embeddedbrowserintellijplugin pluginName = EmbeddedBrowser pluginRepositoryUrl = https://github.com/plaskowski/EmbeddedBrowserIntellijPlugin -pluginVersion = 1.5.5 +pluginVersion = 1.5.6 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223 From 3541bb2d029fcaaced7e280e539341c20e7b3ae6 Mon Sep 17 00:00:00 2001 From: plaskowski <1999603+plaskowski@users.noreply.github.com> Date: Tue, 22 Apr 2025 01:53:54 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 957ff24..6402896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ ### Added +- Compatibility with Intellij 2025.1 + +## [1.5.5] + +### Added + - Compatibility with Intellij 2024.3 ## [1.5.4] - 2024-09-26