Skip to content

Commit 39f422c

Browse files
authored
Merge pull request #143 from SeeSharpSoft/master
Release 2.6.1
2 parents c0d0b74 + 077392b commit 39f422c

File tree

7 files changed

+63
-7
lines changed

7 files changed

+63
-7
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
language: java
22
jdk:
3-
- oraclejdk8
3+
- openjdk8
44

55
env:
66
- IDEA_VERSION=IC-2016.3.2 GRAMMAR_KIT_VERSION=1.4.3
77
- IDEA_VERSION=IC-2017.3.2 GRAMMAR_KIT_VERSION=2017.1.2
88
- IDEA_VERSION=IC-2018.3.2 GRAMMAR_KIT_VERSION=2017.1.6
9+
- IDEA_VERSION=PC-LATEST-EAP-SNAPSHOT GRAMMAR_KIT_VERSION=2017.1.6
910

1011
script: xvfb-run gradle check
1112

@@ -15,9 +16,9 @@ after_success:
1516
jobs:
1617
include:
1718
- if: (branch = master AND type = push) OR (type = pull_request)
18-
env: IDEA_VERSION=PC-LATEST-EAP-SNAPSHOT GRAMMAR_KIT_VERSION=2017.1.6
19+
env: IDEA_VERSION=IC-191.5701.16 GRAMMAR_KIT_VERSION=2017.1.6
1920
script: xvfb-run gradle check verifyPlugin
2021
- stage: deploy
2122
if: branch IN (Testing, Staging, Stable) AND type = push
22-
env: IDEA_VERSION=IC-2018.3.2 GRAMMAR_KIT_VERSION=2017.1.6 JI_CHANNELS=$TRAVIS_BRANCH
23+
env: IDEA_VERSION=IC-191.5701.16 GRAMMAR_KIT_VERSION=2017.1.6 JI_CHANNELS=$TRAVIS_BRANCH
2324
script: xvfb-run gradle publishPlugin

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.6.1
2+
Aug 01, 2019
3+
4+
NEW: plugin logo icons added (Thx to FineVisuals for support)
5+
16
2.6.0
27
Jul 18, 2019
38

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ idea {
7070
apply plugin: 'org.jetbrains.intellij'
7171
intellij {
7272
// IDE version - https://www.jetbrains.com/intellij-repository/releases
73-
version = System.getenv().getOrDefault('IDEA_VERSION', 'IC-2018.3.2')
73+
version = System.getenv().getOrDefault('IDEA_VERSION', 'IC-191.5701.16')
7474
pluginName = 'CSV Plugin'
7575
instrumentCode = true
7676
updateSinceUntilBuild = false

gradle.properties

Lines changed: 1 addition & 1 deletion
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.0
6+
pluginVersion=2.6.1
77
javaVersion=1.8
88
javaTargetVersion=1.8
99
downloadIntellijSources=false

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<br><br>
3535
For more detailed information please have a look at the <a href="https://github.com/SeeSharpSoft/intellij-csv-validator/blob/master/README.md">README</a>.
3636
<br><br><br>
37-
<em>Thanks to @royqh1979, @egoisticalgoat, @sabi0, @ptahchiev, @ghost, @MarkJeronimus and others for supporting me and the project!</em>
37+
<em>Thanks to @royqh1979, @egoisticalgoat, @sabi0, @ptahchiev, @ghost, @MarkJeronimus, <a href="http://finevisuals.de" target="_blank">FineVisuals</a> and others for supporting me and the project!</em>
3838
<br><br><br>
3939
4040
<hr /><br>
@@ -46,7 +46,7 @@
4646

4747
<change-notes><![CDATA[
4848
<pre style="font-family: sans-serif">
49-
NEW: Table column width calculation and adjustment based on content
49+
NEW: plugin logo icons added (Thx to FineVisuals for support)
5050
</pre>
5151
]]>
5252
</change-notes>
Lines changed: 25 additions & 0 deletions
Loading
Lines changed: 25 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)