From c913950ec5ea7ac9760df9d7bf25ee3ed14df22f Mon Sep 17 00:00:00 2001 From: Matheus Martins Date: Mon, 20 Jul 2026 22:17:01 +0000 Subject: [PATCH] chore: release v0.3.0 with bundled LSP phar v0.3.1 Co-Authored-By: Claude Opus 4.8 (1M context) --- gradle.properties | 6 +++--- src/main/resources/META-INF/plugin.xml | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index a8a0621..c7526e2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # Plugin coordinates surfaced to JetBrains Marketplace when we eventually publish. pluginGroup = com.xphp.lsp pluginName = xphp -pluginVersion = 0.2.1 +pluginVersion = 0.3.0 # Plugin compatibility window. # @@ -31,7 +31,7 @@ platformVersion = 2026.1.2 # REQUIRED: the build FAILS if this is unset or empty, by design -- a plugin # jar must never ship without an embedded LSP. Uncomment and set it to the # phar download URL (e.g. a GitHub release asset): -xphpLspPharUrl = https://github.com/xphp-lang/language-server/releases/download/v0.2.5/xphp-lsp.phar +xphpLspPharUrl = https://github.com/xphp-lang/language-server/releases/download/v0.3.1/xphp-lsp.phar # OPTIONAL: expected sha256 of the bytes at xphpLspPharUrl. When set, the # downloadLspPhar task verifies the download against it (failing the build on @@ -39,7 +39,7 @@ xphpLspPharUrl = https://github.com/xphp-lang/language-server/releases/download/ # at the same URL (same version, new bytes), bumping this value forces a # re-download that the URL alone would not trigger. Update it whenever # xphpLspPharUrl changes: `sha256sum build/lsp/xphp-lsp.phar` after a fetch. -xphpLspPharSha256 = 6deca5541f25ffcceb5e82dff01cf6c33cbfcf5610dbaacf1394ae43e19ec9fc +xphpLspPharSha256 = 36f06bfbcd74a360bc8a7ca175d065d04c393789388bab2e79ec92097a636352 # Bundled IDE plugin we depend on so PhpStorm's PHP language plumbing is on # the classpath at compile time and at runtime in the sandbox. diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index d45611a..42d3e73 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -31,6 +31,12 @@ ]]> 0.3.0 +
    +
  • Bundle xphp language server v0.3.1: faster hover and go-to-definition + (fixes multi-second delays that stopped hover popups from appearing on + projects using PHP native/stdlib symbols).
  • +

0.2.1

  • Bundle xphp language server v0.2.5.