Skip to content

Commit

Permalink
v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
artspb committed Apr 9, 2018
1 parent 6893f64 commit c9c6f3f
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .idea/modules/idea-php-latest-plugin.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 25 additions & 25 deletions .idea/modules/idea-php-latest-plugin_main.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions .idea/modules/idea-php-latest-plugin_test.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'me.artspb.idea'
version "0.3"
version "0.4"

apply plugin: "kotlin"

Expand Down
6 changes: 5 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>me.artspb.idea.php.latest.plugin</id>
<name>PHP latest</name>
<version>0.3</version>
<version>0.4</version>
<vendor email="contact@artspb.me" url="https://artspb.me">Artem Khvastunov</vendor>

<description><![CDATA[
Expand All @@ -11,6 +11,10 @@
</description>

<change-notes><![CDATA[
<h3>0.4</h3>
<ul>
<li>Support PHP 7.2.4.</li>
</ul>
<h3>0.3</h3>
<ul>
<li>Ability to download an interpreter during indexing.</li>
Expand Down

0 comments on commit c9c6f3f

Please sign in to comment.