diff --git a/CHANGELOG.md b/CHANGELOG.md index 7124599e4..e51ec1638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## 2025.2.1 + +### Fixed + +- Multiple issues in BCT [#2589](https://github.com/magento/magento2-phpstorm-plugin/pull/2589) + ## 2025.2.0 ### Fixed diff --git a/gradle.properties b/gradle.properties index 882731061..6e4de6ab7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,12 +1,12 @@ pluginGroup = com.magento.idea.magento2plugin pluginName = Magento PhpStorm pluginRepositoryUrl = https://github.com/magento/magento2-phpstorm-plugin -pluginVersion = 2025.2.0 +pluginVersion = 2025.2.1 pluginSinceBuild = 250.* pluginUntilBuild = 258.* platformType = PS platformVersion = 2025.2 -platformPlugins = com.intellij.lang.jsgraphql:251.26927.39 +platformPlugins = com.intellij.lang.jsgraphql:252.23892.201 platformBundledPlugins = com.intellij.modules.json,com.jetbrains.php,JavaScript,com.intellij.copyright gradleVersion = 8.10.2 kotlin.stdlib.default.dependency = false diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 79979e9bc..6d87fcbae 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -7,7 +7,7 @@ com.magento.idea.magento2plugin Magento PhpStorm - 2025.2.0 + 2025.2.1 Magento Inc.