Changeset 1478783
- Timestamp:
- 08/19/2016 01:25:56 PM (10 years ago)
- Location:
- subscribe-and-connect
- Files:
-
- 48 added
- 1 deleted
- 4 edited
-
tags/1.1.4 (added)
-
tags/1.1.4/assets (added)
-
tags/1.1.4/assets/css (added)
-
tags/1.1.4/assets/css/frontend.css (added)
-
tags/1.1.4/assets/css/frontend.less (added)
-
tags/1.1.4/assets/css/mixins.less (added)
-
tags/1.1.4/assets/css/settings.css (added)
-
tags/1.1.4/assets/css/settings.less (added)
-
tags/1.1.4/assets/css/themes (added)
-
tags/1.1.4/assets/css/themes/boxed.css (added)
-
tags/1.1.4/assets/css/themes/boxed.less (added)
-
tags/1.1.4/assets/css/themes/circular.css (added)
-
tags/1.1.4/assets/css/themes/circular.less (added)
-
tags/1.1.4/assets/css/themes/icons.css (added)
-
tags/1.1.4/assets/css/themes/icons.less (added)
-
tags/1.1.4/assets/css/themes/rounded.css (added)
-
tags/1.1.4/assets/css/themes/rounded.less (added)
-
tags/1.1.4/assets/fonts (added)
-
tags/1.1.4/assets/fonts/FontAwesome.otf (added)
-
tags/1.1.4/assets/fonts/fontawesome-webfont.eot (added)
-
tags/1.1.4/assets/fonts/fontawesome-webfont.svg (added)
-
tags/1.1.4/assets/fonts/fontawesome-webfont.ttf (added)
-
tags/1.1.4/assets/fonts/fontawesome-webfont.woff (added)
-
tags/1.1.4/assets/images (added)
-
tags/1.1.4/assets/images/placeholder.png (added)
-
tags/1.1.4/assets/js (added)
-
tags/1.1.4/assets/js/admin.js (added)
-
tags/1.1.4/assets/js/admin.min.js (added)
-
tags/1.1.4/assets/js/sortables.js (added)
-
tags/1.1.4/assets/js/sortables.min.js (added)
-
tags/1.1.4/assets/js/uploaders.js (added)
-
tags/1.1.4/assets/js/uploaders.min.js (added)
-
tags/1.1.4/classes (added)
-
tags/1.1.4/classes/class-subscribe-and-connect-admin.php (added)
-
tags/1.1.4/classes/class-subscribe-and-connect-frontend.php (added)
-
tags/1.1.4/classes/class-subscribe-and-connect-settings-api.php (added)
-
tags/1.1.4/classes/class-subscribe-and-connect-settings-connect.php (added)
-
tags/1.1.4/classes/class-subscribe-and-connect-settings-display.php (added)
-
tags/1.1.4/classes/class-subscribe-and-connect-settings-general.php (added)
-
tags/1.1.4/classes/class-subscribe-and-connect-utils.php (added)
-
tags/1.1.4/classes/class-subscribe-and-connect-widget.php (added)
-
tags/1.1.4/classes/class-subscribe-and-connect.php (added)
-
tags/1.1.4/languages (added)
-
tags/1.1.4/languages/subscribe-and-connect.pot (added)
-
tags/1.1.4/readme.txt (added)
-
tags/1.1.4/subscribe-and-connect-functions.php (added)
-
tags/1.1.4/subscribe-and-connect-template.php (added)
-
tags/1.1.4/subscribe-and-connect.php (added)
-
trunk/classes/class-subscribe-and-connect-settings-connect.php (modified) (6 diffs)
-
trunk/config.codekit (deleted)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/subscribe-and-connect-template.php (modified) (3 diffs)
-
trunk/subscribe-and-connect.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
subscribe-and-connect/trunk/classes/class-subscribe-and-connect-settings-connect.php
r956505 r1478783 122 122 $fields['newsletter_service'] = array( 123 123 '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>', 125 125 'type' => 'select', 126 126 'default' => 'none', … … 131 131 $fields['newsletter_service_id'] = array( 132 132 '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>' ), 134 134 'type' => 'text', 135 135 'default' => '' , … … 139 139 $fields['newsletter_service_form_action'] = array( 140 140 '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>' ), 142 142 'type' => 'text', 143 143 'default' => '' , … … 147 147 $fields['newsletter_mail_chimp_list_subscription_url'] = array( 148 148 '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>' ), 150 150 'type' => 'text', 151 151 'default' => '' , … … 155 155 $fields['newsletter_mad_mimi_subscription_url'] = array( 156 156 '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>' ), 158 158 'type' => 'text', 159 159 'default' => '' , … … 163 163 $fields['newsletter_aweber_list_id'] = array( 164 164 '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 166 167 'type' => 'text', 167 168 'default' => '' , -
subscribe-and-connect/trunk/readme.txt
r1322622 r1478783 3 3 Donate link: http://woothemes.com/ 4 4 Tags: social networks, newsletters, subscribe, connect, widget, social 5 Requires at least: 3.8.16 Tested up to: 4. 4.07 Stable tag: 1.1. 35 Requires at least: 4.5.0 6 Tested up to: 4.6.0 7 Stable tag: 1.1.4 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 57 57 == Upgrade Notice == 58 58 59 = 1.1.4 = 60 * 2016-08-19 61 * Replaces broken mailchimp links. 62 * Fixes undefined variable notices. 63 * Fixes mixed protocol URLs. 64 59 65 = 1.1.3 = 60 66 * 2016-01-06 … … 74 80 75 81 == 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. 76 88 77 89 = 1.1.3 = -
subscribe-and-connect/trunk/subscribe-and-connect-template.php
r956505 r1478783 154 154 switch ( $settings['connect']['newsletter_service'] ) { 155 155 case 'feedburner': 156 $form_action = ' http://feedburner.google.com/fb/a/mailverify';156 $form_action = '//feedburner.google.com/fb/a/mailverify'; 157 157 $text_fields = apply_filters( 'subscribe-and-connect-feedburner-text-fields', array( 158 158 'email' => __( 'Your Email Address', 'subscribe-and-connect' ) … … 178 178 'EMAIL' => __( 'Your Email Address', 'subscribe-and-connect' ) 179 179 ) ); 180 $hidden_fields = array(); 180 181 break; 181 182 182 183 case 'aweber': 183 $form_action = ' http://www.aweber.com/scripts/addlead.pl';184 $form_action = '//www.aweber.com/scripts/addlead.pl'; 184 185 $text_fields = apply_filters( 'subscribe-and-connect-aweber-text-fields', array( 185 186 'name' => __( 'Name', 'subscribe-and-connect' ), … … 203 204 'email' => __( 'Your Email Address', 'subscribe-and-connect' ) 204 205 ) ); 206 $hidden_fields = array(); 205 207 break; 206 208 -
subscribe-and-connect/trunk/subscribe-and-connect.php
r1322622 r1478783 4 4 * Plugin URI: http://woothemes.com/ 5 5 * 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. 36 * Version: 1.1.4 7 7 * Author: WooThemes 8 8 * Author URI: http://woothemes.com/ … … 32 32 global $subscribe_and_connect; 33 33 $subscribe_and_connect = new Subscribe_And_Connect( __FILE__ ); 34 $subscribe_and_connect->version = '1.1. 3';34 $subscribe_and_connect->version = '1.1.4'; 35 35 36 36 if ( ! is_admin() ) {
Note: See TracChangeset
for help on using the changeset viewer.