Releases: omines/antispam-bundle
Releases · omines/antispam-bundle
0.1.11
Dropped support for outdated Symfony and PHP versions, cleaned up tons of code preparing for 1.0 release.
Technically this is 1.0.rc1 but nobody installs release candidates and the testing feedback is welcome.
What's Changed
- Update codecov/codecov-action action to v5 by @renovate in #32
- Migrate renovate config by @renovate in #36
Full Changelog: 0.1.10...0.1.11
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