From 0cdd699158e4e774a2f70c6767d766fb9dc82fd6 Mon Sep 17 00:00:00 2001 From: harehare Date: Fri, 14 Aug 2026 22:41:21 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(editors/jetbrains):=20drop?= =?UTF-8?q?=20'IntelliJ'=20from=20plugin=20name=20to=20satisfy=20Marketpla?= =?UTF-8?q?ce?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The plugin name "mq-intellij" was rejected by JetBrains Marketplace validation ("should not include the word 'IntelliJ'"). Renamed to a descriptive, trademark-safe name matching the VS Code extension's displayName. --- editors/jetbrains/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/jetbrains/gradle.properties b/editors/jetbrains/gradle.properties index 43df82a78..8fc9e82c2 100644 --- a/editors/jetbrains/gradle.properties +++ b/editors/jetbrains/gradle.properties @@ -1,5 +1,5 @@ pluginGroup = org.mqlang.mq -pluginName = mq-intellij +pluginName = mq - jq-like tool for Markdown processing pluginVersion = 0.8.2 pluginSinceBuild = 242 pluginRepositoryUrl = https://github.com/harehare/mq