New release of collective.easyform 2.0.0b7

EasyForm has been in 2.0-beta state for eons...I guess technically we shouldn't be adding new features to it in beta state OOPS

Changelog
2.0.0b7 (2018-09-01)

    Add option to attach form data in XML format to email [nngu6036]
    add some mailer adapter documentation, add required package version pins [tkimnguyen]

2.0.0b6 (2018-08-20)

    Bug fixes:
    update some old documentation, add documentation for @@get_save_data_adapters view [tkimnguyen]

New features:

    add @@get_save_data_adapters view [tkimnguyen]

2.0.0b5 (2018-06-22)

Bug fixes:

    Fix display of items in fieldset on thanks page [tomgross]

2.0.0b4 (2018-05-17)

New features:

    Add support for hidden fields [tomgross]

Bug fixes:

    Fix filtering regression introduced with 2.0.0b3 [tomgross]

2.0.0b3 (2018-05-08)

New features:

    Add browserlayer. [jensens]
    Enhance file validation view with type check [tomgross]
    Basque translation [erral]
    Update italian translations. [arsenico13]
    Allow default fields, actions & mailtemplate in DB [tomgross]
    New mailer adapter checkbox to send CSV data attachment [tkimnguyen]

Bug fixes:

    Do not override configured widgets with default widgets in thank-you-page. This fixes #111. Includes code cleanup. [jensens]
    Hide profiles not used for regular install. [jensens]
    Remove ProtectedEmail and ProtectedTextLine as addable fields https://github.com/collective/collective.easyform/issues/94 [fgrcon]
    Support showAll and includeEmpties also for the thanks page. [thet]
    Register the recaptcha validator more specifically, so that it overrides the default easyform validator. Fixes an issue where plone.formwidget.recaptcha had no effect when used. [thet]
    Fix broken access to saved data due to acquisition problems if action is called ‘data’. Fixes: #87. [sverbois]
    Fix action URLs to savedata, export, import [tomgross]
    Fix display of values in mailer template #76 [tomgross]

2.0.0b2 (2017-08-31)

Bug fixes:

    Update italian translations. [arsenico13]
    Added Products.validation dependency to make it work for archetypes-free sites. [agitator]
    In the schema editor for fields, Fix the URL to ACE library according to the modeleditor in plone.app.dexterity. [thet]
    Fix saver action with non ASCII filename uploads #77 [tomgross]
    In the schema editor for fields, Fix the URL to ACE library according to the modeleditor in plone.app.dexterity. [thet]

2.0.0b1 (2017-06-14)

New features:

    Add filesize upload validator [tomgross]

Bug fixes:

    Take over signature linebreaks to HTML email [tomgross]
    Allow multi-select fields as subject field https://github.com/collective/collective.easyform/issues/71 [tomgross]
    Update german translations. [tomgross, jensens]
    Keep line breaks for body_pre, body_post and body_footer field. Changed field type to RichText with TextAreaWidget and default_mime_type=’text/x-web-intelligent’. Updated default mailer template. [agitator]
    Use site email address as default recipient address also for Plone 5. [tmassman]
    Update README [svx]
    Allow emails (CC, BCC) separated by ‘;’ and newlines https://github.com/collective/collective.easyform/issues/49 [tomgross]
    Allow managment of fields enabled for c.easyform in controlpanel [karalics]

2.0.0a2 (2016-10-14)

New:

    Rename api.get_fields to api.get_schema [jensens, agitator]

Fixes:

    Fix field order [jensens, agitator]

2.0.0a1 (2016-10-13)

New:

    Update for Plone 5, no longer support Plone 4.x [agitator]

Fixes:

    Fix: Overhaul TravisCI setup to really use caches. Use bobtemplates.plone travis setup as best practice. [jensens]
    Don’t show the reset button after form submission at the summary page. [thet]
    Housekeeping: isort, zca decorators, autopep8 and major manual cleanup. Includes structural cleanup and [jensens, agitator]