diff --git a/ChangeLog b/ChangeLog index 3d821d0..a320c8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/LICENSE b/LICENSE index e6bcfb1..fbdddd0 100644 --- a/LICENSE +++ b/LICENSE @@ -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