File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11<idea-plugin version =" 2" >
22 <id >com.cedricziel.idea.typo3</id >
33 <name >TYPO3 CMS Plugin</name >
4- <version >0.1.6 </version >
4+ <version >0.1.7 </version >
55 <vendor email =" cedric@cedric-ziel.com" url =" https://www.cedric-ziel.com" >Cedric Ziel</vendor >
66
77 <description ><![CDATA[
@@ -90,6 +90,11 @@ It is a great inspiration for possible solutions and parts of the code.</p>
9090
9191 <change-notes ><![CDATA[
9292
93+ <h2>0.1.7</h2>
94+ <ul>
95+ <li>QuickFix for Extbase property injection</li>
96+ </ul>
97+
9398<h2>0.1.6</h2>
9499<ul>
95100 <li>New icon for icon type objects</li>
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ On PhpStorm or IntelliJ:
2626* Annotator for both valid and invalid route references to make them distinguishable from normal strings
2727* Annotator for both valid and invalid icon references to core-defined icons
2828* LineMarkerProvider to allow quick navigation to the route definition
29- * Inspection: Extbase ` @inject ` property injection
29+ * Inspection: Extbase ` @inject ` property injection + QuickFix
3030
3131## Credits
3232
You can’t perform that action at this time.
0 commit comments