Skip to content

Commit 6ac8cea

Browse files
committed
xquery-intellij-plugin 1.9.4
1 parent d886647 commit 6ac8cea

4 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 1.10.0 - (In Development)
44

5+
## 2023
6+
7+
* [1.9.4 - 2022-08-03](docs/_posts/2023-08-03-release-1.9.4.md)
8+
59
## 2022
610

711
* [1.9.3 - 2022-04-14](docs/_posts/2022-04-14-release-1.9.3.md)

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ buildscript {
5353
ext.junit_platform_version = "1.9.1"
5454
ext.jacoco_version = '0.8.8'
5555

56-
ext.plugin_version = '1.10.0'
56+
ext.plugin_version = '1.9.4'
5757
// Suffix ordering:
5858
// `'-snapshot'` -- for development builds
5959
// `'-eap-###'` -- for early access preview builds (`-eap-1`, `-eap-2`, `-eap-3`, etc.)
6060
// `''` -- for release builds
61-
ext.suffix = '-snapshot'
61+
ext.suffix = ''
6262

6363
repositories {
6464
mavenCentral()
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: post
3+
title: XQuery IntelliJ Plugin 1.9.4
4+
category: release
5+
---
6+
Bug Fixes:
7+
8+
1. Fix an exception when running queries on MarkLogic 11.
9+
2. Fix processing file links in stack traces on IntelliJ 2023.2.
10+
3. Fix navigating to the rewriter endpoint implementation on IntelliJ 2023.1.
11+
4. Various fixes for other exceptions.

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@
7171
]]></description>
7272

7373
<change-notes><![CDATA[
74+
<p>Bug Fixes:</p>
75+
<ol>
76+
<li>Fix an exception when running queries on MarkLogic 11.</li>
77+
<li>Fix processing file links in stack traces on IntelliJ 2023.2.</li>
78+
<li>Fix navigating to the rewriter endpoint implementation on IntelliJ 2023.1.</li>
79+
<li>Various fixes for other exceptions.</li>
80+
</ol>
7481
]]></change-notes>
7582

7683
<idea-version since-build="213"/>

0 commit comments

Comments
 (0)