From d0dc8301abe2fefd8355567b9d31ea38bc60f743 Mon Sep 17 00:00:00 2001 From: hsz Date: Tue, 24 Jul 2018 01:56:56 +0200 Subject: [PATCH] v3.0.0 --- CHANGELOG.md | 8 +++++--- README.md | 10 ++++++---- gradle.properties | 2 +- resources/META-INF/plugin.xml | 12 +++++++----- resources/messages/IgnoreBundle.properties | 4 +++- 5 files changed, 22 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3985e5b..688d89d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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:** diff --git a/README.md b/README.md index da1d9eff..4ff1eaa3 100644 --- a/README.md +++ b/README.md @@ -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] @@ -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:** diff --git a/gradle.properties b/gradle.properties index 87c328f9..6faf6cc7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 = diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index 613362fb..3c37861d 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ mobi.hsz.idea.gitignore .ignore - 2.6.4 + 3.0.0 hsz v2.6.4 (2018-07-20)

- Full Changelog

+ v3.0.0 (2018-07-24)

+ Full Changelog

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: @@ -100,7 +102,7 @@ ]]> - + com.intellij.modules.lang Git4Idea diff --git a/resources/messages/IgnoreBundle.properties b/resources/messages/IgnoreBundle.properties index 05b2e722..6aff8f45 100644 --- a/resources/messages/IgnoreBundle.properties +++ b/resources/messages/IgnoreBundle.properties @@ -158,7 +158,9 @@ notification.update.title=.ignore plugin updated to v{0} notification.update.content=
\ Helpful? Donate with PayPal or OpenCollective!

\ Implemented enhancements:
\ -- Separated build for IDE 2018.1 (181+) for better integration

\ +- Separated builds for different IDE versions (139-181+)
\ +- Abandoned support for 135 and lower
\ +- Integration with IntelliJ Plugin Verifier

\ Fixes:
\ - Argument for @NotNull parameter 'settings' of HideIgnoredFilesTreeStructureProvider.modify must not be null (#551)
\ - Projects leak in ExternalIndexableSetContributor.CACHE (#553)
\