Version Description
Download this release
Release Info
| Developer | eherman24 |
| Plugin | |
| Version | 6.1.1 |
| Comparing to | |
| See all releases | |
Code changes from version 6.1 to 6.1.1
includes/class-yikes-inc-easy-mailchimp-extender.php
CHANGED
|
@@ -62,7 +62,7 @@ class Yikes_Inc_Easy_Mailchimp_Extender {
|
|
| 62 |
*/
|
| 63 |
public function __construct() {
|
| 64 |
$this->yikes_inc_easy_mailchimp_extender = 'yikes-inc-easy-mailchimp-extender';
|
| 65 |
-
$this->version = '6.1';
|
| 66 |
$this->load_dependencies();
|
| 67 |
$this->define_admin_hooks();
|
| 68 |
$this->define_public_hooks();
|
| 62 |
*/
|
| 63 |
public function __construct() {
|
| 64 |
$this->yikes_inc_easy_mailchimp_extender = 'yikes-inc-easy-mailchimp-extender';
|
| 65 |
+
$this->version = '6.1.1';
|
| 66 |
$this->load_dependencies();
|
| 67 |
$this->define_admin_hooks();
|
| 68 |
$this->define_public_hooks();
|
includes/images/yikes-customizer-upsell-banner.jpg
DELETED
|
Binary file
|
public/partials/shortcodes/process_form_shortcode.php
CHANGED
|
@@ -657,7 +657,7 @@ function process_mailchimp_shortcode( $atts ) {
|
|
| 657 |
|
| 658 |
|
| 659 |
?>
|
| 660 |
-
<label for="<?php echo $field['merge']; ?>" <?php echo implode( ' ' , $label_array ); ?>>
|
| 661 |
|
| 662 |
<!-- dictate label visibility -->
|
| 663 |
<?php if( ! isset( $field['hide-label'] ) ) { ?>
|
|
@@ -745,7 +745,7 @@ function process_mailchimp_shortcode( $atts ) {
|
|
| 745 |
$default_country = apply_filters( 'yikes-mailchimp-default-country-value', 'US' );
|
| 746 |
?>
|
| 747 |
|
| 748 |
-
<label for="<?php echo $field['merge']; ?>" <?php echo implode( ' ' , $label_array ); ?>>
|
| 749 |
|
| 750 |
<!-- dictate label visibility -->
|
| 751 |
<?php if( !isset( $field['hide-label'] ) ) { ?>
|
| 657 |
|
| 658 |
|
| 659 |
?>
|
| 660 |
+
<label for="<?php echo $field['merge']; ?>" data-attr-name="<?php echo esc_attr( $type ); ?>-field" <?php echo implode( ' ' , $label_array ); ?>>
|
| 661 |
|
| 662 |
<!-- dictate label visibility -->
|
| 663 |
<?php if( ! isset( $field['hide-label'] ) ) { ?>
|
| 745 |
$default_country = apply_filters( 'yikes-mailchimp-default-country-value', 'US' );
|
| 746 |
?>
|
| 747 |
|
| 748 |
+
<label for="<?php echo $field['merge']; ?>" data-attr-name="<?php echo esc_attr( $type ); ?>-field" <?php echo implode( ' ' , $label_array ); ?>>
|
| 749 |
|
| 750 |
<!-- dictate label visibility -->
|
| 751 |
<?php if( !isset( $field['hide-label'] ) ) { ?>
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Donate link: https://yikesplugins.com/?utm_source=wp_plugin_repo&utm_medium=dona
|
|
| 4 |
Tags: MailChimp, MailChimp forms, MailChimp lists, opt-in forms, sign up form, MailChimp, email, forms, mailing lists, marketing, newsletter, sign up
|
| 5 |
Requires at least: 4.0
|
| 6 |
Tested up to: 4.5
|
| 7 |
-
Stable tag: 6.1
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
|
@@ -228,7 +228,10 @@ Below you'll find a complete list of the hooks and filters available in Easy For
|
|
| 228 |
* yikes-mailchimp-list-interest-groups-metabox - action hook allowing users to add additional content inside of the interest groups metabox on the view list page.
|
| 229 |
|
| 230 |
== Changelog ==
|
| 231 |
-
|
|
|
|
|
|
|
|
|
|
| 232 |
= Easy Forms for MailChimp 6.1 - July 11th, 2016 =
|
| 233 |
* Sanitized section request on the options page properly.
|
| 234 |
* Fixed the apostraphes converted to tildes.
|
|
@@ -637,6 +640,10 @@ We have added brand new functionality, allowing users to easily customize forms
|
|
| 637 |
|
| 638 |
== Upgrade Notice ==
|
| 639 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 640 |
= Easy Forms for MailChimp 6.1 - July 11th, 2016 =
|
| 641 |
|
| 642 |
* Sanitized section request on the options page properly.
|
| 4 |
Tags: MailChimp, MailChimp forms, MailChimp lists, opt-in forms, sign up form, MailChimp, email, forms, mailing lists, marketing, newsletter, sign up
|
| 5 |
Requires at least: 4.0
|
| 6 |
Tested up to: 4.5
|
| 7 |
+
Stable tag: 6.1.1
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 228 |
* yikes-mailchimp-list-interest-groups-metabox - action hook allowing users to add additional content inside of the interest groups metabox on the view list page.
|
| 229 |
|
| 230 |
== Changelog ==
|
| 231 |
+
|
| 232 |
+
= Easy Forms for MailChimp 6.1.1 - July 20th, 2016 =
|
| 233 |
+
* Added helper classes to the address fields to allow for easier targeting (Supports zip lookup extension).
|
| 234 |
+
|
| 235 |
= Easy Forms for MailChimp 6.1 - July 11th, 2016 =
|
| 236 |
* Sanitized section request on the options page properly.
|
| 237 |
* Fixed the apostraphes converted to tildes.
|
| 640 |
|
| 641 |
== Upgrade Notice ==
|
| 642 |
|
| 643 |
+
= Easy Forms for MailChimp 6.1.1 - July 20th, 2016 =
|
| 644 |
+
|
| 645 |
+
* Added helper classes to the address fields to allow for easier targeting (Supports zip lookup extension).
|
| 646 |
+
|
| 647 |
= Easy Forms for MailChimp 6.1 - July 11th, 2016 =
|
| 648 |
|
| 649 |
* Sanitized section request on the options page properly.
|
yikes-inc-easy-mailchimp-extender.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
* Plugin Name: Easy Forms for MailChimp by YIKES
|
| 4 |
* Plugin URI: http://www.yikesinc.com/services/yikes-inc-easy-mailchimp-extender/
|
| 5 |
* Description: YIKES Easy Forms for MailChimp links your site to MailChimp and allows you to generate and display mailing list opt-in forms anywhere on your site with ease.
|
| 6 |
-
* Version: 6.1
|
| 7 |
* Author: YIKES
|
| 8 |
* Author URI: http://www.yikesinc.com/
|
| 9 |
* License: GPL-3.0+
|
| 3 |
* Plugin Name: Easy Forms for MailChimp by YIKES
|
| 4 |
* Plugin URI: http://www.yikesinc.com/services/yikes-inc-easy-mailchimp-extender/
|
| 5 |
* Description: YIKES Easy Forms for MailChimp links your site to MailChimp and allows you to generate and display mailing list opt-in forms anywhere on your site with ease.
|
| 6 |
+
* Version: 6.1.1
|
| 7 |
* Author: YIKES
|
| 8 |
* Author URI: http://www.yikesinc.com/
|
| 9 |
* License: GPL-3.0+
|
