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 aa05507 commit 56187b9Copy full SHA for 56187b9
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# v1.3.4
2
+* fix deprecations and replace travis with github workflows (#38)
3
+
4
# v1.3.3
5
* resolve constructor properly if the class itself does now own a constructor (#35)
6
gradle.properties
@@ -1,3 +1,3 @@
-releaseVersion = 1.3.3
+releaseVersion = 1.3.4
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.4</dt>
13
+ <dd>fix deprecations and replace travis with github workflows (#38)</dd>
14
<dt>1.3.3</dt>
15
<dd>resolve constructor properly if the class itself does now own a constructor (#35)</dd>
16
<dt>1.3.2</dt>
0 commit comments