Releases: silverstripe/silverstripe-spamprotection
Releases · silverstripe/silverstripe-spamprotection
3.2.1
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
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
3.0.2
3.0.0
3.0.0-beta1
- 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
Update translations
2.0.4
- Set Form for formField when validating
- Update translations.
2.0.3
- 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
- Changelog added.
- Create sk.yml
- Update translations
- Add tests for php 5.6 and framework 3.2
- Fix for compatibility with userforms 3.0