Skip to content

v6.0.3

Choose a tag to compare

@EvanHerman EvanHerman released this 30 Oct 00:22
· 1034 commits to master since this release
  • Add filter to allow altering field descriptions. yikes_mailchimp_frontend_content
  • Resolve error thrown when no default is set for checkbox inerest groups.
  • Alter old knowledge base URLs to new KB URL.
  • Confirm each MailChimp form field type 'Hide Field' works as expected.
  • Added a bit of spacing between checkbox/radio button default options.
  • Added new class yikes-mailchimp-form-class to allow for additional classes to be added to the <form> element.
  • Implemented a fix for required MailChimp interest group checkbox type. (ajax = js validation/non-ajax = php).
  • Appended form IDs to input field ID parameter. The new form IDs now prepended with yikes-mc-form-#- -- eg: Old: id="EMAIL", New: id="yikes-mc-form-1-EMAIL".
  • Add a "Save Form" button to the left of the new "Clear Form Fields" on the Form builder. (better UX)
  • Integrate with Visual Composer plugin.
  • Ability to add a class to the form tag. Appropriate filter is yikes-mailchimp-form-class for <form> element, and yikes-mailchimp-form-container-class for parent <section> container.
  • Fix Site Origin Page builder issues saving the widget form IDs.