File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,14 @@ Changelog
1818* 0.10.x: PhpStorm 7 (no support)
1919* 0.9.x: PhpStorm 6 (no support)
2020
21+ ## 0.23.214
22+ * Support more use cases for php controller linemarker (Daniel Espendiller)
23+ * Support class constants for Twig extension navigation (Daniel Espendiller)
24+ * Adding a linemarker to php route config (mamazu)
25+ * Provide pattern tests for Twig macro syntax (Daniel Espendiller)
26+ * Secure some long template filenames to be not indexed (Daniel Espendiller)
27+ * SymfonyWebpackUtil: migrate from "org.json.simple" to "com.google.gson" (Daniel Espendiller)
28+
2129## 0.23.213
2230* Fixed [ #1716 ] ( https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1716 ) : Deprecated LineMarkerInfo constructor usage (Adam Wójs)
2331* Add missing Symfony icon to new project setup (Shyim)
Original file line number Diff line number Diff line change 11< html >
22< ul >
3- < li > Fixed < a href ="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1716 "> #1716</ a > : Deprecated LineMarkerInfo constructor usage (Adam Wójs)</ li >
4- < li > Add missing Symfony icon to new project setup (Shyim)</ li >
5- < li > Added missing services keywords to YamlCompletionContributor (Adam Wójs)</ li >
3+ < li > Support more use cases for php controller linemarker (Daniel Espendiller)</ li >
4+ < li > Support class constants for Twig extension navigation (Daniel Espendiller)</ li >
5+ < li > Adding a linemarker to php route config (mamazu)</ li >
6+ < li > Provide pattern tests for Twig macro syntax (Daniel Espendiller)</ li >
7+ < li > Secure some long template filenames to be not indexed (Daniel Espendiller)</ li >
8+ < li > SymfonyWebpackUtil: migrate from "org.json.simple" to "com.google.gson" (Daniel Espendiller)</ li >
69</ ul >
710</ html >
Original file line number Diff line number Diff line change 11<idea-plugin url =" https://github.com/Haehnchen/idea-php-symfony2-plugin" >
22 <id >fr.adrienbrault.idea.symfony2plugin</id >
33 <name >Symfony Support</name >
4- <version >0.23.213 </version >
4+ <version >0.23.214 </version >
55 <vendor email =" daniel@espendiller.net" url =" http://espend.de?p=fr.adrienbrault.idea.symfony2plugin" >espend_de</vendor >
66
77 <description ><![CDATA[
You can’t perform that action at this time.
0 commit comments