MINOR: updated changelog to reflect 0.2 release

This commit is contained in:
Will Rossiter 2009-07-26 22:30:27 +00:00
parent 5da7a2d2a8
commit f3cc04a3d0
2 changed files with 15 additions and 2 deletions

View File

@ -1,4 +1,17 @@
Userforms ChangeLog
0.1.0
- Initial release
- 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

View File

@ -1,4 +1,4 @@
* Copyright (c) 2008, Silverstripe Ltd.
* Copyright (c) 2009, Silverstripe Ltd.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without