Plugin Directory

Changeset 1478783


Ignore:
Timestamp:
08/19/2016 01:25:56 PM (10 years ago)
Author:
jeffikus
Message:

V1.1.4 - Replaces broken mailchimp links, Fixes undefined variable notices, Fixes mixed protocol URLs.

Location:
subscribe-and-connect
Files:
48 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • subscribe-and-connect/trunk/classes/class-subscribe-and-connect-settings-connect.php

    r956505 r1478783  
    122122        $fields['newsletter_service'] = array(
    123123                                'name'          => __( 'Newsletter Service', 'subscribe-and-connect' ),
    124                                 'description'   => __( 'Select the newsletter service you are using.', 'subscribe-and-connect' ) . '<br /><small>' . sprintf( __( '(Need a hand setting up your newsletter subscriptions? %1$sSee our documentation%2$s for a helping hand.)', 'subscribe-and-connect' ), '<a href="' . esc_url( 'http://docs.woothemes.com/document/subscribe-and-connect/#section-2' ) . '">', '</a>' ) . '</small>',
     124                                'description'   => __( 'Select the newsletter service you are using.', 'subscribe-and-connect' ) . '<br /><small>' . sprintf( __( '(Need a hand setting up your newsletter subscriptions? %1$sSee our documentation%2$s.)', 'subscribe-and-connect' ), '<a href="' . esc_url( 'http://docs.woothemes.com/document/subscribe-and-connect/#section-2' ) . '">', '</a>' ) . '</small>',
    125125                                'type'          => 'select',
    126126                                'default'       => 'none',
     
    131131        $fields['newsletter_service_id'] = array(
    132132                                'name'          => __( 'Feedburner Feed ID', 'subscribe-and-connect' ),
    133                                 'description'   => sprintf( __( 'Enter the your Feedburner Feed ID %s(?)%s.', 'subscribe-and-connect' ), '<a href="' . esc_url( 'http://support.google.com/feedburner/bin/answer.py?hl=en&answer=78982' ) . '" target="_blank">', '</a>' ),
     133                                'description'   => sprintf( __( 'Follow %sthese steps%s to find your Feed ID', 'subscribe-and-connect' ), '<a href="' . esc_url( 'https://docs.woocommerce.com/document/subscribe-and-connect/#feedburner' ) . '" target="_blank">', '</a>' ),
    134134                                'type'          => 'text',
    135135                                'default'       => '' ,
     
    139139        $fields['newsletter_service_form_action'] = array(
    140140                                'name'          => __( 'Newsletter Form Action', 'subscribe-and-connect' ),
    141                                 'description'   => __( 'Enter the the form action if required.', 'subscribe-and-connect' ),
     141                                'description'   => sprintf( __( 'The form action URL is required. Follow %sthese steps%s to find your form action URL', 'subscribe-and-connect' ), '<a href="' . esc_url( 'https://docs.woocommerce.com/document/subscribe-and-connect/#campaign-monitor' ) . '" target="_blank">', '</a>' ),
    142142                                'type'          => 'text',
    143143                                'default'       => '' ,
     
    147147        $fields['newsletter_mail_chimp_list_subscription_url'] = array(
    148148                                'name'          => __( 'MailChimp List Subscription URL', 'subscribe-and-connect' ),
    149                                 'description'   => sprintf( __( 'If you have a MailChimp account you can enter the %sMailChimp List Subscribe URL%s to allow your users to subscribe to a MailChimp List.', 'subscribe-and-connect' ), '<a href="' . esc_url( 'http://woochimp.heroku.com/' ) . '" target="_blank">', '</a>' ),
     149                                'description'   => sprintf( __( 'Follow %sthese steps%s to find your MailChimp list URL', 'subscribe-and-connect' ), '<a href="' . esc_url( 'https://docs.woocommerce.com/document/subscribe-and-connect/#mailchimp' ) . '" target="_blank">', '</a>' ),
    150150                                'type'          => 'text',
    151151                                'default'       => '' ,
     
    155155        $fields['newsletter_mad_mimi_subscription_url'] = array(
    156156                                'name'          => __( 'Mad Mimi Webform URL', 'subscribe-and-connect' ),
    157                                 'description'   => __( 'Your Mad Mini Webform URL, eg. https://madmimi.com/signups/subscribe/84680', 'subscribe-and-connect' ),
     157                                'description'   => sprintf( __( 'Your %sMad Mimi Webform URL%s (eg. https://madmimi.com/signups/subscribe/84680)', 'subscribe-and-connect' ), '<a href="' . esc_url( 'https://docs.woocommerce.com/document/subscribe-and-connect/#mad-mimi' ) . '" target="_blank">', '</a>' ),
    158158                                'type'          => 'text',
    159159                                'default'       => '' ,
     
    163163        $fields['newsletter_aweber_list_id'] = array(
    164164                                'name'          => __( 'Aweber List Name', 'subscribe-and-connect' ),
    165                                 'description'   => __( 'The name of the list to subscribe users to.', 'subscribe-and-connect' ),
     165                                'description'   => sprintf( __( 'List name is required. Follow %sthese steps%s to find your list name', 'subscribe-and-connect' ), '<a href="' . esc_url( 'https://docs.woocommerce.com/document/subscribe-and-connect/#aweber' ) . '" target="_blank">', '</a>' ),
     166
    166167                                'type'          => 'text',
    167168                                'default'       => '' ,
  • subscribe-and-connect/trunk/readme.txt

    r1322622 r1478783  
    33Donate link: http://woothemes.com/
    44Tags: social networks, newsletters, subscribe, connect, widget, social
    5 Requires at least: 3.8.1
    6 Tested up to: 4.4.0
    7 Stable tag: 1.1.3
     5Requires at least: 4.5.0
     6Tested up to: 4.6.0
     7Stable tag: 1.1.4
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    5757== Upgrade Notice ==
    5858
     59= 1.1.4 =
     60* 2016-08-19
     61* Replaces broken mailchimp links.
     62* Fixes undefined variable notices.
     63* Fixes mixed protocol URLs.
     64
    5965= 1.1.3 =
    6066* 2016-01-06
     
    7480
    7581== Changelog ==
     82
     83= 1.1.4 =
     84* 2016-08-19
     85* Replaces broken mailchimp links.
     86* Fixes undefined variable notices.
     87* Fixes mixed protocol URLs.
    7688
    7789= 1.1.3 =
  • subscribe-and-connect/trunk/subscribe-and-connect-template.php

    r956505 r1478783  
    154154    switch ( $settings['connect']['newsletter_service'] ) {
    155155        case 'feedburner':
    156             $form_action    = 'http://feedburner.google.com/fb/a/mailverify';
     156            $form_action    = '//feedburner.google.com/fb/a/mailverify';
    157157            $text_fields    = apply_filters( 'subscribe-and-connect-feedburner-text-fields', array(
    158158                                    'email' => __( 'Your Email Address', 'subscribe-and-connect' )
     
    178178                                'EMAIL' => __( 'Your Email Address', 'subscribe-and-connect' )
    179179                                ) );
     180            $hidden_fields  = array();
    180181        break;
    181182
    182183        case 'aweber':
    183             $form_action    = 'http://www.aweber.com/scripts/addlead.pl';
     184            $form_action    = '//www.aweber.com/scripts/addlead.pl';
    184185            $text_fields    = apply_filters( 'subscribe-and-connect-aweber-text-fields', array(
    185186                                    'name'      => __( 'Name', 'subscribe-and-connect' ),
     
    203204                                'email' => __( 'Your Email Address', 'subscribe-and-connect' )
    204205                                ) );
     206            $hidden_fields  = array();
    205207        break;
    206208
  • subscribe-and-connect/trunk/subscribe-and-connect.php

    r1322622 r1478783  
    44 * Plugin URI: http://woothemes.com/
    55 * Description: Hi, I'm here to help your visitors subscribe to your content, as well as share it across various social networks.
    6  * Version: 1.1.3
     6 * Version: 1.1.4
    77 * Author: WooThemes
    88 * Author URI: http://woothemes.com/
     
    3232    global $subscribe_and_connect;
    3333    $subscribe_and_connect = new Subscribe_And_Connect( __FILE__ );
    34     $subscribe_and_connect->version = '1.1.3';
     34    $subscribe_and_connect->version = '1.1.4';
    3535
    3636    if ( ! is_admin() ) {
Note: See TracChangeset for help on using the changeset viewer.