From e1dd5aefc65ed63b23d47c5c73357509366393a4 Mon Sep 17 00:00:00 2001 From: Daniel Espendiller Date: Mon, 12 Aug 2024 18:27:14 +0200 Subject: [PATCH] build 2024.1.275 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52486aa14..f67c25866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,14 @@ Changelog * 0.10.x: PhpStorm 7 (no support) * 0.9.x: PhpStorm 6 (no support) +## 2024.1.275 +* Higher template file limit (Daniel Espendiller) +* Support "\\Symfony\\Component\\Routing\\Attribute\\Route" for route url and naming completion (Daniel Espendiller) +* Fix indexing routing php attributes, when different attributes in same method (Daniel Espendiller) + +## 2024.1.274 +* [#2379](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/2379) fix plugin xml loading ordering + ## 2024.1.273 * Ignore "Accessing invalid virtual file" errors for project root dir changes (Daniel Espendiller) * Catch all invalid files for dotenv extract "Malformed \uxxxx encoding." (Daniel Espendiller)