Changeset 3487398
- Timestamp:
- 03/20/2026 06:21:33 PM (11 days ago)
- Location:
- magic-api-email
- Files:
-
- 1 added
- 2 edited
- 5 copied
-
assets/icon.svg (added)
-
tags/1.0.10 (copied) (copied from magic-api-email/trunk)
-
tags/1.0.10/README.txt (copied) (copied from magic-api-email/trunk/README.txt) (2 diffs)
-
tags/1.0.10/includes (copied) (copied from magic-api-email/trunk/includes)
-
tags/1.0.10/languages (copied) (copied from magic-api-email/trunk/languages)
-
tags/1.0.10/magic-api-email.php (copied) (copied from magic-api-email/trunk/magic-api-email.php) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/magic-api-email.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
magic-api-email/tags/1.0.10/README.txt
r3486888 r3487398 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 1.0. 97 Stable tag: 1.0.10 8 8 License: GPL-2.0-or-later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 94 94 == Changelog == 95 95 96 = 1.0.10 = 97 * Feature: Added plugin icon. 98 * Tweak: Version bump for assets update. 99 96 100 = 1.0.9 = 97 101 * Fix: Removed unnecessary `mu-plugins` directory. -
magic-api-email/tags/1.0.10/magic-api-email.php
r3486885 r3487398 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. 95 * Version: 1.0.10 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. 9' );22 define( 'MAGIC_API_EMAIL_VERSION', '1.0.10' ); 23 23 } 24 24 if ( ! defined( 'MAGIC_API_EMAIL_PATH' ) ) { -
magic-api-email/trunk/README.txt
r3486888 r3487398 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 1.0. 97 Stable tag: 1.0.10 8 8 License: GPL-2.0-or-later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 94 94 == Changelog == 95 95 96 = 1.0.10 = 97 * Feature: Added plugin icon. 98 * Tweak: Version bump for assets update. 99 96 100 = 1.0.9 = 97 101 * Fix: Removed unnecessary `mu-plugins` directory. -
magic-api-email/trunk/magic-api-email.php
r3486885 r3487398 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. 95 * Version: 1.0.10 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. 9' );22 define( 'MAGIC_API_EMAIL_VERSION', '1.0.10' ); 23 23 } 24 24 if ( ! defined( 'MAGIC_API_EMAIL_PATH' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.