Skip to content

Commit

Permalink
Merge pull request #22 from zephir-lang/fix/drop-compatibility-below-182
Browse files Browse the repository at this point in the history
Drop support of IDE's versions below 182
  • Loading branch information
sergeyklay authored May 13, 2020
2 parents 56c39c2 + 8313676 commit 92f8893
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@

/out/
/gen/

*~
*.jar

idea-flex.skeleton
5 changes: 3 additions & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin url="https://github.com/zephir-lang/idea-plugin">
<id>com.zephir</id>
<name>Zephir</name>
<version>0.3.4</version>
<version>0.3.5</version>
<vendor email="team@zephir-lang.com" url="https://zephir-lang.com">Zephir Team</vendor>

<description><![CDATA[
Expand All @@ -28,6 +28,7 @@
<change-notes><![CDATA[
<html lang="en">
<ul>
<li><b>0.3.5</b>: Drop support of IDE's versions below 182</li>
<li><b>0.3.4</b>: Replaced usage of deprecated API by new one</li>
<li><b>0.3.3</b>: Fixed recognizing strings with regular expressions</li>
<li><b>0.3.2</b>: Completion list now shows members of class. Improved syntax support</li>
Expand All @@ -44,7 +45,7 @@
</html>
]]></change-notes>

<idea-version since-build="130.1"/>
<idea-version since-build="182"/>

<depends>com.intellij.modules.lang</depends>

Expand Down

0 comments on commit 92f8893

Please sign in to comment.