mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
18 lines
655 B
Plaintext
18 lines
655 B
Plaintext
Userforms ChangeLog
|
|
|
|
0.1.0
|
|
- Initial release
|
|
|
|
0.2.0
|
|
- Abstracted templates and refactored code structure to reduce module footprint.
|
|
- Simplified Existing Code
|
|
- Rewrote Form Editor into jQuery
|
|
- Refactored Front End Form validation into jQuery
|
|
- Added Ability to subclass EditableFormField and update the CMS, allowing modules
|
|
to augment the built in user defined form controls
|
|
- Added Ability to define your own custom validation messages.
|
|
- Added Ability to Send Confirmation Emails to multiple people including submitter
|
|
- Added Pagination to the Submissions
|
|
- Added Ability to delete submissions
|
|
- Added Ability to disable submissions
|