From 8000c2e8619a596c3e96e1365782e7f44920af9a Mon Sep 17 00:00:00 2001
From: Noorts <50550612+Noorts@users.noreply.github.com>
Date: Sun, 12 May 2024 15:29:24 +0200
Subject: [PATCH] Update build and change notes for version 1.4.0
---
build.gradle.kts | 8 ++++++++
gradle.properties | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/build.gradle.kts b/build.gradle.kts
index fb2212a..fa2ee1e 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -141,6 +141,14 @@ tasks {
For all changes check out: https://github.com/Noorts/Toggler/commits
+ [1.4.0] - 2024-05-12
+
+ - This update includes internal version bumps to stay compatible with the newest IDE versions.
+ - The minimum IDE version has been bumped from 2021.1.3 to 2022.3.1. The plugin is now compatible with any IDE
+ versions from 2022.3.1 onwards.
+ - Addressed a deprecation. See: #64.
+
+
[1.3.1] - 2024-02-01
- The plugin is now automatically compatible with any IDE versions from 2021.1 onwards.
diff --git a/gradle.properties b/gradle.properties
index 2936a67..a655890 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -4,7 +4,7 @@
pluginGroup = com.noorts
pluginName = Toggler
# SemVer format -> https://semver.org
-pluginVersion = 1.3.1
+pluginVersion = 1.4.0
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.