Plugin Directory

Changeset 3190612


Ignore:
Timestamp:
11/17/2024 12:30:23 PM (4 months ago)
Author:
omykhailenko
Message:

Updating trunk

Location:
mailgun/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • mailgun/trunk/CHANGELOG.md

    r3136968 r3190612  
    11Changelog
    22=========
     3
     42.1.2 (2024-11-17)
     5 - Fixed code. Removed line that try to connect not existing file. Fixed versions in the plugin
    36
    472.1.1 (2024-08-17)
  • mailgun/trunk/mailgun.php

    r3136968 r3190612  
    44 * Plugin URI:   http://wordpress.org/extend/plugins/mailgun/
    55 * Description:  Mailgun integration for WordPress
    6  * Version:      2.1.1
     6 * Version:      2.1.2
    77 * Requires PHP: 7.4
    88 * Requires at least: 4.4
     
    8787                    $this->deactivate_and_die(__DIR__ . '/includes/wp-mail-api.php');
    8888                }
    89             }
    90 
    91             if (!function_exists('mg_api_get_region') && !in_array(__DIR__ . '/includes/mg-api.php', get_included_files())) {
    92                 include __DIR__ . '/includes/mg-api.php';
    9389            }
    9490        } else {
  • mailgun/trunk/readme.md

    r3136968 r3190612  
    44Contributors: mailgun, sivel, lookahead.io, m35dev, alanfuller
    55Tags: mailgun, smtp, http, api, mail, email
    6 Tested up to: 6.6.1
    7 Stable tag: 2.1.1
     6Tested up to: 6.7
     7Stable tag: 2.1.2
    88License: GPLv2 or later
    99
     
    133133== Changelog ==
    134134
     135= 2.1.2 (2024-11-17): =
     136- Fixed code. Removed line that try to connect not existing file. Fixed versions in the plugin
     137
    135138= 2.1.1 (2024-08-17): =
    136139- Added fallback to regular mail in case or error during sending email vua API
  • mailgun/trunk/readme.txt

    r3136968 r3190612  
    44Contributors: mailgun, sivel, lookahead.io, m35dev, alanfuller
    55Tags: mailgun, smtp, http, api, mail, email
    6 Tested up to: 6.6.1
    7 Stable tag: 2.1.0
     6Tested up to: 6.7
     7Stable tag: 2.1.2
    88License: GPLv2 or later
    99
     
    129129== Changelog ==
    130130
     131= 2.1.2 (2024-11-17): =
     132 - Fixed code. Removed line that try to connect not existing file. Fixed versions in the plugin
     133
    131134= 2.1.1 (2024-08-17): =
    132135- Added fallback to regular mail in case or error during sending email vua API
Note: See TracChangeset for help on using the changeset viewer.