Skip to content

Commit 5fc3f7a

Browse files
committed
[INTERNAL] prepare release 2.6.4
1 parent fe461a9 commit 5fc3f7a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.6.4
2+
Aug 30, 2019
3+
4+
FIX: scrollable table cells
5+
FIX: auto cell height computation
6+
17
2.6.3
28
Aug 25, 2019
39

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://www.jetbrains.com/intellij-repository/snapshots
44

55
name='CSV Plugin'
6-
pluginVersion=2.6.3
6+
pluginVersion=2.6.4
77
javaVersion=1.8
88
javaTargetVersion=1.8
99
downloadIntellijSources=false

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646

4747
<change-notes><![CDATA[
4848
<pre style="font-family: sans-serif">
49-
FIX: Index out of bound error on multi line clear cells #151
49+
FIX: scrollable table cells
50+
FIX: auto cell height computation
5051
</pre>
5152
]]>
5253
</change-notes>

0 commit comments

Comments
 (0)