Skip to content

Commit

Permalink
Remove 'until-version' filter from plugin declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhominal committed May 12, 2019
1 parent 5f92cb8 commit 1af8232
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

### Changed

* Update plugin declaration no longer to declare a maximum IDEA platform version

## 0.6.3

### Changed
Expand Down
3 changes: 2 additions & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
]]></description>

<change-notes><![CDATA[
Update plugin declaration no longer to declare a maximum IDEA platform version.<br>
0.6.3:
Update plugin declaration for IDE major version 183.<br>
0.6.2:
Expand Down Expand Up @@ -39,7 +40,7 @@
</change-notes>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
<idea-version since-build="173" until-build="183.*"/>
<idea-version since-build="173"/>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->
Expand Down

0 comments on commit 1af8232

Please sign in to comment.