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.* 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