Skip to content

Latest commit

 

History

History
134 lines (107 loc) · 2.99 KB

File metadata and controls

134 lines (107 loc) · 2.99 KB

v1.2.1

02/11/2015

    • Allow placeholder for select field
    • Use common language strings in blueprints
    • Use for attribute in labels
    • Improved README.md
    • Code lint
    • Moved nl2br to correct place or will break for arrays

v1.2.0

01/06/2015

    • Correctly merge the file field configuration
    • restore full file information save

v1.1.0

12/18/2015

    • Croatian translation
    • Added id, style, and disabled options to select fields
    • Allow adding form labels and help text as lang strings
    • Allow translating field content
    • Allow translating button and checkbox labels
    • Allow adding classes to the form field container with field.outerclasses
    • Updated French translation
    • Fixed error message on file upload
    • Fixed overriding defaults for the file type in forms

v1.0.3

12/11/2015

    • Updated languages
    • Allow an action to stop processing
    • Fix captcha validation
    • Fix issue where Form was unsetting valid page

v1.0.2

12/01/2015

    • Fixed merge of defaults settings
    • Support for arrays in data.txt.twig
    • Fixed blueprint for admin

v1.0.1

12/01/2015

    • New file upload field
    • Added modular form template
    • Spanish translation
    • Hungarian translation
    • Italian translation

v1.0.0

11/21/2015

    • Server-side validation of forms #11
    • Added french translation
    • Added nonce form security
    • Show a more meaningful error when the display page is not found
    • Added links to learn site for form examples
    • Label can be omitted
    • Allow user to set the CSS class for buttons
    • Fixed multi-language forms
    • Checkbox is translatable
    • Minor fixes

v0.6.0

10/21/2015

    • Fixed for missing attributes in textarea field
    • Fixed checkbox inputs

v0.5.0

10/15/2015

    • New operation param to allow different file saving strategies
    • Ability to add new file saving strategies
    • Now calls a process() method during form processing
    • Added server-side captcha validation and removed front-end validation
    • Allow filename instead of prefix, format + extension
    • Fixed radio inputs

v0.4.0

9/16/2015

    • PHP server-side form validation
    • Added new Google Catpcha field with front-end validation
    • 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

    • Refactored all the forms fields

v0.2.1

08/24/2015

    • Translated tooltips

v0.2.0

08/11/2015

    • Disable enable in admin

v0.1.0

08/04/2015

    • ChangeLog started...