You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new custom description parameter to the shortcode. eg: [yikes-mailchimp custom_description="This is a custom description" description="1"]
Added all new settings on a per form level. New options now include - Form classes, Inline form, Submit button type, Submit button classes, schedule form by date/time, and require users to be logged in.
Users can now specify if they want a form to display inline by using the inline="1" parameter in the shortcode. Example: [yikes-mailchimp inline="1"]. The shortcode parameter will take precedence over the form setting.
Users can now set the submit button to image, and specify a custom image to use.
Tweaked styles on the 'Account Activity/Chimp Chatter' page.
Re-factored a few functions to be more performant.
Added new, additional hooks for our add-ons to make use of. (yikes-mailchimp-list-interest-groups-metabox)
Fixed the typo in our check box integration filter from yikes-mailchimp-checkbox-integration-subscibe-api-request to yikes-mailchimp-checkbox-integration-subscribe-api-request.
Added missing $charset_collate variable when creating the database tables - which caused encoding issues with a few foreign characters.
Localized all date pickers - for our international users.
Added new sections to the welcome screen - 'Knowledge Base' and 'Add-Ons'.
Fixed foreign language character encoding, and storing in database as question marks.
Fixed date formats not storing properly when adding a date/birthday field to your form.
Fixed the form editor being hidden on medium-width screens.