Skip to content

Releases: codeling/bfstop

BFStop 1.5.2

18 Feb 20:55
1.5.2
5dfb9cc
Compare
Choose a tag to compare

Fixes errors for PHP < 8.

Note: Only component changes, no plugin changes!

BFStop 1.5.1

14 Feb 23:39
63b50aa
Compare
Choose a tag to compare

New in 1.5.1:

  • Last-minute fix to a problem in the component part (missing use ...Router in plugin check)
  • for other changes since 1.4.6 see v1.5.0

BFStop 1.5.0

14 Feb 23:06
1.5.0
63b50aa
Compare
Choose a tag to compare

New in version 1.5.0:

  • Fix bugs (php 8.x issues, ACL options display)
  • IP address and subnet validation
  • Controls for overriding number of shown elements in lists
  • Joomla 5 compatibility
  • Hints to go to plugin settings on installation and in settings view

Checksum (SHA512):
23a3cc69d8ba50039e15ea56cae81f556ef5b3426b4e55a8d4d5a7382840b53120de2c8a26311a5f63fb95ca3efc0a23f9c86058e8c19f4d1f2c6cd97a0021f1

Full Changelog:

BFStop 1.4.6

14 May 23:00
Compare
Choose a tag to compare

Bugfix release:

  • Server errors in component when unblocking / editing lists (#191, #194)
  • Fix filter deprecation warning in plugin

NOTE version 1.4.5 has been pulled from being released due to it causing server errors in the backend.

Checksum (SHA-512):
35d76966826539fdcb5a0e18af1b362bc534ac86f94d139c37388fef5f25fe9470db54dddc2498ebd939a12f7f264eacf0ae44a646656edbe3582544d098367a pkg_bfstop-1.4.6.zip

BFStop 1.4.4

26 Jul 21:22
Compare
Choose a tag to compare

Minor bugfix release; fixes #181 / #182 / #183.

BFStop 1.4.3

28 Apr 07:52
Compare
Choose a tag to compare

Bugfix release:

  • Fix test notification on settings page (fixes #179)
  • Fix "call to a member function..." error message on BFStop Options (fixes #178)
  • allowlist: Fix table name in (un)install scripts, add update script to ensure correct name for all installations
  • Avoid warnings if no log entries exist

See the according milestone for the list of issues that this release addresses.

BFStop 1.4.2

20 Apr 19:16
Compare
Choose a tag to compare

What's new in this release:

  • Joomla 4 Compatibility
  • Language: Whitelist -> Allow list (en/de)
  • Component:
    • Default sort order descending by date
    • Warn if plugin is not enabled
  • Plugin:
    • Less verbose log output where unnecessary
    • Fix problems with usernames > 25 characters

Note that this release introduces one minor backwards incompatibility. Due to #131, the check interval and the block duration are now two separate settings. See also the features wiki entry.

See milestone 1.4.2 for a more complete list of closed issues.

BFStop 1.4.1

01 Feb 00:28
Compare
Choose a tag to compare

Minor release fixing JED checker errors

BFStop 1.4.0

31 Jan 23:55
Compare
Choose a tag to compare

New in version 1.4.0:

  • Blocking via .htaccess
  • New method for determining client IP to support load balancers / proxies
  • IPv6 fixes (IPv6 subnet masks not yet supported)
  • mysql compatibility
  • php 7 compatibility

BFStop 1.3.0

23 Mar 21:20
Compare
Choose a tag to compare
  • Inclusion guard fixes