Skip to content

Commit bf1ad9e

Browse files
committed
build 2025.1.284
1 parent 1465363 commit bf1ad9e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ Changelog
2323
* 0.10.x: PhpStorm 7 (no support)
2424
* 0.9.x: PhpStorm 6 (no support)
2525

26+
## 2025.1.284
27+
* [#2445](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/2445) updated symfony-meta: v1.8.0 → v1.9.0 (added Validator component metadata, Console enhancements, and other improvements) (Daniel Espendiller)
28+
* Add support for PHP service definitions in Bundle loadExtension methods and chained class() calls [#2489](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/2489) (Daniel Espendiller)
29+
* [#2412](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/2412) Fix the double injection service bug with the feature "Full Line Completion: Complete and inject service classes via property" (Daniel Espendiller)
30+
* [paid] Add inspection for detecting useless empty `#[ORM\Table]` attributes including a quickfix for removal (Daniel Espendiller)
31+
* [paid] Add inspection to enforce using ON instead of WITH for arbitrary joins in Doctrine QueryBuilder (Daniel Espendiller)
32+
* Add `#[AsCommand]` attribute completion for Symfony command classes (Daniel Espendiller)
33+
* [paid] Add quick fixes for Doctrine lifecycle inspections (Daniel Espendiller)
34+
2635
## 2025.1.283
2736
* [paid] Add inspections for Doctrine lifecycle callbacks (Daniel Espendiller)
2837
* Improve YamlSchemaEditorNotificationProvider to handle edge cases: ignore docker-compose files, add support for "imports" root keys. (Daniel Espendiller)

0 commit comments

Comments
 (0)