Skip to content

Releases: silverstripe/silverstripe-spamprotection

3.2.1

19 Mar 09:57
Compare
Choose a tag to compare

What's Changed

  • FIX Allow fields without parents to be programatically created by @emteknetnz in #79

Full Changelog: 3.2.0...3.2.1

3.1.1

17 Mar 02:19
68d550b
Compare
Choose a tag to compare

What's Changed

  • FIX Allow fields without parents to be programmatically created by @emteknetnz in #79

Full Changelog: 3.1.0...3.1.1

3.0.3

02 Feb 01:12
3a8702b
Compare
Choose a tag to compare
  • Makes use of EditableFormField updateFormField (3Dgoo) - 857389c
  • MNT Use shared travis config, use sminnee/phpunit (Steve Boyd) - a20b215
  • Update travis (Steve Boyd) - 6ecccd2

3.0.2

17 Feb 00:43
dce36b8
Compare
Choose a tag to compare
  • Update to Xenial, expand build matrix (Garion Herman) - 5978c62
  • Update translations (Robbie Averill) - e024613

3.0.0

27 Feb 01:18
f69ee07
Compare
Choose a tag to compare
  • Mentioned new invisible Recaptcha option (Ingo Schommer) - f69ee07

3.0.0-beta1

20 Dec 02:24
059191d
Compare
Choose a tag to compare
3.0.0-beta1 Pre-release
Pre-release
  • ENHANCEMENT Check and make updates for SS4 compatability (Raissa North) - 38ee7a7
  • Remove Transifex configuration. Please commit directly to lang files. (Raissa North) - 68ba83d
  • Remove PHP 5.3 from Travis builds (Raissa North) - 4513998
  • FIX Ensure getIcon returns exposed resource URL for icon (Robbie Averill) - 47eef92
  • FIX Update for polymorphic relationship for UserDefinedForm and child Fields (Robbie Averill) - e38c6c3
  • FIX Vendorise module, update CI to include userforms (Robbie Averill) - 88b1b10
  • FIX convert CI bootstrap references to new their new locations in vendor (Dylan Wagstaff) - d09dbdd
  • DOCS Add namespaces to class references in readme, fix typos (Robbie Averill) - 779b155
  • FIX Typo in userforms form field class name (Robbie Averill) - 05fcdb6
  • FIX Missing syntax opening in readme, and tweaks for pre-emptive userforms compatibility (Robbie Averill) - 680411e
  • Add upgrader mapping file (Robbie Averill) - a1ea0df
  • FIX Add versioned to dev requirements (Robbie Averill) - cef1e24
  • Update usage examples in readme, minor fixes in travis configuration and gitattributes (Robbie Averill) - 37dde11
  • Add namespaces, separate test classes, add PSR-4 autoloader, update PSR-2 compliance (Robbie Averill) - c5f0827
  • Update Travis configuration to be standalone, add codecov.io, update license year (Robbie Averill) - a60f592
  • SilverStripe 4 and Namespacing (Simon Erkelens) - b757c3d
  • Add composer alias for 2.1.x-dev (Robbie Averill) - 27da2d6
  • Configurable fieldname (#56) (James Ellis) - ef3e6d4
  • Move userforms requirement to travis setup call (Robbie Averill) - 2af878f
  • Add PHP7 + SS3.6 build to Travis configuration (Robbie Averill) - 5aa1ca9

2.0.5

18 Aug 06:31
Compare
Choose a tag to compare
Update translations

2.0.4

18 May 23:56
Compare
Choose a tag to compare
  • Set Form for formField when validating
  • Update translations.

2.0.3

04 Feb 03:52
Compare
Choose a tag to compare
  • Fix validateField method on EditableSpamProtectionField to use correct error message
  • Converted to PSR-2
  • Added standard Scrutinizer config
  • Added standard code of conduct
  • Added standard editor config
  • Added standard Travis config
  • Added standard license
  • Added license to composer.json
  • Added standard git attributes

2.0.2

19 Nov 01:56
Compare
Choose a tag to compare
  • Changelog added.
  • Create sk.yml
  • Update translations
  • Add tests for php 5.6 and framework 3.2
  • Fix for compatibility with userforms 3.0