Skip to content

Commit e7412ea

Browse files
committed
Prepare v0.1.4
1 parent cf2feb9 commit e7412ea

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

META-INF/plugin.xml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin version="2">
22
<id>com.cedricziel.idea.typo3</id>
33
<name>TYPO3 CMS Plugin</name>
4-
<version>0.1.3</version>
4+
<version>0.1.4</version>
55
<vendor email="cedric@cedric-ziel.com" url="https://www.cedric-ziel.com">Cedric Ziel</vendor>
66

77
<description><![CDATA[
@@ -51,6 +51,16 @@
5151
<li>line marker to allow quick navigation to the route definition</li>
5252
</ul>
5353
54+
<h3>Code inspections</h3>
55+
56+
<br/>
57+
58+
<ul>
59+
<li>Extbase property injection (@inject) performance inspection</li>
60+
</ul>
61+
62+
<br/>
63+
5464
<h2>Credits</h2>
5565
<p>Thank you to <a href="https://github.com/Haehnchen">Daniel Espendiller</a> and <a href="https://github.com/adrienbrault">Adrien Brault</a>
5666
for providing their <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin">Symfony2 Plugin</a> in the first place.
@@ -66,6 +76,13 @@ It is a great inspiration for possible solutions and parts of the code.</p>
6676

6777
<change-notes><![CDATA[
6878
79+
<h2>0.1.4</h2>
80+
<ul>
81+
<li>Annotator for both valid and invalid route references to make them distinguishable from normal strings</li>
82+
<li>LineMarkerProvider to allow quick navigation to the route definition</li>
83+
<li>Extbase property injection (@inject) performance inspection</li>
84+
</ul>
85+
6986
<h2>0.1.3</h2>
7087
<ul>
7188
<li>Added route name completion for BackendUtility::getAjaxUrl()</li>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ On PhpStorm or IntelliJ:
2424
* CompletionContributor for `UriBuilder::buildUriFromRoute` and `BackendUtility::getAjaxUrl`
2525
* Annotator for both valid and invalid route references to make them distinguishable from normal strings
2626
* LineMarkerProvider to allow quick navigation to the route definition
27+
* Inspection: Extbase `@inject` property injection
2728

2829
## Credits
2930

0 commit comments

Comments
 (0)