Mailgun for WordPress - Version 1.5.1

Version Description

(2016-12-21): = * Fixed an issue causing plugin upgrades from <1.5 -> >=1.5 to deactivate

Download this release

Release Info

Developer Mailgun
Plugin Icon 128x128 Mailgun for WordPress
Version 1.5.1
Comparing to
See all releases

Code changes from version 1.5.0 to 1.5.1

Files changed (3) hide show
  1. CHANGELOG.md +3 -0
  2. mailgun.php +1 -1
  3. readme.txt +50 -1
CHANGELOG.md CHANGED
@@ -1,6 +1,9 @@
1
  Changelog
2
  =========
3
 
 
 
 
4
  1.5 (2016-12-19):
5
  * Added Catalan language support (@DavidGarciaCat)
6
  * Added Spanish language support (@DavidGarciaCat)
1
  Changelog
2
  =========
3
 
4
+ 1.5.1 (2016-12-21):
5
+ * Fixed an issue causing plugin upgrades from <1.5 -> >=1.5 to deactivate
6
+
7
  1.5 (2016-12-19):
8
  * Added Catalan language support (@DavidGarciaCat)
9
  * Added Spanish language support (@DavidGarciaCat)
mailgun.php CHANGED
@@ -23,7 +23,7 @@
23
  * Plugin Name: Mailgun
24
  * Plugin URI: http://wordpress.org/extend/plugins/mailgun/
25
  * Description: Mailgun integration for WordPress
26
- * Version: 1.5.0
27
  * Author: Mailgun
28
  * Author URI: http://www.mailgun.com/
29
  * License: GPLv2 or later
23
  * Plugin Name: Mailgun
24
  * Plugin URI: http://wordpress.org/extend/plugins/mailgun/
25
  * Description: Mailgun integration for WordPress
26
+ * Version: 1.5.1
27
  * Author: Mailgun
28
  * Author URI: http://www.mailgun.com/
29
  * License: GPLv2 or later
readme.txt CHANGED
@@ -5,7 +5,7 @@ Contributors: Mailgun, sivel, lookahead.io, m35dev
5
  Tags: mailgun, smtp, http, api, mail, email
6
  Requires at least: 3.3
7
  Tested up to: 4.7
8
- Stable tag: 1.5.0
9
  License: GPLv2 or later
10
 
11
 
@@ -65,3 +65,52 @@ MAILGUN_SECURE Type: boolean
65
  5. Using a Subscription Code
66
  6. Subscription Form Seen By Site Visitors
67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  Tags: mailgun, smtp, http, api, mail, email
6
  Requires at least: 3.3
7
  Tested up to: 4.7
8
+ Stable tag: 1.5.1
9
  License: GPLv2 or later
10
 
11
 
65
  5. Using a Subscription Code
66
  6. Subscription Form Seen By Site Visitors
67
 
68
+
69
+ == Changelog ==
70
+
71
+ = 1.5.1 (2016-12-21): =
72
+ * Fixed an issue causing plugin upgrades from <1.5 -> >=1.5 to deactivate
73
+
74
+ = 1.5 (2016-12-19): =
75
+ * Added Catalan language support (@DavidGarciaCat)
76
+ * Added Spanish language support (@DavidGarciaCat)
77
+ * Added German language support (@lsinger)
78
+ * Fixed incorrect SMTP hostname
79
+ * Applied PSR standards across codebase
80
+ * Applied open tracking bugfix
81
+ * Applied tags bugfix
82
+ * Applied `Mailgun Lists` admin panel bugfix
83
+ * Fixed click tracking dropdown
84
+ * Fixed click tracking and open tracking
85
+ * Now try to process *all* sent mails as HTML, see L201 wp-mail.php for details
86
+ * Mailgun logo now loads on both admin pages ;)
87
+ * Now using the Mailgun API v3 endpoint!
88
+ * Configuration test will now present either an error from the API or the HTTP response code + message
89
+
90
+ = 1.4.1 (2015-12-01): =
91
+ * Clarify compatibility with WordPress 4.3
92
+
93
+ = 1.4 (2015-11-15): =
94
+ * Added shortcode and widget support for list subscription
95
+
96
+ = 1.3.1 (2014-11-19): =
97
+ * Switched to Semantic Versioning
98
+ * Fixed issue with campaigns and tags
99
+
100
+ = 1.3 (2014-08-25): =
101
+ * Added check to ignore empty attachments
102
+
103
+ = 1.2 (2014-08-19): =
104
+ * Fixed errors related to undefined variable. https://github.com/mailgun/wordpress-plugin/pull/3
105
+
106
+ = 1.1 (2013-12-09): =
107
+ * Attachments are now handled properly.
108
+ * Added ability to customize tags and campaigns.
109
+ * Added ability to toggle URL and open tracking.
110
+
111
+ = 1.0 (2012-11-27): =
112
+ * Re-release to update versioning to start at 1.0 instead of 0.1
113
+
114
+ = 0.1 (2012-11-21): =
115
+ * Initial Release
116
+