Skip to content

Commit 9ec882a

Browse files
committed
xquery-intellij-plugin 1.7.1
1 parent 0e86fa0 commit 9ec882a

5 files changed

Lines changed: 21 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,10 @@
22

33
## 1.8 - (In Development)
44

5-
1. Fix displaying the endpoints gutter icon when using IntelliJ Community
6-
Edition.
7-
1. Fix displaying the endpoints list when clicking on the gutter icon.
8-
9-
XSLT:
10-
11-
1. Register the XSLT 2.0 and XSLT 3.0 schema file URIs with IntelliJ.
12-
1. Auto-complete support for EXSL, MarkLogic, and Saxon XSLT extension elements.
13-
1. Fix validating and completing XSLT 3.0 variable elements. This is a
14-
workaround for IDEA-233695.
15-
165
## 2020
176

18-
* [1.7 - 2020-03-21](docs/_posts/2020-07-10-release-1.7.md)
7+
* [1.7.1 - 2020-07-25](docs/_posts/2020-07-25-release-1.7.1.md)
8+
* [1.7 - 2020-07-10](docs/_posts/2020-07-10-release-1.7.md)
199
* [1.6.2 - 2020-05-04](docs/_posts/2020-05-04-release-1.6.2.md)
2010
* [1.6.1 - 2020-04-09](docs/_posts/2020-04-09-release-1.6.1.md)
2111
* [1.6 - 2020-03-21](docs/_posts/2020-03-21-release-1.6.md)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## IntelliJ XQuery Plugin
1010

11-
This is a plugin for IntelliJ IDE 2019.1 – 2020.1 that adds support
11+
This is a plugin for IntelliJ IDE 2019.1 – 2020.2 that adds support
1212
for the XML Query (XQuery) language. This covers support for:
1313
1. XQuery 1.0, 3.0, and 3.1;
1414
1. XQuery and XPath Full Text extension;

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ buildscript {
3737
ext.junit_milestone = ''
3838
ext.kotlin_version = "1.3.72"
3939

40-
ext.plugin_version = '1.8'
41-
ext.suffix = '-dev'
40+
ext.plugin_version = '1.7.1'
41+
ext.suffix = ''
4242

4343
// The JBR version to use with buildSearchableOptions.
4444
ext.jbr_build = System.getenv("JBR_BUILD")
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: post
3+
title: XQuery IntelliJ Plugin 1.7.1
4+
category: release
5+
---
6+
1. Fix displaying the endpoints gutter icon when using IntelliJ Community
7+
Edition.
8+
1. Fix displaying the endpoints list when clicking on the gutter icon.
9+
10+
XSLT:
11+
12+
1. Register the XSLT 2.0 and XSLT 3.0 schema file URIs with IntelliJ.
13+
1. Auto-complete support for EXSL, MarkLogic, and Saxon XSLT extension elements.
14+
1. Fix validating and completing XSLT 3.0 variable elements. This is a
15+
workaround for IDEA-233695.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
]]></description>
6969

7070
<change-notes><![CDATA[
71-
<h3>Release 1.8-dev:</h3>
71+
<h3>Release 1.7.1:</h3>
7272
<ol>
7373
<li>Fix displaying the endpoints gutter icon when using IntelliJ Community Edition.</li>
7474
<li>Fix displaying the endpoints list when clicking on the gutter icon.</li>

0 commit comments

Comments
 (0)