Skip to content

Commit 87cf39b

Browse files
committed
build 2025.1.281
1 parent a88fa50 commit 87cf39b

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

CHANGELOG.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,40 @@ Changelog
2222
* 0.10.x: PhpStorm 7 (no support)
2323
* 0.9.x: PhpStorm 6 (no support)
2424

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)
43+
* Fix read thread access of Doctrine repository lookup rendering (Daniel Espendiller)
44+
* Bump IntelliJ platform version to update to 2025.2.5; enable Gradle configuration cache; fix minor code deprecations. (Daniel Espendiller)
45+
46+
## 2025.1.280
47+
* Provide settings checkbox for service property injection completion (Daniel Espendiller)
48+
* Fix init state for service selection dialog (Daniel Espendiller)
49+
* Fix read thread access of bundle files lookup rendering (Daniel Espendiller)
50+
* Fix read thread access of class consts lookup rendering (Daniel Espendiller)
51+
* Fix read thread access of Doctrine entity lookup rendering (Daniel Espendiller)
52+
* Fix read thread access of Twig lookup elements rendering (Daniel Espendiller)
53+
* Add support for Twig extension registered via Attributes (Daniel Espendiller)
54+
* Fix voter goto completion for Symfony 4/5/6 (Weichao Yu) [#2431](https://github.com/Haehnchen/idea-php-symfony2-plugin/pull/2431)
55+
56+
## 2025.1.279
57+
* Migrate forms to use generated code (Daniel Espendiller)
58+
2559
## 2025.1.278
2660
* [#2427](https://github.com/Haehnchen/idea-php-symfony2-plugin/pull/2427) inline generated form code (Daniel Espendiller)
2761

@@ -35,7 +69,7 @@ Changelog
3569
* Add twig component usage index (Daniel Espendiller)
3670
* Add "props" support for Anonymous Twig Components (Daniel Espendiller)
3771
* [#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+
3973
## 2024.1.275
4074
* Higher template file limit (Daniel Espendiller)
4175
* Support "\\Symfony\\Component\\Routing\\Attribute\\Route" for route url and naming completion (Daniel Espendiller)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginGroup = fr.adrienbrault.idea.symfony2plugin
55
pluginName = Symfony Plugin
66

77
# SemVer format -> https://semver.org
8-
pluginVersion = 2025.1.277
8+
pluginVersion = 2025.1.281
99

1010
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1111
# for insight into build numbers and IntelliJ Platform versions.

0 commit comments

Comments
 (0)