Skip to content

Releases: EvanHerman/yikes-inc-easy-mailchimp-extender

6.8.8

27 Mar 14:26
74c8030
Compare
Choose a tag to compare
  • Escaped and sanitize form fields in admin.
  • Fix block breaking bug with interest group form field descriptions.
  • Fix incorrect error returned when a form field submission data is reset.

Double Opt In Tagging & Gutenberg Category

25 Oct 14:55
Compare
Choose a tag to compare

This is a pre release as we get ready to test for bugs. However, this plugin will now allow you to tag double opt in subscribers as well as put the Easy Forms Gutenberg block into its own category.

v6.2.1

19 Oct 14:33
Compare
Choose a tag to compare
  • Fixed a bug where the title and description will not display using the shortcode.
  • Fixed a bug where the recaptcha shortcode parameter doesn't work properly.

Version 6.2.0

17 Oct 20:18
Compare
Choose a tag to compare
  • Fixed a bug where the default for a radio button would not show up if the first item was selected (#587)
  • Fixed a bug where the form settings would not import properly (#572)
  • Fixed a bug in our Visual Composer extension (#514)
  • Fixed a bug where Interest Groups that are in radio format could not be changed when saving (#584)
  • Fixed a bug where the Phone Format field would continually append # signs (#562)
  • Fixed a compatibilty issue where our localized script variables were using common names (#575)
  • Updated the storage of form data to utilize the Options API instead of a custom database table.
  • Under-the-hood improvements and enhancements

As noted above, this release modifies this plugin to utilize the Options API instead of a custom database table. After upgrading, a routine will run that will grab all of your forms from the custom database table and convert them into a WordPress Option that the code will use from this point forward. At this point, we're choosing to keep the existing custom database table in place, so you can rest assured that all of your form data will be safe.

If for some reason you need to revert to using the custom database table, you can add a constant to your wp-config.php file:

define( 'YIKES_EMCE_CUSTOM_DB', true );

If you find that you need to do this, please contact us to let us know what you're seeing. In a future release, we will remove the custom database table entirely.

v6.1.4

05 Aug 20:43
Compare
Choose a tag to compare

Easy Forms for MailChimp 6.1.4 - August 5th, 2016

  • Fixing remote support requests for certain permium add-ons.
  • Bump version.

v6.1.3

26 Jul 19:06
Compare
Choose a tag to compare
  • Minor security patch - Thanks goes to the Wordfence Research Team for locating and disclosing the issue.
  • Cleared API/Account transient data when API key has changed.
  • Refactored our shortcode function to abort early, when no fields are present (inline or not).
  • Added labels-hidden class to the submit button <span></span> element so we can better style inline forms when all labels are hidden.

v6.1.2

26 Jul 19:04
Compare
Choose a tag to compare
  • Fixed incorrect date format on date picker for birthday fields (Front end).
  • Ensure that hidden fields don't become visible when forms are submitted (.fadeTo() bug)
  • Built in support for defining a constant for your API keys in wp-config.php (YIKES_MC_API_KEY see FAQ)

v6.1.1

20 Jul 16:15
Compare
Choose a tag to compare
  • Added missing class names to the address fields and labels
  • Confirmed working with our zip lookup extension

v6.1

12 Jul 15:02
Compare
Choose a tag to compare

Tons of fixes, feature enhancements etc.

v6.0.5.3

14 Mar 16:10
Compare
Choose a tag to compare

Release v6.0.5.3

  • Removed rogue return; causing blank screen on certain pages.
  • Wrapped transient in else statement to prevent wrong data from being stored when an error is hit.