wpMandrill - Version 1.23

Version Description

  • FIXED: JS Alerts on wrong places...
Download this release

Release Info

Developer MC_Will
Plugin Icon wp plugin wpMandrill
Version 1.23
Comparing to
See all releases

Code changes from version 1.22 to 1.23

Files changed (3) hide show
  1. js/mandrill.js +1 -3
  2. readme.txt +3 -0
  3. wpmandrill.php +1 -1
js/mandrill.js CHANGED
@@ -58,7 +58,6 @@ function showStats() {
58
  },
59
  error: function(MLHttpRequest, textStatus, errorThrown){
60
  jQuery('#loading_data').css('display','none');
61
- alert(errorThrown);
62
  }
63
  });
64
 
@@ -77,8 +76,7 @@ function redrawDashboardWidget() {
77
  success: function(data, textStatus, XMLHttpRequest){
78
  eval(data);
79
  },
80
- error: function(MLHttpRequest, textStatus, errorThrown){
81
- alert(textStatus + ' ' + errorThrown);
82
  jQuery('#mandrill_widget div#filtered_recent').html('');
83
  }
84
  });
58
  },
59
  error: function(MLHttpRequest, textStatus, errorThrown){
60
  jQuery('#loading_data').css('display','none');
 
61
  }
62
  });
63
 
76
  success: function(data, textStatus, XMLHttpRequest){
77
  eval(data);
78
  },
79
+ error: function(MLHttpRequest, textStatus, errorThrown){
 
80
  jQuery('#mandrill_widget div#filtered_recent').html('');
81
  }
82
  });
readme.txt CHANGED
@@ -84,6 +84,9 @@ If your account has more than 20 senders registered or more than 40 tags used, t
84
 
85
  == Changelog ==
86
 
 
 
 
87
  = 1.22 =
88
  * UPDATED: Replacing Highcharts in favor of Flot
89
  * ADD: Cron job to fetch stats
84
 
85
  == Changelog ==
86
 
87
+ = 1.23 =
88
+ * FIXED: JS Alerts on wrong places...
89
+
90
  = 1.22 =
91
  * UPDATED: Replacing Highcharts in favor of Flot
92
  * ADD: Cron job to fetch stats
wpmandrill.php CHANGED
@@ -5,7 +5,7 @@ Description: wpMandrill sends emails, generated by WordPress using Mandrill.
5
  Author: Mandrill
6
  Author URI: http://mandrillapp.com/
7
  Plugin URI: http://connect.mailchimp.com/integrations/wpmandrill
8
- Version: 1.22
9
  Text Domain: wpmandrill
10
  */
11
  /* Copyright 2012 MailChimp (email : will@mailchimp.com )
5
  Author: Mandrill
6
  Author URI: http://mandrillapp.com/
7
  Plugin URI: http://connect.mailchimp.com/integrations/wpmandrill
8
+ Version: 1.23
9
  Text Domain: wpmandrill
10
  */
11
  /* Copyright 2012 MailChimp (email : will@mailchimp.com )