10000 build 0.18.183 · SylApps/idea-php-symfony2-plugin@33a8f8d · GitHub
[go: up one dir, main page]

Skip to content

Commit 33a8f8d

Browse files
committed
build 0.18.183
1 parent 5bd8dc0 commit 33a8f8d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Changelog
1313
* 0.10.x: PhpStorm 7 (no support)
1414
* 0.9.x: PhpStorm 6 (no support)
1515

16+
## 0.18.183
17+
* 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)
18+
* Optimize Twig "extends" tag indexing performance [#1374](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1374) (Daniel Espendiller)
19+
1620
## 0.18.182
1721
* Remove custom related template search for controller and migrate to indexer visitor [#1370](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1370) (Daniel Espendiller)
1822
* Provide template guesser for @Template with default property is empty [#1368](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1368) (Daniel Espendiller)
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<html>
22
<ul>
3-
<li>Remove custom related template search for controller and migrate to indexer visitor <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1370">#1370</a> (Daniel Espendiller)</li>
4-
<li>Provide template guesser for @Template with default property is empty <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1368">#1368</a> (Daniel Espendiller)</li>
5-
<li>Added path for default debug container in Symfony 4 <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1367">#1367</a> (Artem Oliynyk)</li>
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>
65
</ul>
76
</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.182</version>
4+
<version>0.18.183</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de">Daniel Espendiller</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)
0