Skip to content

Commit

Permalink
release 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Nov 17, 2014
1 parent c04f4bf commit 42d20b3
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 12 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ Author

**Contributors**

[**@zolotov** Alexander Zolotov](https://github.com/zolotov)
[**@bedla** Ivo Šmíd](https://github.com/bedla)
- [**@zolotov** Alexander Zolotov](https://github.com/zolotov)
- [**@bedla** Ivo Šmíd](https://github.com/bedla)
- [**@danpfe**](https://github.com/danpfe)

License
-------
Expand Down
14 changes: 11 additions & 3 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<idea-plugin version="2">
<id>mobi.hsz.idea.gitignore</id>
<name>.gitignore support</name>
<version>0.6.1</version>
<version>0.7</version>
<vendor email="[email protected]" url="http://www.hsz.mobi">hsz</vendor>

<description><![CDATA[
<h1>.gitignore support plugin</h1>
<br/>
<a href="https://github.com/hsz/idea-gitignore">GitHub</a> |
<a href="https://github.com/hsz/idea-gitignore/issues">Issues</a> |
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SJAU4XWQ584QL">Donate</a>
<a href="https://github.com/hsz/idea-gitignore/issues">Issues</a> | Donate (
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SJAU4XWQ584QL">PayPal</a> or
<a href="https://blockchain.info/pl/address/1BUbqKrUBmGGSnMybzGCsJyAWJbh4CcwE1">BTC</a> )
<br/>
<br/>
Expand Down Expand Up @@ -52,6 +53,13 @@

<change-notes><![CDATA[
Version 0.7
<ul>
<li>User templates - you can create your own templates in <b>Settings > Gitignore > User templates</b></li>
<li>Fixed JDOM error (<a href="https://github.com/hsz/idea-gitignore/issues/62">#62</a>) - thanks to <a href="https://github.com/danpfe">@danpfe</a></li>
<li>Fixed donation URL</li>
</ul>
Version 0.6.1
<ul>
<li>Global settings section</li>
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ To generate new `.gitignore` file, just click on <kbd>File</kbd> > <kbd>New</kbd
Changelog
---------

Version 0.7
- User templates - you can create your own templates in <kbd>Settings > Gitignore > User templates</kbd>
- Fixed JDOM error ([#62](https://github.com/hsz/idea-gitignore/issues/62)) - *thanks to [@danpfe](https://github.com/danpfe)*
- Fixed donation URL

Version 0.6.1

- Global settings section</li>
Expand Down Expand Up @@ -212,8 +217,9 @@ Developed By

**Contributors**

[**@zolotov** Alexander Zolotov](https://github.com/zolotov)
[**@bedla** Ivo Šmíd](https://github.com/bedla)
- [**@zolotov** Alexander Zolotov](https://github.com/zolotov)
- [**@bedla** Ivo Šmíd](https://github.com/bedla)
- [**@danpfe**](https://github.com/danpfe)


License
Expand Down
7 changes: 5 additions & 2 deletions resources/messages/GitignoreBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ quick.fix.remove.entry=Remove entry
daemon.lineMarker.directory=Directory entry
daemon.missingGitignore=Missing .gitignore file in GIT project
daemon.missingGitignore.create=Create .gitignore
daemon.donate.title=Gitignore support plugin updated to v0.6.1
daemon.donate.content=Better templates generator and plugin settings introduced.<br/> I hope that you find it helpful. If so, <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\\&hosted_button_id=SJAU4XWQ584QL">donate me</a> !
daemon.donate.title=Gitignore support plugin updated to v0.7
daemon.donate.content=Now you can add your own templates from <i>Settings > Gitignore > User templates</i><br/>\
If you find my plugin helpful, donate me using <b>\
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\\&hosted_button_id=SJAU4XWQ584QL">PayPal</a> or \
<a href="https://blockchain.info/pl/address/1BUbqKrUBmGGSnMybzGCsJyAWJbh4CcwE1">BTC</a></b>

dialog.generator.addUserTemplate=Add user template
dialog.generator.removeUserTemplate=Remove user template
Expand Down
3 changes: 0 additions & 3 deletions src/mobi/hsz/idea/gitignore/GitignoreBundle.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
* @since 0.4
*/
public class GitignoreBundle {
// TODO Move to the Settings
public static final String VERSION = "0.6";

/** The {@link ResourceBundle} path. */
@NonNls
private static final String BUNDLE_NAME = "messages.GitignoreBundle";
Expand Down

0 comments on commit 42d20b3

Please sign in to comment.