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 f194bc6 commit 87f4e78Copy full SHA for 87f4e78
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.2</version>
+ <version>0.2.3</version>
5
<vendor email="cedric@cedric-ziel.com" url="https://www.cedric-ziel.com">Cedric Ziel</vendor>
6
7
<description><![CDATA[
@@ -103,6 +103,11 @@ It is a great inspiration for possible solutions and parts of the code.</p>
103
104
<change-notes><![CDATA[
105
106
+<h2>0.2.3</h2>
107
+<ul>
108
+ <li>Fix faulty error highlighting for route parameters (#50)</li>
109
+</ul>
110
+
111
<h2>0.2.2</h2>
112
<ul>
113
<li>Add completion contributor for tables defined in ext_tables.sql files</li>
0 commit comments