Skip to content

Commit

Permalink
Release of version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorcinek committed Nov 16, 2014
1 parent 01e6db5 commit a994c10
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
10 changes: 9 additions & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>com.morcinek.android.codegenerator.plugin.intellij</id>
<name>Android Code Generator Plugin</name>
<version>1.3</version>
<version>1.4</version>
<vendor email="[email protected]" url="http://morcinek.co.uk">Tomasz Morcinek</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -40,6 +40,14 @@

<change-notes><![CDATA[
<b>Version 1.4</b>
<ul>
<li>ISSUE #7: Android Studio throwing error when Android Designer editor is open.</li>
<li>ISSUE #8: Source path's on windows are too long.</li>
<li>ISSUE #9: Error when creating file on windows .</li>
<li>ISSUE #10: Adding github.io page link to Plugin description.</li>
</ul>
<b>Version 1.3</b>
<ul>
<li>Support for IntelliJ IDEA 14.</li>
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ You can download zip file from [latest release](https://github.com/tmorcinek/and
Change notes
-------

<b>Version 1.4</b>
<ul>
<li>ISSUE #7: Android Studio throwing error when Android Designer editor is open.</li>
<li>ISSUE #8: Source path's on windows are too long.</li>
<li>ISSUE #9: Error when creating file on windows .</li>
<li>ISSUE #10: Adding github.io page link to Plugin description.</li>
</ul>

<b>Version 1.3</b>
<ul>
<li>Support for IntelliJ IDEA 14.</li>
Expand Down

0 comments on commit a994c10

Please sign in to comment.