Skip to content

Commit 084c1ff

Browse files
committed
Prepare v0.2.28
1 parent 477d9ab commit 084c1ff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/main/resources/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 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.27</version>
4+
<version>0.2.28</version>
55
<vendor email="cedric@cedric-ziel.com" url="https://www.cedric-ziel.com">Cedric Ziel</vendor>
66

77
<description><![CDATA[
@@ -118,6 +118,11 @@ It is a great inspiration for possible solutions and parts of the code.</p>
118118
]]></description>
119119

120120
<change-notes><![CDATA[
121+
<h2>0.2.28</h2>
122+
<ul>
123+
<li>Refactor icon computations to use PsiReference</li>
124+
</ul>
125+
121126
<h2>0.2.27</h2>
122127
<ul>
123128
<li>Refactor table name completion to use PsiReference</li>

0 commit comments

Comments
 (0)