Skip to content

Commit 6171f86

Browse files
committed
Bump version to 1.4.4
1 parent 34ebbbe commit 6171f86

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.4.4 (2021-07-26)
2+
- No changes to bfstop plugin, just keeping plugin at same version as component
3+
14
1.4.3 (2021-04-28)
25
- Fix allowlist name in SQL (un)install script + update to fix situation for everyone
36

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.3</version>
12+
<version>1.4.4</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.3
18+
version=1.4.4
1919

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

0 commit comments

Comments
 (0)