File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1+ 2.6.3
2+ Aug 25, 2019
3+
4+ FIX: Index out of bound error on multi line clear cells #151
5+
162.6.2
27Aug 09, 2019
38
Original file line number Diff line number Diff line change @@ -78,8 +78,7 @@ intellij {
7878 downloadSources = false
7979}
8080publishPlugin {
81- username = System . getenv(). getOrDefault(' JI_USER' , ' ' )
82- password = System . getenv(). getOrDefault(' JI_PASSWORD' , ' ' )
81+ token = System . getenv(). getOrDefault(' JI_TOKEN' , ' ' )
8382 channels = [System . getenv(). getOrDefault(' JI_CHANNELS' , ' Testing' )]
8483}
8584
Original file line number Diff line number Diff line change 33# https://www.jetbrains.com/intellij-repository/snapshots
44
55name ='CSV Plugin'
6- pluginVersion =2.6.2
6+ pluginVersion =2.6.3
77javaVersion =1.8
88javaTargetVersion =1.8
99downloadIntellijSources =false
Original file line number Diff line number Diff line change 4646
4747 <change-notes ><![CDATA[
4848 <pre style="font-family: sans-serif">
49- FIX: AssertionError: Already disposed Project #147
50- FIX: No fallback font used in table editor #145
49+ FIX: Index out of bound error on multi line clear cells #151
5150 </pre>
5251 ]]>
5352 </change-notes >
You can’t perform that action at this time.
0 commit comments