silverstripe-userforms/changelog.md

35 lines
924 B
Markdown
Raw Normal View History

2015-09-10 22:40:44 +02:00
# Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [3.0.0]
2015-11-19 02:46:50 +01:00
* Changelog added.
2015-09-18 05:12:40 +02:00
## [3.0.1]
* Made userforms a supported module
* Fix code coverage
* Update documentation to include requirements
* Fix DisplayRule versioning
* Fix duplication of forms with groups
2015-09-21 00:17:27 +02:00
## [3.0.2]
* Fix Casting to integer to prevent potential SQL injection.
2015-11-19 02:46:50 +01:00
## [3.1.0]
* Add 3.0.3 changelog
* Update translations
* BUG Prevent subsequent write being triggered in onAfterWrite()
* MINOR: Fix for styling of step navigation
* MINOR: New email object for each recipient
* removed isCheckboxGroup check and replace
* Remove '[' and ']' from jQuery selector for checkbox groups
* ENHANCEMENT: Add 'HideLabel' field for EditableLiteralField objects
* adding some spaces for better readability
* Making requirements clearer
* Add 3.0.2 changelog