Skip to content

Commit 67617ea

Browse files
committed
Prepare release 2.18.1
1 parent 4e226f7 commit 67617ea

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.18.1
2+
Nov 04, 2021
3+
4+
FIX: set require-restart attribute
5+
NEW: Ability to open urls from IntelliJ CSV view #312
6+
17
2.18.0
28
Oct 21, 2021
39

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jacocoTestReport {
2727
}
2828

2929
group 'net.seesharpsoft.intellij.plugins'
30-
version '2.18.0'
30+
version '2.18.1'
3131

3232
apply plugin: 'java'
3333
project.sourceCompatibility = JavaVersion.VERSION_11

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050

5151
<change-notes><![CDATA[
5252
<pre style="font-family: sans-serif">
53-
NOTE: Minimum version requirement changed to v2020.1 and newer
54-
FIX: Show diff opens an empty window #306
53+
FIX: set require-restart attribute
54+
NEW: Ability to open urls from IntelliJ CSV view #312
5555
</pre>
5656
]]>
5757
</change-notes>

0 commit comments

Comments
 (0)