Changeset 3190612
- Timestamp:
- 11/17/2024 12:30:23 PM (4 months ago)
- Location:
- mailgun/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
mailgun/trunk/CHANGELOG.md
r3136968 r3190612 1 1 Changelog 2 2 ========= 3 4 2.1.2 (2024-11-17) 5 - Fixed code. Removed line that try to connect not existing file. Fixed versions in the plugin 3 6 4 7 2.1.1 (2024-08-17) -
mailgun/trunk/mailgun.php
r3136968 r3190612 4 4 * Plugin URI: http://wordpress.org/extend/plugins/mailgun/ 5 5 * Description: Mailgun integration for WordPress 6 * Version: 2.1. 16 * Version: 2.1.2 7 7 * Requires PHP: 7.4 8 8 * Requires at least: 4.4 … … 87 87 $this->deactivate_and_die(__DIR__ . '/includes/wp-mail-api.php'); 88 88 } 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';93 89 } 94 90 } else { -
mailgun/trunk/readme.md
r3136968 r3190612 4 4 Contributors: mailgun, sivel, lookahead.io, m35dev, alanfuller 5 5 Tags: mailgun, smtp, http, api, mail, email 6 Tested up to: 6. 6.17 Stable tag: 2.1. 16 Tested up to: 6.7 7 Stable tag: 2.1.2 8 8 License: GPLv2 or later 9 9 … … 133 133 == Changelog == 134 134 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 135 138 = 2.1.1 (2024-08-17): = 136 139 - Added fallback to regular mail in case or error during sending email vua API -
mailgun/trunk/readme.txt
r3136968 r3190612 4 4 Contributors: mailgun, sivel, lookahead.io, m35dev, alanfuller 5 5 Tags: mailgun, smtp, http, api, mail, email 6 Tested up to: 6. 6.17 Stable tag: 2.1. 06 Tested up to: 6.7 7 Stable tag: 2.1.2 8 8 License: GPLv2 or later 9 9 … … 129 129 == Changelog == 130 130 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 131 134 = 2.1.1 (2024-08-17): = 132 135 - Added fallback to regular mail in case or error during sending email vua API
Note: See TracChangeset
for help on using the changeset viewer.