Files
grav-ouidade.com/user/plugins/form/CHANGELOG.md
T

56 lines
1.1 KiB
Markdown

# v0.6.0
## 10/21/2015
1. [](#improved)
* Added links to learn site for form examples
1. [](#bugfix)
* Fixed for missing attributes in textarea field
* Fixed checkbox inputs
# v0.5.0
## 10/15/2015
1. [](#new)
* New `operation` param to allow different file saving strategies
* Ability to add new file saving strategies
* Now calls a `process()` method during form processing
1. [](#improved)
* Added server-side captcha validation and removed front-end validation
* Allow `filename` instead of `prefix`, `format` + `extension`
1. [](#bugfix)
* Fixed radio inputs
# v0.4.0
## 9/16/2015
1. [](#new)
* PHP server-side form validation
* Added new Google Catpcha field with front-end validation
1. [](#improved)
* Add defaults for forms, moved from the themes to the Form plugin
* Store multi-line fields with line endings converted to HTML
# v0.3.0
## 9/11/2015
1. [](#improved)
* Refactored all the forms fields
# v0.2.1
## 08/24/2015
1. [](#improved)
* Translated tooltips
# v0.2.0
## 08/11/2015
1. [](#improved)
* Disable `enable` in admin
# v0.1.0
## 08/04/2015
1. [](#new)
* ChangeLog started...