Skip to content

Commit

Permalink
Reduce pluginSinceBuild, as Webstorm 2024.3 is slightly earlier (#3667)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuataylor authored Nov 29, 2024
1 parent c2929f3 commit 4cc4e0c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v20.0.1

### Bug Fixes
* [#3651](https://github.com/KronicDeth/intellij-elixir/pull/3667) - [@joshuataylor](https://github.com/joshuataylor)
* Support Webstorm 2024.3 (243.21565.180). Thanks to [@Kae-Tempest](https://github.com/Kae-Tempest) for the report!

## v20.0.0

### Enhancements
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
pluginGroup=org.elixir_lang
pluginName=Elixir
pluginRepositoryUrl=https://github.com/KronicDeth/intellij-elixir/
pluginVersion=20.0.0
pluginVersion=20.0.1
vendorName=Elle Imhoff
vendorEmail=[email protected]
# https://youtrack.jetbrains.com/articles/IDEA-A-2100661899/IntelliJ-IDEA-2024.1-241.14494.240-build-Release-Notes
pluginSinceBuild=243.21565.193
pluginSinceBuild=243.21565.180
pluginUntilBuild=243.*

# Set this to open
Expand Down
15 changes: 15 additions & 0 deletions resources/META-INF/changelog.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
<html>
<body>
<h1>v20.0.1</h1>
<ul>
<li>
<p>Bug Fixes</p>
<ul>
<li>
<a href="https://github.com/KronicDeth/intellij-elixir/pull/3667">
#3667 Support Webstorm 2024.3 (243.21565.180)
</a> - <a href="https://github.com/joshuataylor">@joshuataylor</a>, reported by <a href="https://github.com/Kae-Tempest">@Kae-Tempest</a>
</li>
</ul>
</li>
</ul>


<h1>v20.0.0</h1>
<ul>
<li>
Expand Down
2 changes: 1 addition & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<vendor email="[email protected]">Elle Imhoff</vendor>

<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
<idea-version since-build="242.20224.300"/>
<idea-version since-build="243.21565.180"/>

<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
on how to target different products -->
Expand Down

0 comments on commit 4cc4e0c

Please sign in to comment.