File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0 ) .
66
7+ ## 2025.2.2
8+
9+ ### Fixed
10+
11+ - Null PsiDirectory input in GetModuleNameByDirectoryUtil [ #2606 ] ( https://github.com/magento/magento2-phpstorm-plugin/pull/2606 )
12+
713## 2025.2.1
814
915### Fixed
Original file line number Diff line number Diff line change 11pluginGroup = com.magento.idea.magento2plugin
22pluginName = Magento PhpStorm
33pluginRepositoryUrl = https://github.com/magento/magento2-phpstorm-plugin
4- pluginVersion = 2025.2.1
4+ pluginVersion = 2025.2.2
55pluginSinceBuild = 250.*
66pluginUntilBuild = 258.*
77platformType = PS
Original file line number Diff line number Diff line change 77<idea-plugin require-restart =" true" >
88 <id >com.magento.idea.magento2plugin</id >
99 <name >Magento PhpStorm</name >
10- <version >2025.2.1 </version >
10+ <version >2025.2.2 </version >
1111 <vendor url =" https://github.com/magento/magento2-phpstorm-plugin" >Magento Inc.</vendor >
1212
1313 <description ><![CDATA[
You can’t perform that action at this time.
0 commit comments