diff --git a/CHANGELOG.md b/CHANGELOG.md index d0859ee..e88ed0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [1.2.17] - 05.08.2025 + +- Fix IllegalArgumentException when navigating the codebase + ## [1.2.16] - 04.08.2025 - Adapt code for PhpStorm 2025.1 diff --git a/gradle.properties b/gradle.properties index d9532a6..fc23212 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.vk pluginName = kphpstorm pluginRepositoryUrl = https://github.com/VKCOM/kphpstorm # SemVer format -> https://semver.org -pluginVersion = 1.2.16 +pluginVersion = 1.2.17 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 251