Mailgun for WordPress - Version 1.7.9

Version Description

(2021-05-24): = - API Key description

Download this release

Release Info

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

Code changes from version 1.7.8 to 1.7.9

Files changed (4) hide show
  1. CHANGELOG.md +3 -0
  2. includes/options-page.php +1 -1
  3. mailgun.php +1 -1
  4. readme.txt +5 -2
CHANGELOG.md CHANGED
@@ -1,6 +1,9 @@
1
  Changelog
2
  =========
3
 
 
 
 
4
  1.7.8 (2021-05-13)
5
  - Tested WP 5.7.1
6
 
1
  Changelog
2
  =========
3
 
4
+ 1.7.9 (2021-05-24)
5
+ - API Key description
6
+
7
  1.7.8 (2021-05-13)
8
  - Tested WP 5.7.1
9
 
includes/options-page.php CHANGED
@@ -167,7 +167,7 @@ $mailgun_use_api = !is_null($mailgun_use_api_const) ? ((string)(1 * $mailgun_use
167
  />
168
  <p class="description">
169
  <?php
170
- _e('Your Mailgun API key. Only valid for use with the API.', 'mailgun');
171
  ?>
172
  </p>
173
  </td>
167
  />
168
  <p class="description">
169
  <?php
170
+ _e('Your Mailgun Private API key. For more information on where to find your Private API key, see <a target="_blank" href="https://help.mailgun.com/hc/en-us/articles/203380100-Where-Can-I-Find-My-API-Key-and-SMTP-Credentials-">here</a>', 'mailgun');
171
  ?>
172
  </p>
173
  </td>
mailgun.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Mailgun
5
  * Plugin URI: http://wordpress.org/extend/plugins/mailgun/
6
  * Description: Mailgun integration for WordPress
7
- * Version: 1.7.8
8
  * Author: Mailgun
9
  * Author URI: http://www.mailgun.com/
10
  * License: GPLv2 or later
4
  * Plugin Name: Mailgun
5
  * Plugin URI: http://wordpress.org/extend/plugins/mailgun/
6
  * Description: Mailgun integration for WordPress
7
+ * Version: 1.7.9
8
  * Author: Mailgun
9
  * Author URI: http://www.mailgun.com/
10
  * License: GPLv2 or later
readme.txt CHANGED
@@ -4,8 +4,8 @@ Mailgun for WordPress
4
  Contributors: mailgun, sivel, lookahead.io, m35dev
5
  Tags: mailgun, smtp, http, api, mail, email
6
  Requires at least: 3.3
7
- Tested up to: 5.7.1
8
- Stable tag: 1.7.8
9
  License: GPLv2 or later
10
 
11
 
@@ -129,6 +129,9 @@ MAILGUN_FROM_ADDRESS Type: string
129
 
130
  == Changelog ==
131
 
 
 
 
132
  = 1.7.8 (2021-05-13): =
133
  - Tested WP 5.7.1
134
 
4
  Contributors: mailgun, sivel, lookahead.io, m35dev
5
  Tags: mailgun, smtp, http, api, mail, email
6
  Requires at least: 3.3
7
+ Tested up to: 5.7.2
8
+ Stable tag: 1.7.9
9
  License: GPLv2 or later
10
 
11
 
129
 
130
  == Changelog ==
131
 
132
+ = 1.7.9 (2021-05-24): =
133
+ - API Key description
134
+
135
  = 1.7.8 (2021-05-13): =
136
  - Tested WP 5.7.1
137