Skip to content

Releases: crowdsecurity/cs-wordpress-bouncer

1.10.0

01 Dec 01:38
31a4d9b
Compare
Choose a tag to compare

Compare with previous release

Changed

  • Modify ban and captcha walls templating for W3C validity
  • Do not use cache tags for memcached as it is discouraged
  • Replace unauthorized chars by underscore _ in cache keys

Added

  • Add tests for WordPress 6.1

1.9.0

15 Sep 05:43
Compare
Choose a tag to compare

Compare with previous release

Added

  • Add TLS authentication feature

Fixed

  • Fix false negative connection test from admin when trust_ip_forward_array setting is not in database

1.8.1

18 Aug 01:42
5184aec
Compare
Choose a tag to compare

Fixed

  • Set missing default values in settings

1.8.0

04 Aug 02:21
Compare
Choose a tag to compare

Added

  • Add use_curl configuration: should be used if allow_url_fopen is disabled and curl is available
  • Add disable_prod_log configuration

Changed

  • Change log path to wp-content/plugins/crowdsec/logs
  • By default, the bouncing_level setting is bouncing_disabled (instead of normal_bouncing)

1.7.0

21 Jul 02:39
5b95390
Compare
Choose a tag to compare

Added

  • Add geolocation feature

Changed

  • Do not throw exception if empty api url as it is the default after a fresh install and activation
  • Changed default value for some boolean value as WordPress config are always string

1.6.0

30 Jun 04:12
8338134
Compare
Choose a tag to compare

Added

  • Add "Test bouncing" action in settings view

1.5.1

24 Jun 04:35
Compare
Choose a tag to compare

Added

  • Add tests for WordPress 6.0

1.5.0

09 Jun 02:26
111a0cf
Compare
Choose a tag to compare

Added

  • Add configuration to set captcha flow cache lifetime

Changed

  • Use cache instead of session to store some captcha flow values

Fixed

  • Fix wrong deleted decisions count during cache refresh

1.4.3

13 May 12:49
5cd0c64
Compare
Choose a tag to compare

Fixed

  • Do not bounce if headers are already sent

1.4.2

13 May 07:29
Compare
Choose a tag to compare

Added

  • Add WordPress debug log if bouncer logger is not ready