Skip to content

Commit e076431

Browse files
committed
build 0.19.184
1 parent 0354a00 commit e076431

File tree

4 files changed

+7
-71
lines changed

4 files changed

+7
-71
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Changelog
22
=========
33

44
# Version names
5-
* 0.18.x: PhpStorm 2019.1+
5+
* 0.19.x: PhpStorm 2019.2+
6+
* 0.18.x: PhpStorm 2019.1+ (no support)
67
* 0.17.x: PhpStorm 2018.2+ (no support)
78
* 0.16.x: PhpStorm 2017.3.2+ (no support)
89
* 0.15.x: PhpStorm 2017.2+ (no support)
@@ -13,6 +14,9 @@ Changelog
1314
* 0.10.x: PhpStorm 7 (no support)
1415
* 0.9.x: PhpStorm 6 (no support)
1516

17+
## 0.19.184
18+
* Provide extension for twig include and extends usage (Daniel Espendiller)
19+
1620
## 0.18.183
1721
* Add linemarker icon for navigate to "extends" tag of the given Twig [#1376](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1376) (Daniel Espendiller)
1822
* Optimize Twig "extends" tag indexing performance [#1374](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1374) (Daniel Espendiller)

src/main/java/fr/adrienbrault/idea/symfony2plugin/ShopwareTemplateUsage.java

Lines changed: 0 additions & 67 deletions
This file was deleted.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<html>
22
<ul>
3-
<li>Add linemarker icon for navigate to "extends" tag of the given Twig <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1376">#1376</a> (Daniel Espendiller)</li>
4-
<li>Optimize Twig "extends" tag indexing performance <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1374">#1374</a> (Daniel Espendiller)</li>
3+
<li>Provide extension for twig include and extends usage (Daniel Espendiller)</li>
54
</ul>
65
</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.18.183</version>
4+
<version>0.19.184</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)