Skip to content

Commit

Permalink
v2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ligasgr committed Jul 4, 2014
1 parent 3baf267 commit ddf3d52
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,18 @@
<idea-plugin url="http://ligasgr.github.io/intellij-xquery/" version="2">
<id>org.intellij.xquery</id>
<name>XQuery Support</name>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<vendor email="[email protected]">Grzegorz Ligas</vendor>

<description>Provides support for XQuery language in version 3.0</description>

<change-notes>
<![CDATA[
<p>2.1.0-SNAPSHOT:</p>
<p>2.1.0:</p>
<ul>
<li>Issue <a href="https://github.com/ligasgr/intellij-xquery/issues/108">#108</a> - Unresolved variable highlighting.</li>
<li>Issue <a href="https://github.com/ligasgr/intellij-xquery/issues/70">#70</a> - XQuery Update Facility 3.0</li>
<li>Issue <a href="https://github.com/ligasgr/intellij-xquery/issues/106">#106</a> - Inspection - check if declared default function namespace is same as module namespace (by <a href="mailto:[email protected]">Arnost Valicek</a>)</li>
</ul>
]]>
</change-notes>
Expand Down

0 comments on commit ddf3d52

Please sign in to comment.