Plugin Directory

Changeset 3486885


Ignore:
Timestamp:
03/20/2026 12:36:10 AM (12 days ago)
Author:
magicwpio
Message:

Release version 1.0.9: Removed mu-plugins, updated readme

Location:
magic-api-email
Files:
2 deleted
2 edited
5 copied

Legend:

Unmodified
Added
Removed
  • magic-api-email/tags/1.0.9/README.txt

    r3486882 r3486885  
    11=== Magic API Email ===
    2 Contributors:      magicwp, magicwpio
     2Contributors:      magicwpio
    33Tags:              email, smtp, resend, mailgun, postmark
    44Requires at least: 6.0
     
    9494== Changelog ==
    9595
     96= 1.0.9 =
     97* Fix: Removed unnecessary `mu-plugins` directory.
     98* Tweak: Updated readme file for better documentation.
     99
    96100= 1.0.8 =
    97101* 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  
    33 * Plugin Name:       Magic API Email
    44 * Description:       Override WordPress email sending using a custom API provider (Resend, Mailgun, Postmark, Mailtrap, Plunk).
    5  * Version:           1.0.8
     5 * Version:           1.0.9
    66 * Author:            MagicWP
    77 * Author URI:        https://magicwp.io/?utm_source=wp-plugins&utm_medium=plugin-link&utm_campaign=magic-api-email
     
    2020// Plugin constants.
    2121if ( ! defined( 'MAGIC_API_EMAIL_VERSION' ) ) {
    22     define( 'MAGIC_API_EMAIL_VERSION', '1.0.8' );
     22    define( 'MAGIC_API_EMAIL_VERSION', '1.0.9' );
    2323}
    2424if ( ! defined( 'MAGIC_API_EMAIL_PATH' ) ) {
  • magic-api-email/trunk/README.txt

    r3486882 r3486885  
    11=== Magic API Email ===
    2 Contributors:      magicwp, magicwpio
     2Contributors:      magicwpio
    33Tags:              email, smtp, resend, mailgun, postmark
    44Requires at least: 6.0
     
    9494== Changelog ==
    9595
     96= 1.0.9 =
     97* Fix: Removed unnecessary `mu-plugins` directory.
     98* Tweak: Updated readme file for better documentation.
     99
    96100= 1.0.8 =
    97101* Fixed menu position to comply with WordPress.org guidelines (moved to Settings page).
  • magic-api-email/trunk/magic-api-email.php

    r3486882 r3486885  
    33 * Plugin Name:       Magic API Email
    44 * Description:       Override WordPress email sending using a custom API provider (Resend, Mailgun, Postmark, Mailtrap, Plunk).
    5  * Version:           1.0.8
     5 * Version:           1.0.9
    66 * Author:            MagicWP
    77 * Author URI:        https://magicwp.io/?utm_source=wp-plugins&utm_medium=plugin-link&utm_campaign=magic-api-email
     
    2020// Plugin constants.
    2121if ( ! defined( 'MAGIC_API_EMAIL_VERSION' ) ) {
    22     define( 'MAGIC_API_EMAIL_VERSION', '1.0.8' );
     22    define( 'MAGIC_API_EMAIL_VERSION', '1.0.9' );
    2323}
    2424if ( ! defined( 'MAGIC_API_EMAIL_PATH' ) ) {
Note: See TracChangeset for help on using the changeset viewer.