|
1 | 1 | <idea-plugin url="https://github.com/Haehnchen/idea-php-laravel-plugin">
|
2 | 2 | <id>de.espend.idea.laravel</id>
|
3 | 3 | <name>Laravel Plugin</name>
|
4 |
| - <version>0.14.2</version> |
| 4 | + <version>0.15</version> |
5 | 5 | < vendor email= "[email protected]" url= "http://espend.de">Daniel Espendiller</ vendor>
|
6 | 6 |
|
7 | 7 | <description><![CDATA[
|
|
47 | 47 |
|
48 | 48 | <change-notes><![CDATA[
|
49 | 49 |
|
| 50 | + <ul> |
| 51 | + <li>Fix typo in settings form @Luiz* <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/160</">#160</a></li> |
| 52 | + <li>Replace deprecated ScalarIndexExtension usages in indexing process</li> |
| 53 | + <li>Support Blade includeWhen, includeFirst for template references <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/164">#164</a> <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/152">#152</a> <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/158">#158</a> <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/142">#142</a></li> |
| 54 | + <li>Use new directory SLOT_DIRECTIVE and COMPONENT_DIRECTIVE for completion parameter pattern <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/167">#167</a></li> |
| 55 | + <li>Provide indexer for all Blade include directives and use some new Blade apis <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/165">#165</a></li> |
| 56 | + <li>Replace cost intensive template resolving on path visiting</li> |
| 57 | + <li>Convert Blade template file navigation to lazy target implementation</li> |
| 58 | + <li>Convert Blade template include navigation to lazy target implementation</li> |
| 59 | + <li>Config files matching refactored + tests added @Adel <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/169">#169</a> <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/166">#166</a></li> |
| 60 | + <li>Fix "component" and "slot" navigation</li> |
| 61 | + <li>Provide directory navigation for Blade template strings</li> |
| 62 | + <li>Fix performance issue for Blade linemarkers: targets must be attached to leaf elements <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/161">#161</a></li> |
| 63 | + <li>Provide references for assets <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/pull/170">#170</a></li> |
| 64 | + </ul> |
| 65 | +
|
50 | 66 | <br/>
|
51 | 67 | <a href="https://github.com/Haehnchen/idea-php-laravel-plugin/blob/master/CHANGELOG.md">see full changelog</a> | <a href="https://www.paypal.me/DanielEspendiller">Donate</a>
|
52 | 68 | ]]>
|
|
0 commit comments