Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Jul 23, 2018
1 parent 20f64ed commit d0dc830
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 14 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
Change Log
----------

### [v2.6.4](https://github.com/hsz/idea-gitignore/tree/v2.6.4) (2018-07-20)
### [v3.0.0](https://github.com/hsz/idea-gitignore/tree/v3.0.0) (2018-07-24)

[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.6.2...v2.6.4)
[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.6.2...v3.0.0)

**Implemented enhancements:**

- Separated build for IDE 2018.1 (181+) for better integration
- Separated builds for different IDE versions (139-181+)
- Abandoned support for <139
- Integration with IntelliJ Plugin Verifier

**Fixed bugs:**

Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.ignore 2.6.4
.ignore 3.0.0
=============

[![Gitter][badge-gitter-img]][badge-gitter] [![Build Status][badge-travis-img]][badge-travis]
Expand Down Expand Up @@ -128,13 +128,15 @@ Usage
Changelog
---------

### [v2.6.4](https://github.com/hsz/idea-gitignore/tree/v2.6.4) (2018-07-20)
### [v3.0.0](https://github.com/hsz/idea-gitignore/tree/v3.0.0) (2018-07-24)

[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.6.2...v2.6.4)
[Full Changelog](https://github.com/hsz/idea-gitignore/compare/v2.6.2...v3.0.0)

**Implemented enhancements:**

- Separated build for IDE 2018.1 (181+) for better integration
- Separated builds for different IDE versions (139-181+)
- Abandoned support for <139
- Integration with IntelliJ Plugin Verifier

**Fixed bugs:**

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runGenerators = true

pluginGroup = mobi.hsz.idea
pluginName = .ignore
pluginVersion = 2.6.4.182
pluginVersion = 3.0.0.182
pluginSinceBuild = 182
pluginUntilBuild =

Expand Down
12 changes: 7 additions & 5 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>mobi.hsz.idea.gitignore</id>
<name>.ignore</name>
<version>2.6.4</version>
<version>3.0.0</version>
<vendor email="[email protected]" url="http://ignore.hsz.mobi">hsz</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -78,13 +78,15 @@

<change-notes><![CDATA[
<a href="https://github.com/hsz/idea-gitignore/tree/v2.6.4"><b>v2.6.4</b></a> (2018-07-20) <br/><br/>
<a href="https://github.com/hsz/idea-gitignore/compare/v2.6.2...v2.6.4"><small>Full Changelog</small></a> <br/><br/>
<a href="https://github.com/hsz/idea-gitignore/tree/v3.0.0"><b>v3.0.0</b></a> (2018-07-24) <br/><br/>
<a href="https://github.com/hsz/idea-gitignore/compare/v2.6.2...v3.0.0"><small>Full Changelog</small></a> <br/><br/>
<i>Implemented enhancements:</i>
<ul>
<li>Separated build for IDE 2018.1 (181+) for better integration</li>
<li>Separated builds for different IDE versions (139-181+)</li>
<li>Abandoned support for <139</li>
<li>Integration with IntelliJ Plugin Verifier</li>
</ul>
<i>Fixed bugs:</i>
Expand All @@ -100,7 +102,7 @@
]]>
</change-notes>

<idea-version since-build="123.72"/>
<idea-version since-build="139"/>
<depends>com.intellij.modules.lang</depends>
<depends optional="true">Git4Idea</depends>

Expand Down
4 changes: 3 additions & 1 deletion resources/messages/IgnoreBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ notification.update.title=<b>.ignore</b> plugin updated to v{0}
notification.update.content=<br/>\
Helpful? <b><a href="https://www.paypal.me/hsz">Donate with PayPal</a> or <a href="https://opencollective.com/ignore">OpenCollective!</a></b><br/><br/>\
Implemented enhancements:<br/>\
- Separated build for IDE 2018.1 (181+) for better integration<br/><br/>\
- Separated builds for different IDE versions (139-181+)<br/>\
- Abandoned support for 135 and lower<br/>\
- Integration with IntelliJ Plugin Verifier<br/><br/>\
Fixes:<br/>\
- Argument for @NotNull parameter 'settings' of HideIgnoredFilesTreeStructureProvider.modify must not be null (#551)<br/>\
- Projects leak in ExternalIndexableSetContributor.CACHE (#553)<br/>\
Expand Down

0 comments on commit d0dc830

Please sign in to comment.