From a9fac171c6473917d2e9ce790c1cf2dffee6dd1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Ha=C3=9Flinger?= Date: Wed, 28 Jul 2021 10:31:32 +0200 Subject: [PATCH] add support for platform version 2021.2 --- CHANGELOG.md | 3 +++ gradle.properties | 12 ++++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f1002d..e1e1ed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ # easy-i18n Changelog ## [Unreleased] +### Added +- Support for IntelliJ 2021.2 + ## [1.4.0] ### THANKS FOR OVER 1000 DOWNLOADS SO FAR! diff --git a/gradle.properties b/gradle.properties index 67ea370..4a7f47f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,15 +3,19 @@ pluginGroup = de.marhali.easyi18n pluginName = easy-i18n -pluginVersion = 1.4.0 +pluginVersion = 1.4.1 + +# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html +# for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild = 202 -pluginUntilBuild = 211.* +pluginUntilBuild = 212.* + # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl # See https://jb.gg/intellij-platform-builds-list for available build versions -pluginVerifierIdeVersions = 2020.2.4, 2020.3.4, 2021.1.1 +pluginVerifierIdeVersions = 2020.2.4, 2020.3.4, 2021.2 platformType = IC -platformVersion = 2021.1.3 +platformVersion = 2021.2 platformDownloadSources = true # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22