Skip to content

Commit

Permalink
xquery-intellij-plugin 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed Apr 14, 2022
1 parent 5c6f974 commit 471f2fa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
11 changes: 0 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@

## 1.10.0 - (In Development)

Bug Fixes:

1. Fix an exception when trying to display the MarkLogic rewriter endpoint line marker.
2. Fix an exception in the roxy project configuration when there aren't any associated property files.
3. Fix hangs during the Analyze phase when switching projects.

Gradle Project Configuration:

1. Support reading properties from `gradle.properties`.
2. Fix an exception in the gradle project configuration when there aren't any associated property files.

## 2021

* [1.9.2 - 2021-11-24](docs/_posts/2021-11-24-release-1.9.2.md)
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ buildscript {
ext.kotlin_stdlib = "kotlin-stdlib"
ext.java_version = "11"

ext.plugin_version = '1.10.0'
ext.plugin_version = '1.9.3'
// 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
15 changes: 15 additions & 0 deletions docs/_posts/2022-04-14-release-1.9.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: post
title: XQuery IntelliJ Plugin 1.9.3
category: release
---
Bug Fixes:

1. Fix an exception when trying to display the MarkLogic rewriter endpoint line marker.
2. Fix an exception in the roxy project configuration when there aren't any associated property files.
3. Fix hangs during the Analyze phase when switching projects.

Gradle Project Configuration:

1. Support reading properties from `gradle.properties`.
2. Fix an exception in the gradle project configuration when there aren't any associated property files.

0 comments on commit 471f2fa

Please sign in to comment.