Skip to content

Commit 54e60d6

Browse files
committed
build 0.23.212
1 parent ff1d295 commit 54e60d6

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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[

0 commit comments

Comments
 (0)