Skip to content

Commit

Permalink
xquery-intellij-plugin 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed Jul 25, 2020
1 parent 0e86fa0 commit 9ec882a
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 16 deletions.
14 changes: 2 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,10 @@

## 1.8 - (In Development)

1. Fix displaying the endpoints gutter icon when using IntelliJ Community
Edition.
1. Fix displaying the endpoints list when clicking on the gutter icon.

XSLT:

1. Register the XSLT 2.0 and XSLT 3.0 schema file URIs with IntelliJ.
1. Auto-complete support for EXSL, MarkLogic, and Saxon XSLT extension elements.
1. Fix validating and completing XSLT 3.0 variable elements. This is a
workaround for IDEA-233695.

## 2020

* [1.7 - 2020-03-21](docs/_posts/2020-07-10-release-1.7.md)
* [1.7.1 - 2020-07-25](docs/_posts/2020-07-25-release-1.7.1.md)
* [1.7 - 2020-07-10](docs/_posts/2020-07-10-release-1.7.md)
* [1.6.2 - 2020-05-04](docs/_posts/2020-05-04-release-1.6.2.md)
* [1.6.1 - 2020-04-09](docs/_posts/2020-04-09-release-1.6.1.md)
* [1.6 - 2020-03-21](docs/_posts/2020-03-21-release-1.6.md)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## IntelliJ XQuery Plugin

This is a plugin for IntelliJ IDE 2019.1 – 2020.1 that adds support
This is a plugin for IntelliJ IDE 2019.1 – 2020.2 that adds support
for the XML Query (XQuery) language. This covers support for:
1. XQuery 1.0, 3.0, and 3.1;
1. XQuery and XPath Full Text extension;
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ buildscript {
ext.junit_milestone = ''
ext.kotlin_version = "1.3.72"

ext.plugin_version = '1.8'
ext.suffix = '-dev'
ext.plugin_version = '1.7.1'
ext.suffix = ''

// The JBR version to use with buildSearchableOptions.
ext.jbr_build = System.getenv("JBR_BUILD")
Expand Down
15 changes: 15 additions & 0 deletions docs/_posts/2020-07-25-release-1.7.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: post
title: XQuery IntelliJ Plugin 1.7.1
category: release
---
1. Fix displaying the endpoints gutter icon when using IntelliJ Community
Edition.
1. Fix displaying the endpoints list when clicking on the gutter icon.

XSLT:

1. Register the XSLT 2.0 and XSLT 3.0 schema file URIs with IntelliJ.
1. Auto-complete support for EXSL, MarkLogic, and Saxon XSLT extension elements.
1. Fix validating and completing XSLT 3.0 variable elements. This is a
workaround for IDEA-233695.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
]]></description>

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

0 comments on commit 9ec882a

Please sign in to comment.