From c670b20aed844034b6e0baf29c67e382c89eda70 Mon Sep 17 00:00:00 2001 From: marhali Date: Wed, 7 Dec 2022 18:53:49 +0100 Subject: [PATCH] support all 223 builds Resolves #209 Resolves #206 Resolves #200 --- CHANGELOG.md | 14 ++++++++------ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f7026..fe24bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,16 +3,18 @@ # easy-i18n Changelog ## [Unreleased] +### Fixed +- Support for all 2022.3 builds (223.*) ## [4.3.0] -### Added -- Support for IntelliJ Platform version 2022.3 -- Regex support for translation file patterns +### Added +- Support for IntelliJ Platform version 2022.3 +- Regex support for translation file patterns -### Changed -- Reload function internally consolidated +### Changed +- Reload function internally consolidated -### Fixed +### Fixed - Parsing for .properties files ## [4.2.4] diff --git a/gradle.properties b/gradle.properties index d171033..08a9d31 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ pluginVersion = 4.3.0 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild = 203 -pluginUntilBuild = 223 +pluginUntilBuild = 223.* # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IU