Skip to content

Commit 5dfb9cc

Browse files
committed
Bump version to 1.5.2, add CHANGELOG entries for 1.5.0-2
1 parent 63b50aa commit 5dfb9cc

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
1.5.2 (2024-02-18)
2+
- Note: Only component changes, no plugin changes
3+
- Fix errors for PHP < 8
4+
5+
1.5.1 (2024-02-14)
6+
- Note: Only component changes, no plugin changes
7+
- Fix error in admin views discovered after release of 1.5.0
8+
9+
1.5.0 (2024-02-14)
10+
- Fix bugs (php 8.x issues, ACL options display)
11+
- IP address and subnet validation
12+
- Controls for overriding number of shown elements in lists
13+
- Joomla 5 compatibility
14+
- Hints to go to plugin settings on installation and in settings view
15+
116
1.4.5/6 (2023-05-15)
217
- Fix server errors in backend
318
- Fix deprecation warning in server type check

bfstop.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<license>GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html</license>
99
<authorEmail>bfstop@bfroehler.info</authorEmail>
1010
<authorUrl>https://github.com/codeling/bfstop</authorUrl>
11-
<version>1.5.0</version>
11+
<version>1.5.2</version>
1212
<files>
1313
<filename plugin="bfstop">bfstop.php</filename>
1414
<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.5.0
18+
version=1.5.2
1919

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

0 commit comments

Comments
 (0)