Plugin Directory

Changeset 2536582


Ignore:
Timestamp:
05/24/2021 04:43:18 PM (5 years ago)
Author:
Mailgun
Message:

Updating trunk

Location:
mailgun/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • mailgun/trunk/CHANGELOG.md

    r2531354 r2536582  
    11Changelog
    22=========
     3
     41.7.9 (2021-05-24)
     5- API Key description
    36
    471.7.8 (2021-05-13)
  • mailgun/trunk/includes/options-page.php

    r2498943 r2536582  
    168168                    <p class="description">
    169169                        <?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');
    171171                        ?>
    172172                    </p>
  • mailgun/trunk/mailgun.php

    r2531354 r2536582  
    55 * Plugin URI:   http://wordpress.org/extend/plugins/mailgun/
    66 * Description:  Mailgun integration for WordPress
    7  * Version:      1.7.8
     7 * Version:      1.7.9
    88 * Author:       Mailgun
    99 * Author URI:   http://www.mailgun.com/
  • mailgun/trunk/readme.txt

    r2531354 r2536582  
    55Tags: mailgun, smtp, http, api, mail, email
    66Requires at least: 3.3
    7 Tested up to: 5.7.1
    8 Stable tag: 1.7.8
     7Tested up to: 5.7.2
     8Stable tag: 1.7.9
    99License: GPLv2 or later
    1010
     
    129129
    130130== Changelog ==
     131
     132= 1.7.9 (2021-05-24): =
     133- API Key description
    131134
    132135= 1.7.8 (2021-05-13): =
Note: See TracChangeset for help on using the changeset viewer.