Skip to content

Commit 471f2fa

Browse files
committed
xquery-intellij-plugin 1.9.3
1 parent 5c6f974 commit 471f2fa

3 files changed

Lines changed: 17 additions & 13 deletions

File tree

CHANGELOG.md

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

33
## 1.10.0 - (In Development)
44

5-
Bug Fixes:
6-
7-
1. Fix an exception when trying to display the MarkLogic rewriter endpoint line marker.
8-
2. Fix an exception in the roxy project configuration when there aren't any associated property files.
9-
3. Fix hangs during the Analyze phase when switching projects.
10-
11-
Gradle Project Configuration:
12-
13-
1. Support reading properties from `gradle.properties`.
14-
2. Fix an exception in the gradle project configuration when there aren't any associated property files.
15-
165
## 2021
176

187
* [1.9.2 - 2021-11-24](docs/_posts/2021-11-24-release-1.9.2.md)

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ buildscript {
4444
ext.kotlin_stdlib = "kotlin-stdlib"
4545
ext.java_version = "11"
4646

47-
ext.plugin_version = '1.10.0'
47+
ext.plugin_version = '1.9.3'
4848
// Suffix ordering:
4949
// `'-snapshot'` -- for development builds
5050
// `'-eap-###'` -- for early access preview builds (`-eap-1`, `-eap-2`, `-eap-3`, etc.)
5151
// `''` -- for release builds
52-
ext.suffix = '-snapshot'
52+
ext.suffix = ''
5353

5454
repositories {
5555
mavenCentral()
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.9.3
4+
category: release
5+
---
6+
Bug Fixes:
7+
8+
1. Fix an exception when trying to display the MarkLogic rewriter endpoint line marker.
9+
2. Fix an exception in the roxy project configuration when there aren't any associated property files.
10+
3. Fix hangs during the Analyze phase when switching projects.
11+
12+
Gradle Project Configuration:
13+
14+
1. Support reading properties from `gradle.properties`.
15+
2. Fix an exception in the gradle project configuration when there aren't any associated property files.

0 commit comments

Comments
 (0)