Skip to content

Commit 4cc4e0c

Browse files
authored
Reduce pluginSinceBuild, as Webstorm 2024.3 is slightly earlier (#3667)
1 parent c2929f3 commit 4cc4e0c

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v20.0.1
4+
5+
### Bug Fixes
6+
* [#3651](https://github.com/KronicDeth/intellij-elixir/pull/3667) - [@joshuataylor](https://github.com/joshuataylor)
7+
* Support Webstorm 2024.3 (243.21565.180). Thanks to [@Kae-Tempest](https://github.com/Kae-Tempest) for the report!
8+
39
## v20.0.0
410

511
### Enhancements

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
pluginGroup=org.elixir_lang
33
pluginName=Elixir
44
pluginRepositoryUrl=https://github.com/KronicDeth/intellij-elixir/
5-
pluginVersion=20.0.0
5+
pluginVersion=20.0.1
66
vendorName=Elle Imhoff
77
vendorEmail=Kronic.Deth@gmail.com
88
# https://youtrack.jetbrains.com/articles/IDEA-A-2100661899/IntelliJ-IDEA-2024.1-241.14494.240-build-Release-Notes
9-
pluginSinceBuild=243.21565.193
9+
pluginSinceBuild=243.21565.180
1010
pluginUntilBuild=243.*
1111

1212
# Set this to open

resources/META-INF/changelog.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
<html>
22
<body>
3+
<h1>v20.0.1</h1>
4+
<ul>
5+
<li>
6+
<p>Bug Fixes</p>
7+
<ul>
8+
<li>
9+
<a href="https://github.com/KronicDeth/intellij-elixir/pull/3667">
10+
#3667 Support Webstorm 2024.3 (243.21565.180)
11+
</a> - <a href="https://github.com/joshuataylor">@joshuataylor</a>, reported by <a href="https://github.com/Kae-Tempest">@Kae-Tempest</a>
12+
</li>
13+
</ul>
14+
</li>
15+
</ul>
16+
17+
318
<h1>v20.0.0</h1>
419
<ul>
520
<li>

resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<vendor email="Kronic.Deth@gmail.com">Elle Imhoff</vendor>
55

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

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

0 commit comments

Comments
 (0)