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 b53d5ce commit 865b5f8Copy full SHA for 865b5f8
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# v1.3.5
2
+* fix: Intellij gradle plugin update (#66)
3
+
4
# v1.3.4
5
* fix deprecations and replace travis with github workflows (#38)
6
gradle.properties
@@ -1,3 +1,3 @@
-releaseVersion = 1.3.4
+releaseVersion = 1.3.5
ideaVersion = 202.8194.7
phpPluginVersion = 202.8194.11
src/main/resources/META-INF/plugin.xml
@@ -9,6 +9,8 @@
9
10
<change-notes><![CDATA[
11
<dl>
12
+ <dt>1.3.5</dt>
13
+ <dd>fix IntelliJ gradle plugin update (#66)</dd>
14
<dt>1.3.4</dt>
15
<dd>fix deprecations and replace travis with github workflows (#38)</dd>
16
<dt>1.3.3</dt>
@@ -77,4 +79,4 @@
77
79
78
80
<actions>
81
</actions>
-</idea-plugin>
82
+</idea-plugin>
0 commit comments