File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ intellij {
3232}
3333
3434group ' com.cedricziel'
35- version ' 0.2.13 '
35+ version ' 0.2.14 '
3636
3737apply plugin : ' de.undercouch.download'
3838task downloadPsiViewerPlugin () {
Original file line number Diff line number Diff line change 11<idea-plugin url =" https://github.com/cedricziel/idea-php-typo3-plugin" >
22 <id >com.cedricziel.idea.typo3</id >
33 <name >TYPO3 CMS Plugin</name >
4- <version >0.2.13 </version >
4+ <version >0.2.14 </version >
55 <vendor email =" cedric@cedric-ziel.com" url =" https://www.cedric-ziel.com" >Cedric Ziel</vendor >
66
77 <description ><![CDATA[
8484
8585<ul>
8686 <li>Extbase property injection (@inject) performance inspection</li>
87- <li>TCA renderTypes</li>
88- <li>TCA column types</li>
87+ <li>TCA renderTypes (+ inspections) </li>
88+ <li>TCA column types (+ inspections) </li>
8989</ul>
9090
9191<br/>
@@ -114,6 +114,11 @@ It is a great inspiration for possible solutions and parts of the code.</p>
114114 ]]> </description >
115115
116116 <change-notes ><![CDATA[
117+ <h2>0.2.14</h2>
118+ <ul>
119+ <li>Inspection for quantity based TCA properties</li>
120+ </ul>
121+
117122<h2>0.2.10</h2>
118123<ul>
119124 <li>Autocompletion for TCA renderTypes</li>
You can’t perform that action at this time.
0 commit comments