From 1f8215e8640240d7178cf0f4c70165dce5aa1e1c Mon Sep 17 00:00:00 2001 From: Johannes Spangenberg Date: Tue, 10 Nov 2020 14:56:06 +0100 Subject: [PATCH 1/2] Reset plugin XML id to commit 6581d478e3c --- src/main/resources/META-INF/plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 6063d4d..70e2749 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,6 +1,6 @@ - org.nixos.idea + nix-idea NixIDEA NixOS From 42207a09f19eb89b707cf8cf253c420784209952 Mon Sep 17 00:00:00 2001 From: Johannes Spangenberg Date: Tue, 10 Nov 2020 15:42:34 +0100 Subject: [PATCH 2/2] Bump version and update changelog --- CHANGELOG.md | 10 +++++++++- gradle.properties | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e645f..7bfcff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog -## [Unreleased] +## [Unreleased] +### Fixed +- Change ID of plugin back from `org.nixos.idea` in version 0.3.0.0 to + `nix-idea` from earlier versions. The different ID of version 0.3.0.0 + causes *IntelliJ* and *JetBrains Marketplace* to treat version 0.3.0.0 + as a different plugin instead of another version of the same plugin. + **Note that if you installed version 0.3.0.0 manually from the ZIP + file, you should uninstall it when updating to a new version.** +## [0.3.0.0] ### Changed - Update project to build for recent IJ versions diff --git a/gradle.properties b/gradle.properties index a641f27..c6d41e2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = org.nixos.idea pluginName = NixIDEA -pluginVersion = 0.3.0.0 +pluginVersion = 0.3.0.3 pluginSinceBuild = 193 pluginUntilBuild = 202.*