Releases: crowdsecurity/cs-wordpress-bouncer
Releases · crowdsecurity/cs-wordpress-bouncer
2.0.0
Changed
- All source code has been refactored using new CrowdSec PHP librairies:
- Logs messages have been changed
- User Agent sent to CrowdSec LAPI has been changed to
csphplapi_WordPress/vX.Y.Z
Removed
- Remove
Geolocation save resultsetting. To disable Geolocation result saving, we can set 0 in theGeolocation cache lifetimesetting
1.11.0
1.10.0
Changed
- Modify ban and captcha walls templating for W3C validity
- Do not use cache tags for
memcachedas it is discouraged - Replace unauthorized chars by underscore
_in cache keys
Added
- Add tests for WordPress 6.1
1.9.0
Added
- Add TLS authentication feature
Fixed
- Fix false negative connection test from admin when
trust_ip_forward_arraysetting is not in database
1.8.1
Fixed
- Set missing default values in settings
1.8.0
Added
- Add
use_curlconfiguration: should be used ifallow_url_fopenis disabled andcurlis available - Add
disable_prod_logconfiguration
Changed
- Change log path to
wp-content/plugins/crowdsec/logs - By default, the
bouncing_levelsetting isbouncing_disabled(instead ofnormal_bouncing)
1.7.0
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
Added
- Add "Test bouncing" action in settings view
1.5.1
Added
- Add tests for WordPress 6.0
1.5.0
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