Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6bee4d4

Browse files
committed
prepare for 0.11 release
1 parent 9c1deb6 commit 6bee4d4

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

META-INF/plugin.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
<idea-plugin version="2">
22
<id>com.gisttemplates</id>
33
<name>Gist Templates</name>
4-
<version>0.1</version>
4+
<version>0.11</version>
55
<vendor email="[email protected]" url="http://geowarin.github.io/gist-templates-plugin">Geoffroy Warin</vendor>
66

77
<description><![CDATA[
88
Fetch gists from one or several github gists accounts and use them as templates inside IntelliJ.<br>
99
]]></description>
1010

1111
<change-notes><![CDATA[
12-
v0.1 : basic support for user github account and his favorites
12+
<ul>
13+
<li>v0.11 : Support for intellij 11 to 13</li>
14+
<li>v0.1 : basic support for user's github account and his favorites</li>
15+
</ul>
1316
]]>
1417
</change-notes>
1518

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A plugin to use your gists as live templates !
66
## Installation
77

88
The plugin is available in `browse repositories` in intellij plugins
9+
[http://plugins.jetbrains.com/plugin/7400](http://plugins.jetbrains.com/plugin/7400)
910

1011
## Usage
1112

@@ -20,13 +21,14 @@ The plugin is available in `browse repositories` in intellij plugins
2021

2122
## Change log
2223

23-
24-
* v0.1 : basic support for user github account and his favorites
24+
* v0.11 : Support for intellij 11 to 13
25+
* v0.1 : basic support for user's github account and his favorites
2526

2627

2728
## Road Map
2829

2930
* Support file type for smarter propositions
3031
* Support variables in templates
3132
* Support multiple files gists
32-
* Assist user when creating a template from the IDE
33+
* Assist user when creating a template from the IDE
34+
* Smart reload

0 commit comments

Comments
 (0)