Skip to content

Commit 56187b9

Browse files
committed
chore: release v1.3.4
1 parent aa05507 commit 56187b9

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v1.3.4
2+
* fix deprecations and replace travis with github workflows (#38)
3+
14
# v1.3.3
25
* resolve constructor properly if the class itself does now own a constructor (#35)
36

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
releaseVersion = 1.3.3
1+
releaseVersion = 1.3.4
22
ideaVersion = 202.8194.7
33
phpPluginVersion = 202.8194.11

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
<change-notes><![CDATA[
1111
<dl>
12+
<dt>1.3.4</dt>
13+
<dd>fix deprecations and replace travis with github workflows (#38)</dd>
1214
<dt>1.3.3</dt>
1315
<dd>resolve constructor properly if the class itself does now own a constructor (#35)</dd>
1416
<dt>1.3.2</dt>

0 commit comments

Comments
 (0)