Skip to content

Commit aaca5af

Browse files
committed
Added description into plugin.xml
1 parent 77ce0c5 commit aaca5af

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

resources/META-INF/plugin.xml

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin url="https://github.com/phalcon/zephir-idea-plugin">
22
<id>com.zephir</id>
33
<name>Zephir</name>
4-
<version>0.3.2-beta3</version>
4+
<version>0.3.2</version>
55
<vendor email="[email protected]" url="https://zephir-lang.com">Zephir Team</vendor>
66

77
<description><![CDATA[
@@ -12,18 +12,11 @@
1212
]]></description>
1313

1414
<change-notes><![CDATA[
15+
<li><b>0.3.2</b> Improved syntax support</li>
1516
<li><b>0.3.2-beta3</b> Fixed regex recognition bug. Added syntax support for constructions like {var} </li>
1617
<li><b>0.3.2-beta2</b>: Improved syntax support. Fixed completion bug when invoking AC in method definition block</li>
1718
<li><b>0.3.2-beta1</b>: Introduced class members in completion list</li>
1819
<li><b>0.3.1</b>: Fixed much bugs with syntax recognition, fixed extra space in completion for method params</li>
19-
<li><b>0.3.0</b>: Fixed many bugs with syntax recognition, added few words to highlight, improved completion</li>
20-
<li><b>0.2.5</b>: Fixed "switch" keyword detection</li>
21-
<li><b>0.2.4</b>: Added brace matching</li>
22-
<li><b>0.2.3</b>: Fixed build</li>
23-
<li><b>0.2.2</b>: Improve highlighter, added color settings page</li>
24-
<li><b>0.2.1</b>: Disabled "New Zephir class" dialog</li>
25-
<li><b>0.2.0</b>: Added lexer and simple syntax highlighter</li>
26-
<li><b>0.1.0</b>: Initial plugin</li>
2720
]]></change-notes>
2821

2922
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->

0 commit comments

Comments
 (0)