All notable changes to omines\antispam-bundle
will be documented in this file.
This project adheres to Semantic Versioning.
0.1.8 - 2024-06-18
Add German translations and sanity check on installed PCRE version.
0.1.7 - 2024-05-27
Maintenance release, upgrade PHPunit, Infection, freeform BannedScript constructor.
0.1.6 - 2023-11-27
- Update French Translation antispam+intl-icu.fr.yaml (#15) (@celinora)
- French translation had invalid YAML
0.1.5 - 2023-11-24
- New
FORM_PROCESSED
event allows processing ham as well as spam - New
quarantine.only_spam
configuration enables also storing ham in quarantine - Add French translation (#14) (@Huluti)
- Submit Timer now uses millisecond precision and configuration (#13)
0.1.4 - 2023-11-17
- Implement ResetInterface for proper adaptation to long running servers (#10)
- Implement basic quarantine functionality
- Add PSR-compliant application logging
- Add basic
antispam::stats
console command
- Stealth behavior in embedded forms should now be correct
0.1.3 - 2023-11-15
- All caught spam is now put into a quarantine folder
- Bundle can now be enabled/disabled globally for forms
- Accessors added for last test result for extension purposes
- Stealth/passive/enabled flags should make more sense now (#4)
0.1.2 - 2023-11-10
- Add AntiSpamEvents::VALIDATOR_VIOLATION event allowing inspection or cancellation of spam-related violations
- Implement passive mode on validators: will still detect, not fail
- Adjust default timer field to something generic (#6) (@kbond)
0.1.1 - 2023-11-10
- Quickfix for form elements all becoming TextType instead of specialized types.
First public release.