Mailgun for WordPress - Version 1.0

Version Description

Re-release to update versioning to start at 1.0 instead of 0.1

Download this release

Release Info

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

Code changes from version 0.1 to 1.0

Files changed (2) hide show
  1. mailgun.php +1 -1
  2. readme.txt +10 -3
mailgun.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Mailgun
4
  * Plugin URI: http://wordpress.org/extend/plugins/mailgun/
5
  * Description: Mailgun integration for WordPress
6
- * Version: 0.1
7
  * Author: Matt Martz
8
  * Author URI: http://www.mailgun.com/
9
  * License: GPLv2 or later
3
  * Plugin Name: Mailgun
4
  * Plugin URI: http://wordpress.org/extend/plugins/mailgun/
5
  * Description: Mailgun integration for WordPress
6
+ * Version: 1.0
7
  * Author: Matt Martz
8
  * Author URI: http://www.mailgun.com/
9
  * License: GPLv2 or later
readme.txt CHANGED
@@ -3,16 +3,16 @@ Contributors: sivel, Mailgun
3
  Tags: mailgun, smtp, http, api, mail, email
4
  Requires at least: 3.3
5
  Tested up to: 3.5
6
- Stable tag: 0.1
7
  License: GPLv2 or later
8
 
9
- Easily send email from your WordPress site through Mailgun using using the HTTP API or SMTP.
10
 
11
  == Description ==
12
 
13
  [Mailgun](http://www.mailgun.com/) is the email automation engine trusted by over 10,000 website and application developers for sending, receiving and tracking emails. By taking advantage of Mailgun's powerful email APIs, developers can spend more time building awesome websites and less time fighting with email servers. Mailgun supports all of the most popular languages including PHP, Ruby, Python, C# and Java.
14
 
15
- One particularly useful feature of this plugin is that it provides you with a way to send email when the server you are on does not support SMTP or where outbound SMTP is restricted since the plug-in uses the Mailgun HTTP API for sending email by default. All you need to use the plugin in a [Mailgun account](http://www.mailgun.com/). Mailgun has a free account that lets you send up to 200 emails per day, which is great for testing. Paid subscriptions are available for increased limits.
16
 
17
  The current version of this plugin only handles sending emails. Future releases will include additional functionality around processing incoming emails, tracking and analytics. Until then, you can configure how to handle incoming emails and set up analytics in the Mailgun control panel or using the Mailgun API.
18
 
@@ -52,11 +52,18 @@ MAILGUN_SECURE Type: boolean
52
 
53
  == Upgrade Notice ==
54
 
 
 
 
 
55
  = 0.1 =
56
 
57
  Initial Release
58
 
59
  == ChangeLog ==
60
 
 
 
 
61
  = 0.1 (2012-11-21): =
62
  * Initial Release
3
  Tags: mailgun, smtp, http, api, mail, email
4
  Requires at least: 3.3
5
  Tested up to: 3.5
6
+ Stable tag: 1.0
7
  License: GPLv2 or later
8
 
9
+ Easily send email from your WordPress site through Mailgun using the HTTP API or SMTP.
10
 
11
  == Description ==
12
 
13
  [Mailgun](http://www.mailgun.com/) is the email automation engine trusted by over 10,000 website and application developers for sending, receiving and tracking emails. By taking advantage of Mailgun's powerful email APIs, developers can spend more time building awesome websites and less time fighting with email servers. Mailgun supports all of the most popular languages including PHP, Ruby, Python, C# and Java.
14
 
15
+ One particularly useful feature of this plugin is that it provides you with a way to send email when the server you are on does not support SMTP or where outbound SMTP is restricted since the plug-in uses the Mailgun HTTP API for sending email by default. All you need to use the plugin is a [Mailgun account](http://www.mailgun.com/). Mailgun has a free account that lets you send up to 200 emails per day, which is great for testing. Paid subscriptions are available for increased limits.
16
 
17
  The current version of this plugin only handles sending emails. Future releases will include additional functionality around processing incoming emails, tracking and analytics. Until then, you can configure how to handle incoming emails and set up analytics in the Mailgun control panel or using the Mailgun API.
18
 
52
 
53
  == Upgrade Notice ==
54
 
55
+ = 1.0 =
56
+
57
+ Re-release to update versioning to start at 1.0 instead of 0.1
58
+
59
  = 0.1 =
60
 
61
  Initial Release
62
 
63
  == ChangeLog ==
64
 
65
+ = 1.0 (2012-11-27): =
66
+ * Re-release to update versioning to start at 1.0 instead of 0.1
67
+
68
  = 0.1 (2012-11-21): =
69
  * Initial Release