Skip to content

Commit

Permalink
Push 6.1.1 - add missing classes to address fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Herman committed Jul 20, 2016
1 parent 2af99eb commit ab569aa
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion includes/class-yikes-inc-easy-mailchimp-extender.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Yikes_Inc_Easy_Mailchimp_Extender {
*/
public function __construct() {
$this->yikes_inc_easy_mailchimp_extender = 'yikes-inc-easy-mailchimp-extender';
$this->version = '6.1';
$this->version = '6.1.1';
$this->load_dependencies();
$this->define_admin_hooks();
$this->define_public_hooks();
Expand Down
4 changes: 2 additions & 2 deletions public/partials/shortcodes/process_form_shortcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ function formatUSPhoneNumber( e ) {


?>
<label for="<?php echo $field['merge']; ?>" <?php echo implode( ' ' , $label_array ); ?>>
<label for="<?php echo $field['merge']; ?>" data-attr-name="<?php echo esc_attr( $type ); ?>-field" <?php echo implode( ' ' , $label_array ); ?>>

<!-- dictate label visibility -->
<?php if( ! isset( $field['hide-label'] ) ) { ?>
Expand Down Expand Up @@ -745,7 +745,7 @@ function checkCountry( e ) {
$default_country = apply_filters( 'yikes-mailchimp-default-country-value', 'US' );
?>

<label for="<?php echo $field['merge']; ?>" <?php echo implode( ' ' , $label_array ); ?>>
<label for="<?php echo $field['merge']; ?>" data-attr-name="<?php echo esc_attr( $type ); ?>-field" <?php echo implode( ' ' , $label_array ); ?>>

<!-- dictate label visibility -->
<?php if( !isset( $field['hide-label'] ) ) { ?>
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://yikesplugins.com/?utm_source=wp_plugin_repo&utm_medium=dona
Tags: MailChimp, MailChimp forms, MailChimp lists, opt-in forms, sign up form, MailChimp, email, forms, mailing lists, marketing, newsletter, sign up
Requires at least: 4.0
Tested up to: 4.5
Stable tag: 6.1
Stable tag: 6.1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -229,6 +229,9 @@ Below you'll find a complete list of the hooks and filters available in Easy For

== Changelog ==

= Easy Forms for MailChimp 6.1.1 - July 20th, 2016 =
* Added helper classes to the address fields to allow for easier targeting (Supports zip lookup extension).

= Easy Forms for MailChimp 6.1 - July 11th, 2016 =
* Sanitized section request on the options page properly.
* Fixed the apostraphes converted to tildes.
Expand Down Expand Up @@ -637,6 +640,10 @@ We have added brand new functionality, allowing users to easily customize forms

== Upgrade Notice ==

= Easy Forms for MailChimp 6.1.1 - July 20th, 2016 =

* Added helper classes to the address fields to allow for easier targeting (Supports zip lookup extension).

= Easy Forms for MailChimp 6.1 - July 11th, 2016 =

* Sanitized section request on the options page properly.
Expand Down
2 changes: 1 addition & 1 deletion yikes-inc-easy-mailchimp-extender.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Easy Forms for MailChimp by YIKES
* Plugin URI: http://www.yikesinc.com/services/yikes-inc-easy-mailchimp-extender/
* 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.
* Version: 6.1
* Version: 6.1.1
* Author: YIKES
* Author URI: http://www.yikesinc.com/
* License: GPL-3.0+
Expand Down

0 comments on commit ab569aa

Please sign in to comment.