Changeset 996344
- Timestamp:
- 09/24/2014 09:37:11 PM (12 years ago)
- Location:
- chimpy-lite
- Files:
-
- 6 edited
- 12 copied
-
tags/1.0.3 (copied) (copied from chimpy-lite/trunk)
-
tags/1.0.3/assets (copied) (copied from chimpy-lite/trunk/assets)
-
tags/1.0.3/assets/css/style-admin.css (copied) (copied from chimpy-lite/trunk/assets/css/style-admin.css) (1 diff)
-
tags/1.0.3/assets/js/chimpy-lite-frontend.js (modified) (2 diffs)
-
tags/1.0.3/changelog (copied) (copied from chimpy-lite/trunk/changelog) (1 diff)
-
tags/1.0.3/chimpy-lite.php (copied) (copied from chimpy-lite/trunk/chimpy-lite.php) (3 diffs)
-
tags/1.0.3/includes (copied) (copied from chimpy-lite/trunk/includes)
-
tags/1.0.3/includes/chimpy-lite-form.inc.php (copied) (copied from chimpy-lite/trunk/includes/chimpy-lite-form.inc.php)
-
tags/1.0.3/includes/chimpy-lite-prepare-form.inc.php (copied) (copied from chimpy-lite/trunk/includes/chimpy-lite-prepare-form.inc.php)
-
tags/1.0.3/languages (copied) (copied from chimpy-lite/trunk/languages)
-
tags/1.0.3/languages/chimpy-lite.pot (copied) (copied from chimpy-lite/trunk/languages/chimpy-lite.pot)
-
tags/1.0.3/license.txt (copied) (copied from chimpy-lite/trunk/license.txt)
-
tags/1.0.3/readme.txt (copied) (copied from chimpy-lite/trunk/readme.txt) (3 diffs)
-
trunk/assets/css/style-admin.css (modified) (1 diff)
-
trunk/assets/js/chimpy-lite-frontend.js (modified) (2 diffs)
-
trunk/changelog (modified) (1 diff)
-
trunk/chimpy-lite.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chimpy-lite/tags/1.0.3/assets/css/style-admin.css
r913404 r996344 59 59 } 60 60 61 .chimpy-lite-field { 61 input[type="text"].chimpy-lite-field, 62 select.chimpy-lite-field { 62 63 width: 400px; 63 64 } -
chimpy-lite/tags/1.0.3/assets/js/chimpy-lite-frontend.js
r887908 r996344 30 30 function chimpy_lite_process_mailchimp_signup(button, context) 31 31 { 32 if (button. parent().parent().valid()) {32 if (button.closest('.chimpy_lite_signup_form').valid()) { 33 33 34 button. parent().parent().find('fieldset').fadeOut(function() {34 button.closest('.chimpy_lite_signup_form').find('fieldset').fadeOut(function() { 35 35 36 var this_form = jQuery(this). parent();36 var this_form = jQuery(this).closest('.chimpy_lite_signup_form'); 37 37 this_form.find('#chimpy_lite_signup_'+context+'_processing').fadeIn(); 38 38 button.prop('disabled', true); … … 42 42 { 43 43 'action': 'chimpy_lite_subscribe', 44 'data': button. parent().parent().serialize()44 'data': button.closest('.chimpy_lite_signup_form').serialize() 45 45 }, 46 46 function(response) { -
chimpy-lite/tags/1.0.3/changelog
r913404 r996344 1 Version 1.0.3, September 25 2014 2 ------------------------------------------------------------------------------------ 3 [*] Improved frontend Javascript to work when shortcodes are wrapped in other code 4 1 5 Version 1.0.2, May 13 2014 2 6 ------------------------------------------------------------------------------------ -
chimpy-lite/tags/1.0.3/chimpy-lite.php
r913404 r996344 5 5 * Plugin URI: http://www.rightpress.net/chimpy-lite 6 6 * Description: Chimpy is the best MailChimp plugin. Just enter your MailChimp API key and you are ready to go. It works smoothly and features professional design. 7 * Version: 1.0. 27 * Version: 1.0.3 8 8 * Author: RightPress 9 9 * Author URI: http://www.rightpress.net 10 10 * Requires at least: 3.5 11 * Tested up to: 3.911 * Tested up to: 4.0 12 12 * 13 13 * Text Domain: chimpy-lite … … 42 42 define('CHIMPY_LITE_PLUGIN_PATH', untrailingslashit(plugin_dir_path(__FILE__))); 43 43 define('CHIMPY_LITE_PLUGIN_URL', plugins_url(basename(plugin_dir_path(__FILE__)), basename(__FILE__))); 44 define('CHIMPY_LITE_VERSION', '1.0. 2');44 define('CHIMPY_LITE_VERSION', '1.0.3'); 45 45 46 46 if (!class_exists('ChimpyLite')) { … … 3256 3256 } 3257 3257 3258 $GLOBALS['ChimpyLite'] = ChimpyLite::get_instance(); 3259 3258 3260 } 3259 3261 3260 $GLOBALS['ChimpyLite'] = ChimpyLite::get_instance();3261 3262 3262 ?> -
chimpy-lite/tags/1.0.3/readme.txt
r913404 r996344 4 4 Tags: mailchimp wordpress, mailchimp plugin, mailchimp integration, mailchimp signup, mailchimp, newsletter, newsletter signup 5 5 Requires at least: 3.5 6 Tested up to: 3.97 Stable tag: 1.0. 26 Tested up to: 4.0 7 Stable tag: 1.0.3 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 55 55 > [Learn More Now](http://codecanyon.net/item/chimpy-mailchimp-wordpress-plugin/6290216?ref=RightPress) 56 56 57 <small>Form Design - [Sky Forms Pro](http://codecanyon.net/item/sky-forms-pro/5414510?ref=RightPress)</small> 57 <small>Form Design: [Sky Forms Pro](http://codecanyon.net/item/sky-forms-pro/5414510?ref=RightPress)</small> 58 <small>Other products by RightPress: [Subscriptio - WooCommerce Subscriptions](http://codecanyon.net/item/subscriptio-woocommerce-subscriptions/8754068?ref=RightPress), [WooCommerce Membership](http://codecanyon.net/item/woocommerce-membership/8746370?ref=RightPress), [WooCommerce Quote](http://codecanyon.net/item/woocommerce-quote/7411885?ref=RightPress), [WooCommerce Dynamic Pricing & Discounts](http://codecanyon.net/item/woocommerce-dynamic-pricing-discounts/7119279?ref=RightPress), [Chimpy - MailChimp WordPress Plugin](http://codecanyon.net/item/chimpy-mailchimp-wordpress-plugin/6290216?ref=RightPress), [WooChimp - WooCommerce MailChimp Integration](http://codecanyon.net/item/woochimp-woocommerce-mailchimp-integration/6044286?ref=RightPress), [WooCommerce PDF Invoice](http://codecanyon.net/item/woocommerce-pdf-invoice/5951088?ref=RightPress)</small> 58 59 59 60 == Installation == … … 84 85 == Changelog == 85 86 87 = 1.0.3 = 88 * Improved frontend Javascript to work when shortcodes are wrapped in other code 89 * Declaring support for WordPress 4.0 90 91 = 1.0.2 = 92 * Several minor bug fixes 93 94 = 1.0.1 = 95 * Declaring support for WordPress 3.9 96 86 97 = 1.0 = 87 98 * Initial release -
chimpy-lite/trunk/assets/css/style-admin.css
r913404 r996344 59 59 } 60 60 61 .chimpy-lite-field { 61 input[type="text"].chimpy-lite-field, 62 select.chimpy-lite-field { 62 63 width: 400px; 63 64 } -
chimpy-lite/trunk/assets/js/chimpy-lite-frontend.js
r887908 r996344 30 30 function chimpy_lite_process_mailchimp_signup(button, context) 31 31 { 32 if (button. parent().parent().valid()) {32 if (button.closest('.chimpy_lite_signup_form').valid()) { 33 33 34 button. parent().parent().find('fieldset').fadeOut(function() {34 button.closest('.chimpy_lite_signup_form').find('fieldset').fadeOut(function() { 35 35 36 var this_form = jQuery(this). parent();36 var this_form = jQuery(this).closest('.chimpy_lite_signup_form'); 37 37 this_form.find('#chimpy_lite_signup_'+context+'_processing').fadeIn(); 38 38 button.prop('disabled', true); … … 42 42 { 43 43 'action': 'chimpy_lite_subscribe', 44 'data': button. parent().parent().serialize()44 'data': button.closest('.chimpy_lite_signup_form').serialize() 45 45 }, 46 46 function(response) { -
chimpy-lite/trunk/changelog
r913404 r996344 1 Version 1.0.3, September 25 2014 2 ------------------------------------------------------------------------------------ 3 [*] Improved frontend Javascript to work when shortcodes are wrapped in other code 4 1 5 Version 1.0.2, May 13 2014 2 6 ------------------------------------------------------------------------------------ -
chimpy-lite/trunk/chimpy-lite.php
r913404 r996344 5 5 * Plugin URI: http://www.rightpress.net/chimpy-lite 6 6 * Description: Chimpy is the best MailChimp plugin. Just enter your MailChimp API key and you are ready to go. It works smoothly and features professional design. 7 * Version: 1.0. 27 * Version: 1.0.3 8 8 * Author: RightPress 9 9 * Author URI: http://www.rightpress.net 10 10 * Requires at least: 3.5 11 * Tested up to: 3.911 * Tested up to: 4.0 12 12 * 13 13 * Text Domain: chimpy-lite … … 42 42 define('CHIMPY_LITE_PLUGIN_PATH', untrailingslashit(plugin_dir_path(__FILE__))); 43 43 define('CHIMPY_LITE_PLUGIN_URL', plugins_url(basename(plugin_dir_path(__FILE__)), basename(__FILE__))); 44 define('CHIMPY_LITE_VERSION', '1.0. 2');44 define('CHIMPY_LITE_VERSION', '1.0.3'); 45 45 46 46 if (!class_exists('ChimpyLite')) { … … 3256 3256 } 3257 3257 3258 $GLOBALS['ChimpyLite'] = ChimpyLite::get_instance(); 3259 3258 3260 } 3259 3261 3260 $GLOBALS['ChimpyLite'] = ChimpyLite::get_instance();3261 3262 3262 ?> -
chimpy-lite/trunk/readme.txt
r913404 r996344 4 4 Tags: mailchimp wordpress, mailchimp plugin, mailchimp integration, mailchimp signup, mailchimp, newsletter, newsletter signup 5 5 Requires at least: 3.5 6 Tested up to: 3.97 Stable tag: 1.0. 26 Tested up to: 4.0 7 Stable tag: 1.0.3 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 55 55 > [Learn More Now](http://codecanyon.net/item/chimpy-mailchimp-wordpress-plugin/6290216?ref=RightPress) 56 56 57 <small>Form Design - [Sky Forms Pro](http://codecanyon.net/item/sky-forms-pro/5414510?ref=RightPress)</small> 57 <small>Form Design: [Sky Forms Pro](http://codecanyon.net/item/sky-forms-pro/5414510?ref=RightPress)</small> 58 <small>Other products by RightPress: [Subscriptio - WooCommerce Subscriptions](http://codecanyon.net/item/subscriptio-woocommerce-subscriptions/8754068?ref=RightPress), [WooCommerce Membership](http://codecanyon.net/item/woocommerce-membership/8746370?ref=RightPress), [WooCommerce Quote](http://codecanyon.net/item/woocommerce-quote/7411885?ref=RightPress), [WooCommerce Dynamic Pricing & Discounts](http://codecanyon.net/item/woocommerce-dynamic-pricing-discounts/7119279?ref=RightPress), [Chimpy - MailChimp WordPress Plugin](http://codecanyon.net/item/chimpy-mailchimp-wordpress-plugin/6290216?ref=RightPress), [WooChimp - WooCommerce MailChimp Integration](http://codecanyon.net/item/woochimp-woocommerce-mailchimp-integration/6044286?ref=RightPress), [WooCommerce PDF Invoice](http://codecanyon.net/item/woocommerce-pdf-invoice/5951088?ref=RightPress)</small> 58 59 59 60 == Installation == … … 84 85 == Changelog == 85 86 87 = 1.0.3 = 88 * Improved frontend Javascript to work when shortcodes are wrapped in other code 89 * Declaring support for WordPress 4.0 90 91 = 1.0.2 = 92 * Several minor bug fixes 93 94 = 1.0.1 = 95 * Declaring support for WordPress 3.9 96 86 97 = 1.0 = 87 98 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.