-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
245330e
commit d6384e1
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin version="2"> | ||
<id>org.concordion.plugin.idea.lang</id> | ||
<name>Concordion support</name> | ||
<version>0.11</version> | ||
<version>0.11.1</version> | ||
<vendor email="[email protected]" url="https://github.com/concordion/idea-concordion-support">Ievgen Degtiarenko</vendor> | ||
|
||
<depends>com.intellij.modules.java</depends> | ||
|
@@ -22,6 +22,10 @@ | |
|
||
<change-notes><![CDATA[ | ||
<p> | ||
Version 0.11.1<br/> | ||
<ul> | ||
<li>Fixes issue #13 to be compatible with idea 2017 with scala plugin installed</li> | ||
</ul> | ||
Version 0.11<br/> | ||
<ul> | ||
<li>Better example name handling</li> | ||
|