From 8a0399295771921a0fa8084af6e642bd8b9ffd47 Mon Sep 17 00:00:00 2001 From: Alberto Venturini Date: Wed, 30 Nov 2022 17:45:55 +0200 Subject: [PATCH] Update bundle and version --- gradle.properties | 2 +- .../src/main/resources/graphdb/messages/GraphBundle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index bb430896..aee5c4f0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=0.2.2 +version=0.3.0 # Intellij SDK intellijSdkVersion=2022.2 diff --git a/platform/src/main/resources/graphdb/messages/GraphBundle.properties b/platform/src/main/resources/graphdb/messages/GraphBundle.properties index d61bf1eb..43f99e84 100644 --- a/platform/src/main/resources/graphdb/messages/GraphBundle.properties +++ b/platform/src/main/resources/graphdb/messages/GraphBundle.properties @@ -1,3 +1,3 @@ updater.title=Graph Database plugin updated to v{0} updater.notification=\ - Support metadata display for Neo4j 3.x servers (excluding indexes, constraints and procedures). + Add support for Cypher EXISTS and COUNT subqueries. Disable highlighting in Cypher comments.