You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,40 @@ Changelog
22
22
* 0.10.x: PhpStorm 7 (no support)
23
23
* 0.9.x: PhpStorm 6 (no support)
24
24
25
+
## 2025.1.281
26
+
* Refactor WebDeployment startup activity: migrate to `ProjectActivity` and clean up legacy code (Daniel Espendiller)
27
+
* Refactor Symfony Profiler widget to use `EditorBasedStatusBarPopup` and simplify popup creation (Daniel Espendiller)
28
+
* Add intention to add parameters to Symfony route action methods (Daniel Espendiller)
29
+
* Add intention to add parameters to `__invoke` method of invokable Symfony Commands (Daniel Espendiller)
30
+
* Add intention action to add Symfony Route attributes to controller methods (Daniel Espendiller)
31
+
* Add inspections for Symfony Commands: enforce `int` return type and valid return values for `__invoke` method (Daniel Espendiller)
32
+
* Add support for detecting deprecated Twig filters and functions (Daniel Espendiller)
33
+
* Add support for Twig extension options "parser_callable" and deprecation markers (Daniel Espendiller)
34
+
* Add inspection for deprecated array arguments in Symfony Validator Constraint constructors, providing a quick fix to convert arrays to named arguments. (Daniel Espendiller)
35
+
*[paid] Add inspection for Doctrine QueryBuilder::update() and ::delete() empty alias parameter deprecation (Daniel Espendiller)
36
+
*[paid] Add inspection for Doctrine QueryBuilder::setParameters() array deprecation (Daniel Espendiller)
37
+
* Add notification banner for "Symfony 7.4 JSON schema hint for better autocompletion" (Daniel Espendiller)
38
+
* Add migration for "Invokable Commands and Input Attributes" (Daniel Espendiller)
39
+
* Add templates+guesser for "Invokable Commands and Input Attributes" (Daniel Espendiller)
40
+
* provide general attribute indexer. "AsCommand" classes are now indexed (Daniel Espendiller)
41
+
*[#2223](https://github.com/Haehnchen/idea-php-symfony2-plugin/pull/2431) Fix incorrect CSS Selector error when valid HTML tag is being selected (Thomas Schulz)
42
+
* Actualize link to plugin development guide (Andrii Dembitskyi)
* Migrate forms to use generated code (Daniel Espendiller)
58
+
25
59
## 2025.1.278
26
60
*[#2427](https://github.com/Haehnchen/idea-php-symfony2-plugin/pull/2427) inline generated form code (Daniel Espendiller)
27
61
@@ -35,7 +69,7 @@ Changelog
35
69
* Add twig component usage index (Daniel Espendiller)
36
70
* Add "props" support for Anonymous Twig Components (Daniel Espendiller)
37
71
*[#2396](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/2396) add experimental support for extracting Twig "types" variables with types (Daniel Espendiller)
38
-
72
+
39
73
## 2024.1.275
40
74
* Higher template file limit (Daniel Espendiller)
41
75
* Support "\\Symfony\\Component\\Routing\\Attribute\\Route" for route url and naming completion (Daniel Espendiller)
0 commit comments