Changeset 3492245
- Timestamp:
- 03/27/2026 12:04:03 AM (5 days ago)
- Location:
- magic-api-email
- Files:
-
- 2 edited
- 5 copied
-
tags/1.0.12 (copied) (copied from magic-api-email/trunk)
-
tags/1.0.12/README.txt (copied) (copied from magic-api-email/trunk/README.txt) (2 diffs)
-
tags/1.0.12/includes (copied) (copied from magic-api-email/trunk/includes)
-
tags/1.0.12/languages (copied) (copied from magic-api-email/trunk/languages)
-
tags/1.0.12/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.12/README.txt
r3491384 r3492245 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 1.0.1 17 Stable tag: 1.0.12 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.12 = 97 * Fix: Versioning conflict in the previous deployment package. 98 96 99 = 1.0.11 = 97 100 * Feature: Added plugin banner and screenshots to the repository. -
magic-api-email/tags/1.0.12/magic-api-email.php
r3491378 r3492245 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 15 * Version: 1.0.12 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 1' );22 define( 'MAGIC_API_EMAIL_VERSION', '1.0.12' ); 23 23 } 24 24 if ( ! defined( 'MAGIC_API_EMAIL_PATH' ) ) { -
magic-api-email/trunk/README.txt
r3491384 r3492245 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 1.0.1 17 Stable tag: 1.0.12 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.12 = 97 * Fix: Versioning conflict in the previous deployment package. 98 96 99 = 1.0.11 = 97 100 * Feature: Added plugin banner and screenshots to the repository. -
magic-api-email/trunk/magic-api-email.php
r3491378 r3492245 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 15 * Version: 1.0.12 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 1' );22 define( 'MAGIC_API_EMAIL_VERSION', '1.0.12' ); 23 23 } 24 24 if ( ! defined( 'MAGIC_API_EMAIL_PATH' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.