Changeset 2536582
- Timestamp:
- 05/24/2021 04:43:18 PM (5 years ago)
- Location:
- mailgun/trunk
- Files:
-
- 4 edited
-
CHANGELOG.md (modified) (1 diff)
-
includes/options-page.php (modified) (1 diff)
-
mailgun.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mailgun/trunk/CHANGELOG.md
r2531354 r2536582 1 1 Changelog 2 2 ========= 3 4 1.7.9 (2021-05-24) 5 - API Key description 3 6 4 7 1.7.8 (2021-05-13) -
mailgun/trunk/includes/options-page.php
r2498943 r2536582 168 168 <p class="description"> 169 169 <?php 170 _e('Your Mailgun API key. Only valid for use with the API.', 'mailgun');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 171 ?> 172 172 </p> -
mailgun/trunk/mailgun.php
r2531354 r2536582 5 5 * Plugin URI: http://wordpress.org/extend/plugins/mailgun/ 6 6 * Description: Mailgun integration for WordPress 7 * Version: 1.7. 87 * Version: 1.7.9 8 8 * Author: Mailgun 9 9 * Author URI: http://www.mailgun.com/ -
mailgun/trunk/readme.txt
r2531354 r2536582 5 5 Tags: mailgun, smtp, http, api, mail, email 6 6 Requires at least: 3.3 7 Tested up to: 5.7. 18 Stable tag: 1.7. 87 Tested up to: 5.7.2 8 Stable tag: 1.7.9 9 9 License: GPLv2 or later 10 10 … … 129 129 130 130 == Changelog == 131 132 = 1.7.9 (2021-05-24): = 133 - API Key description 131 134 132 135 = 1.7.8 (2021-05-13): =
Note: See TracChangeset
for help on using the changeset viewer.