Changeset 3491378
- Timestamp:
- 03/26/2026 02:33:16 AM (6 days ago)
- Location:
- magic-api-email
- Files:
-
- 2 edited
-
tags/1.0.11/magic-api-email.php (modified) (2 diffs)
-
trunk/magic-api-email.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
magic-api-email/tags/1.0.11/magic-api-email.php
r3491370 r3491378 3 3 * Plugin Name: Magic API Email 4 4 * Description: Override WordPress email sending using a custom API provider (Resend, Mailgun, Postmark, Mailtrap, Plunk). 5 * Version: 1.0.1 05 * Version: 1.0.11 6 6 * Author: MagicWP 7 7 * Author URI: https://magicwp.io/?utm_source=wp-plugins&utm_medium=plugin-link&utm_campaign=magic-api-email … … 20 20 // Plugin constants. 21 21 if ( ! defined( 'MAGIC_API_EMAIL_VERSION' ) ) { 22 define( 'MAGIC_API_EMAIL_VERSION', '1.0.1 0' );22 define( 'MAGIC_API_EMAIL_VERSION', '1.0.11' ); 23 23 } 24 24 if ( ! defined( 'MAGIC_API_EMAIL_PATH' ) ) { -
magic-api-email/trunk/magic-api-email.php
r3487398 r3491378 3 3 * Plugin Name: Magic API Email 4 4 * Description: Override WordPress email sending using a custom API provider (Resend, Mailgun, Postmark, Mailtrap, Plunk). 5 * Version: 1.0.1 05 * Version: 1.0.11 6 6 * Author: MagicWP 7 7 * Author URI: https://magicwp.io/?utm_source=wp-plugins&utm_medium=plugin-link&utm_campaign=magic-api-email … … 20 20 // Plugin constants. 21 21 if ( ! defined( 'MAGIC_API_EMAIL_VERSION' ) ) { 22 define( 'MAGIC_API_EMAIL_VERSION', '1.0.1 0' );22 define( 'MAGIC_API_EMAIL_VERSION', '1.0.11' ); 23 23 } 24 24 if ( ! defined( 'MAGIC_API_EMAIL_PATH' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.