Skip to content

Commit 5f96247

Browse files
committed
build 0.23.214
1 parent c3eee5e commit 5f96247

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
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>

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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[

0 commit comments

Comments
 (0)