Skip to content

Releases: omines/antispam-bundle

0.1.10

20 Dec 16:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.9...0.1.10

0.1.9

05 Aug 15:20
Compare
Choose a tag to compare

Cater for more exotic PCRE versions.

Full Changelog: 0.1.8...0.1.9

0.1.8

18 Jun 11:36
Compare
Choose a tag to compare

What's Changed

  • Update dependency infection/infection to ^0.29.0 by @renovate in #27
  • Add German translation by @core23 in #28

New Contributors

Full Changelog: 0.1.7...0.1.8

0.1.7

27 May 11:48
Compare
Choose a tag to compare

Maintenance release, upgrade PHPunit, Infection, freeform BannedScript constructor.

Full Changelog: 0.1.6...0.1.7

0.1.6

27 Nov 09:37
628493d
Compare
Choose a tag to compare

Changed

  • Update French Translation antispam+intl-icu.fr.yaml (#15) (@celinora)

Fixed

  • French translation had invalid YAML

Diff: 0.1.5...0.1.6

0.1.5

24 Nov 20:26
Compare
Choose a tag to compare

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

17 Nov 12:01
Compare
Choose a tag to compare

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

15 Nov 22:52
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

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

10 Nov 22:07
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

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

  • Adjust default timer field to something generic (#6) (@kbond)

Diff: 0.1.1...0.1.2

0.1.1

10 Nov 12:22
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Quickfix for form elements all becoming TextType instead of specialized types.

Diff: 0.1.0...0.1.1