We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477d9ab commit 084c1ffCopy full SHA for 084c1ff
src/main/resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
1
<idea-plugin url="https://github.com/cedricziel/idea-php-typo3-plugin">
2
<id>com.cedricziel.idea.typo3</id>
3
<name>TYPO3 CMS Plugin</name>
4
- <version>0.2.27</version>
+ <version>0.2.28</version>
5
<vendor email="cedric@cedric-ziel.com" url="https://www.cedric-ziel.com">Cedric Ziel</vendor>
6
7
<description><![CDATA[
@@ -118,6 +118,11 @@ It is a great inspiration for possible solutions and parts of the code.</p>
118
]]></description>
119
120
<change-notes><![CDATA[
121
+<h2>0.2.28</h2>
122
+<ul>
123
+ <li>Refactor icon computations to use PsiReference</li>
124
+</ul>
125
+
126
<h2>0.2.27</h2>
127
<ul>
128
<li>Refactor table name completion to use PsiReference</li>
0 commit comments