Skip to content

Commit 27aba8a

Browse files
committed
build 2025.1.282
1 parent bd838ae commit 27aba8a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

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

25+
## 2025.1.282
26+
* Refactor Symfony commands `options` and `arguments` extraction, supporting both traditional and modern approaches (Daniel Espendiller)
27+
* Update `#[Argument]` and `#[Option]` attributes to correct namespace during invokable command migration (Daniel Espendiller)
28+
* Add support for `#[AutowireServiceClosure]`, `#[AutowireMethodOf]`, and `#[AutowireCallable]` attributes with completion and navigation - Strip processor prefixes (e.g., `bool:`, `int:`) from `#[Autowire(env:)]` attributes for navigation and completion - Add `%parameter%` wrapping support in `#[Autowire()]` attributes with completion and navigation - Add support for `#[Autowire(param:)]` and `#[Autowire(env:)]` attributes with completion and navigation (Daniel Espendiller)
29+
* Remove `parent::__construct` calls during invokable command migration / replace `$input->getArgument()` and `$input->getOption()` calls with direct variable usage during invokable command migration (Daniel Espendiller)
30+
* Add support for `enum` Twig function with completion, navigation, and insert handler for enum classes (Daniel Espendiller)
31+
* Add completion and navigation support for Twig `guard` tag with `function`, `filter`, and `test` types (Daniel Espendiller)
32+
* Intention action to migrate TwigExtension getFilters(), getFunctions(), and getTests() methods to use PHP attributes (#[AsTwigFilter], #[AsTwigFunction], #[AsTwigTest]). (Daniel Espendiller)
33+
* [paid] Add inspection to detect deprecated array usage in Doctrine DBAL QueryBuilder (like `select`) methods and provide quick fixes (Daniel Espendiller)
34+
* Add support for `is_granted_for_user` `access_decision` `access_decision_for_user` Twig function and UserAuthorizationCheckerInterface with completion and navigation (Daniel Espendiller)
35+
* Add support for Twig attributes extension inside the TwigExtension template (`NewTwigExtensionAction`) (Daniel Espendiller)
36+
* Add support for detecting `AsTwig*` attributes in SymfonyImplicitUsageProvider (Daniel Espendiller)
37+
* Use the latest "org.jetbrains.intellij.platform" features and migrate to "compatiblePlugins" for installing plugins (Daniel Espendiller)
38+
* Fix upcoming deprecations (Daniel Espendiller)
39+
2540
## 2025.1.281
2641
* Refactor WebDeployment startup activity: migrate to `ProjectActivity` and clean up legacy code (Daniel Espendiller)
2742
* Refactor Symfony Profiler widget to use `EditorBasedStatusBarPopup` and simplify popup creation (Daniel Espendiller)

0 commit comments

Comments
 (0)