Skip to content

Commit

Permalink
xquery-intellij-plugin 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed Aug 3, 2023
1 parent d886647 commit 6ac8cea
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 1.10.0 - (In Development)

## 2023

* [1.9.4 - 2022-08-03](docs/_posts/2023-08-03-release-1.9.4.md)

## 2022

* [1.9.3 - 2022-04-14](docs/_posts/2022-04-14-release-1.9.3.md)
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ buildscript {
ext.junit_platform_version = "1.9.1"
ext.jacoco_version = '0.8.8'

ext.plugin_version = '1.10.0'
ext.plugin_version = '1.9.4'
// Suffix ordering:
// `'-snapshot'` -- for development builds
// `'-eap-###'` -- for early access preview builds (`-eap-1`, `-eap-2`, `-eap-3`, etc.)
// `''` -- for release builds
ext.suffix = '-snapshot'
ext.suffix = ''

repositories {
mavenCentral()
Expand Down
11 changes: 11 additions & 0 deletions docs/_posts/2023-08-03-release-1.9.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: post
title: XQuery IntelliJ Plugin 1.9.4
category: release
---
Bug Fixes:

1. Fix an exception when running queries on MarkLogic 11.
2. Fix processing file links in stack traces on IntelliJ 2023.2.
3. Fix navigating to the rewriter endpoint implementation on IntelliJ 2023.1.
4. Various fixes for other exceptions.
7 changes: 7 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@
]]></description>

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

<idea-version since-build="213"/>
Expand Down

0 comments on commit 6ac8cea

Please sign in to comment.