diff --git a/CHANGELOG.md b/CHANGELOG.md index 98ad9ed..053dcb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ - Support for version 2024.2 +### Changed + +- Changed minimum supported version to 2023.3 due to [intellij-platform-plugin-template issue #462](https://github.com/JetBrains/intellij-platform-plugin-template/issues/462) + ## [0.1.2] - 2024-01-30 ### Added diff --git a/gradle.properties b/gradle.properties index 559c61d..f8d7a01 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ pluginRepositoryUrl = https://github.com/rmehri01/onenord-jetbrains pluginVersion = 0.1.3 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html -pluginSinceBuild = 231 +pluginSinceBuild = 233 pluginUntilBuild = 242.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension