From c9c6f3f20a9cd8f61987516f7a6e5b743741de9e Mon Sep 17 00:00:00 2001 From: Artem Khvastunov Date: Mon, 9 Apr 2018 13:20:36 -0500 Subject: [PATCH] v0.4 --- .idea/modules/idea-php-latest-plugin.iml | 2 +- .idea/modules/idea-php-latest-plugin_main.iml | 50 +++++++++---------- .idea/modules/idea-php-latest-plugin_test.iml | 20 ++++---- build.gradle | 2 +- src/main/resources/META-INF/plugin.xml | 6 ++- 5 files changed, 42 insertions(+), 38 deletions(-) diff --git a/.idea/modules/idea-php-latest-plugin.iml b/.idea/modules/idea-php-latest-plugin.iml index 489cd68..2d41a9a 100644 --- a/.idea/modules/idea-php-latest-plugin.iml +++ b/.idea/modules/idea-php-latest-plugin.iml @@ -1,5 +1,5 @@ - + diff --git a/.idea/modules/idea-php-latest-plugin_main.iml b/.idea/modules/idea-php-latest-plugin_main.iml index 324e67d..b78ee65 100644 --- a/.idea/modules/idea-php-latest-plugin_main.iml +++ b/.idea/modules/idea-php-latest-plugin_main.iml @@ -1,5 +1,5 @@ - + @@ -44,24 +44,24 @@ - - + - - - - + + - + + + - + - - + + + @@ -81,6 +81,20 @@ + + + + + + + + + + + + + + @@ -218,19 +232,5 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/idea-php-latest-plugin_test.iml b/.idea/modules/idea-php-latest-plugin_test.iml index 95cb9f6..87b9d75 100644 --- a/.idea/modules/idea-php-latest-plugin_test.iml +++ b/.idea/modules/idea-php-latest-plugin_test.iml @@ -1,5 +1,5 @@ - + @@ -34,15 +34,6 @@ - - - - - - - - - @@ -180,6 +171,15 @@ + + + + + + + + + diff --git a/build.gradle b/build.gradle index a52dfa9..8a16e44 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group 'me.artspb.idea' -version "0.3" +version "0.4" apply plugin: "kotlin" diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 7267122..3c2cf5e 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ me.artspb.idea.php.latest.plugin PHP latest - 0.3 + 0.4 Artem Khvastunov 0.4 +
    +
  • Support PHP 7.2.4.
  • +

0.3

  • Ability to download an interpreter during indexing.