Changeset 3486885
- Timestamp:
- 03/20/2026 12:36:10 AM (12 days ago)
- Location:
- magic-api-email
- Files:
-
- 2 deleted
- 2 edited
- 5 copied
-
tags/1.0.9 (copied) (copied from magic-api-email/trunk)
-
tags/1.0.9/README.txt (copied) (copied from magic-api-email/trunk/README.txt) (2 diffs)
-
tags/1.0.9/includes (copied) (copied from magic-api-email/trunk/includes)
-
tags/1.0.9/languages (copied) (copied from magic-api-email/trunk/languages)
-
tags/1.0.9/magic-api-email.php (copied) (copied from magic-api-email/trunk/magic-api-email.php) (2 diffs)
-
trunk/README.md (deleted)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/magic-api-email.php (modified) (2 diffs)
-
trunk/mu-plugins (deleted)
Legend:
- Unmodified
- Added
- Removed
-
magic-api-email/tags/1.0.9/README.txt
r3486882 r3486885 1 1 === Magic API Email === 2 Contributors: magicwp , magicwpio2 Contributors: magicwpio 3 3 Tags: email, smtp, resend, mailgun, postmark 4 4 Requires at least: 6.0 … … 94 94 == Changelog == 95 95 96 = 1.0.9 = 97 * Fix: Removed unnecessary `mu-plugins` directory. 98 * Tweak: Updated readme file for better documentation. 99 96 100 = 1.0.8 = 97 101 * Fixed menu position to comply with WordPress.org guidelines (moved to Settings page). -
magic-api-email/tags/1.0.9/magic-api-email.php
r3486882 r3486885 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. 85 * Version: 1.0.9 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. 8' );22 define( 'MAGIC_API_EMAIL_VERSION', '1.0.9' ); 23 23 } 24 24 if ( ! defined( 'MAGIC_API_EMAIL_PATH' ) ) { -
magic-api-email/trunk/README.txt
r3486882 r3486885 1 1 === Magic API Email === 2 Contributors: magicwp , magicwpio2 Contributors: magicwpio 3 3 Tags: email, smtp, resend, mailgun, postmark 4 4 Requires at least: 6.0 … … 94 94 == Changelog == 95 95 96 = 1.0.9 = 97 * Fix: Removed unnecessary `mu-plugins` directory. 98 * Tweak: Updated readme file for better documentation. 99 96 100 = 1.0.8 = 97 101 * Fixed menu position to comply with WordPress.org guidelines (moved to Settings page). -
magic-api-email/trunk/magic-api-email.php
r3486882 r3486885 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. 85 * Version: 1.0.9 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. 8' );22 define( 'MAGIC_API_EMAIL_VERSION', '1.0.9' ); 23 23 } 24 24 if ( ! defined( 'MAGIC_API_EMAIL_PATH' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.