Releases: omines/antispam-bundle
Releases · omines/antispam-bundle
0.1.10
0.1.9
Cater for more exotic PCRE versions.
Full Changelog: 0.1.8...0.1.9
0.1.8
0.1.7
Maintenance release, upgrade PHPunit, Infection, freeform BannedScript constructor.
Full Changelog: 0.1.6...0.1.7
0.1.6
0.1.5
Added
- 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)
Changed
- Submit Timer now uses millisecond precision and configuration (#13)
Diff: 0.1.4...0.1.5
0.1.4
Added
- Implement ResetInterface for proper adaptation to long running servers (#10)
- Implement basic quarantine functionality
- Add PSR-compliant application logging
- Add basic antispam::stats command
Fixed
- Stealth behavior in embedded forms should now be correct
Diff: 0.1.3...0.1.4
0.1.3
Added
- 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
Changed
- Stealth/passive/enabled flags should make more sense now (#4)
Diff: 0.1.2...0.1.3
0.1.2
Added
- Add AntiSpamEvents::VALIDATOR_VIOLATION event allowing inspection or cancellation of
spam-related violations - Implement passive mode on validators: will still detect, not fail
Changed
Diff: 0.1.1...0.1.2
0.1.1
Quickfix for form elements all becoming TextType instead of specialized types.
Diff: 0.1.0...0.1.1