Skip to content

Commit e6f6fa7

Browse files
authored
Merge pull request #28 from cedricziel/prepare-0-1-7
Prepare 0.1.7
2 parents 888face + 910557b commit e6f6fa7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

META-INF/plugin.xml

Lines changed: 6 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.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>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)