File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ Changelog
1818* 0.10.x: PhpStorm 7 (no support)
1919* 0.9.x: PhpStorm 6 (no support)
2020
21+ ## 0.23.212
22+ * Smarter Doctrine querybuilder "where" condition navigation to fields (Daniel Espendiller)
23+ * Add PHP8 attributes support for Doctrine metadata (Daniel Espendiller)
24+ * Fixed [ #1675 ] ( https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1675 ) : "AWT events are not allowed inside write action" exception while creating dialog window for resolving arguments ambiguity (Adam Wójs)
25+
2126## 0.23.211
2227* Support default function parameter values for extracting template render scope (Daniel Espendiller)
2328* Fixed [ #1674 ] ( https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1674 ) : duplicated route prefix in profiler urls (Adam Wójs)
Original file line number Diff line number Diff line change 11< html >
22< ul >
3- < li > Support default function parameter values for extracting template render scope (Daniel Espendiller)</ li >
4- < li > Fixed < a href =" https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1674 " > #1674 </ a > : duplicated route prefix in profiler urls (Adam Wójs )</ li >
5- < li > Fixed < a href ="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1667 "> #1667 </ a > : Rename refactoring ignores constants inside yaml files (tests) (Adam Wójs)</ li >
3+ < li > Smarter Doctrine querybuilder "where" condition navigation to fields (Daniel Espendiller)</ li >
4+ < li > Add PHP8 attributes support for Doctrine metadata (Daniel Espendiller )</ li >
5+ < li > Fixed < a href ="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1675 "> #1675 </ a > : "AWT events are not allowed inside write action" exception while creating dialog window for resolving arguments ambiguity (Adam Wójs)</ li >
66</ ul >
77</ html >
Original file line number Diff line number Diff line change 11<idea-plugin url =" https://github.com/Haehnchen/idea-php-symfony2-plugin" >
22 <id >fr.adrienbrault.idea.symfony2plugin</id >
33 <name >Symfony Support</name >
4- <version >0.23.211 </version >
4+ <version >0.23.212 </version >
55 <vendor email =" daniel@espendiller.net" url =" http://espend.de?p=fr.adrienbrault.idea.symfony2plugin" >espend_de</vendor >
66
77 <description ><![CDATA[
You can’t perform that action at this time.
0 commit comments