diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8e0230a..990b6b7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,6 @@ +Version 0.7.3 + * [update] Compatibility with the latest Jetbrains IDE (Idea 15, Webstorm 11, etc.) + Version 0.7.2 * [fix] better mongo 3 compatibility * [update] Improve UI reactivity diff --git a/fetchIdea.sh b/fetchIdea.sh index ffb78a8..8115eba 100755 --- a/fetchIdea.sh +++ b/fetchIdea.sh @@ -2,8 +2,8 @@ # original file from https://github.com/go-lang-plugin-org/go-lang-idea-plugin # thanks zolotov :) -ideaVersion='14.1.5' -ideaVersionForMaven='14.1' +ideaVersion='15.0' +ideaVersionForMaven='15.0' rm -rf ./idea-IC diff --git a/pom.xml b/pom.xml index 07bba0c..9b06d1e 100644 --- a/pom.xml +++ b/pom.xml @@ -12,8 +12,8 @@ 1.6 1.6 - 141.2735.5 - 14.1 + 143.381.42 + 15.0 ${env.IDEA_HOME}/lib diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 07fa797..aef2c49 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -17,11 +17,11 @@ Mongo Plugin Mongo integration for Intellij - 0.7.2 + 0.7.3 David Boissier - + com.intellij.modules.lang