Skip to content

Commit 37abf2b

Browse files
committed
Bump version to 1.4.6
1 parent 746d414 commit 37abf2b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
1.4.5 (2023-05-15)
1+
1.4.5/6 (2023-05-15)
2+
- Fix server errors in backend
23
- Fix deprecation warning in server type check
4+
- Remove copyright header dates
35

46
1.4.4 (2021-07-26)
57
- No changes to bfstop plugin, just keeping plugin at same version as component

bfstop.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<homepage>https://github.com/codeling/bfstop</homepage>
1010
<authorEmail>bfstop@bfroehler.info</authorEmail>
1111
<authorUrl>https://github.com/codeling/bfstop</authorUrl>
12-
<version>1.4.5</version>
12+
<version>1.4.6</version>
1313
<files>
1414
<filename plugin="bfstop">bfstop.php</filename>
1515
<filename>index.html</filename>

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ langfiles="language"
1515
docs="CHANGELOG LICENSE.txt README"
1616
plgtype="system"
1717
langs="de-DE en-GB"
18-
version=1.4.5
18+
version=1.4.6
1919

2020
if [ "$1" == "zip" ]
2121
then

0 commit comments

Comments
 (0)