Skip to content

Commit 359b201

Browse files
authored
Merge pull request #64 from cedricziel/catch-dumb-index
Bump version to 0.2.15
2 parents b5dec3c + c7d7d09 commit 359b201

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ intellij {
3232
}
3333

3434
group 'com.cedricziel'
35-
version '0.2.14'
35+
version '0.2.15'
3636

3737
apply plugin: 'de.undercouch.download'
3838
task downloadPsiViewerPlugin() {

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

77
<description><![CDATA[
@@ -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.15</h2>
118+
<ul>
119+
<li>Fix error when creating a new project</li>
120+
</ul>
121+
117122
<h2>0.2.14</h2>
118123
<ul>
119124
<li>Inspection for quantity based TCA properties</li>

0 commit comments

Comments
 (0)