Skip to content

v6.0.2.4

Choose a tag to compare

@EvanHerman EvanHerman released this 17 Oct 20:25
· 1035 commits to master since this release
Easy Forms for MailChimp 6.0.2.4 - October 17th, 2015
  • Fixed error thrown for some users on edit forms page 'save'.
  • Added new shortcode: [yikes-mailchimp-subscriber-count list="#"] to display the number of subscribers to a specified list (use: [yikes-mailchimp-subscriber-count form="form_id"] (preferred) or [yikes-mailchimp-subscriber-count list="mc_list_id"])
  • Added new filter to filter the submit button text (yikes-mailchimp-form-submit-button-text)
  • Tweaked international phone number validation - now regex checks [0-9]{1,}
  • Added two new classes to field labels - .merge_tag-label (eg: EMAIL-label) on all fields & .yikes-mailchimp-field-required on fields set to required.
  • Added capability check to TinyMCE button in wp editor (defaults to manage_options).
  • Tweaked 'show some love' container on the edit forms page.
  • Ensured 'Clear Form Fields' button was hidden after all form fields were removed.
  • Passed form descriptions through the_content() to allow for shortcodes to be processed.