Skip to content

Commit ad86191

Browse files
committed
build 0.23.216
1 parent 883b5d8 commit ad86191

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Changelog
1818
* 0.10.x: PhpStorm 7 (no support)
1919
* 0.9.x: PhpStorm 6 (no support)
2020

21+
## 0.23.216
22+
* Fix api issues (Daniel Espendiller)
23+
2124
## 0.23.215
2225
* Provide incomplete "if" completion for Twig (Daniel Espendiller)
2326
* Provide incomplete "for" completion for Twig based on variable scope (Daniel Espendiller)
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<html>
22
<ul>
3-
<li>Provide incomplete "if" completion for Twig (Daniel Espendiller)</li>
4-
<li>Provide incomplete "for" completion for Twig based on variable scope (Daniel Espendiller)</li>
5-
<li>Provide incomplete tags / function completion for Twig (Daniel Espendiller)</li>
6-
<li>Add Twig "include" and "extends" lookup element weight sorting (Daniel Espendiller)</li>
7-
<li>Add Twig "extends" generator action (Daniel Espendiller)</li>
8-
<li>Add Twig block overwrite generator action (Daniel Espendiller)</li>
9-
<li>Reflect changes in instanceOf check for PhpClass (Daniel Espendiller)</li>
3+
<li>Fix api issues (Daniel Espendiller)</li>
104
</ul>
115
</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.215</version>
4+
<version>0.23.216</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)