Plugin Directory

Changeset 3487398


Ignore:
Timestamp:
03/20/2026 06:21:33 PM (11 days ago)
Author:
magicwpio
Message:

Release version 1.0.10: Added plugin icon and updated stable tag

Location:
magic-api-email
Files:
1 added
2 edited
5 copied

Legend:

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

    r3486888 r3487398  
    55Tested up to:      6.9
    66Requires PHP:      8.0
    7 Stable tag:        1.0.9
     7Stable tag:        1.0.10
    88License:           GPL-2.0-or-later
    99License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    9494== Changelog ==
    9595
     96= 1.0.10 =
     97* Feature: Added plugin icon.
     98* Tweak: Version bump for assets update.
     99
    96100= 1.0.9 =
    97101* Fix: Removed unnecessary `mu-plugins` directory.
  • magic-api-email/tags/1.0.10/magic-api-email.php

    r3486885 r3487398  
    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.9
     5 * Version:           1.0.10
    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.9' );
     22    define( 'MAGIC_API_EMAIL_VERSION', '1.0.10' );
    2323}
    2424if ( ! defined( 'MAGIC_API_EMAIL_PATH' ) ) {
  • magic-api-email/trunk/README.txt

    r3486888 r3487398  
    55Tested up to:      6.9
    66Requires PHP:      8.0
    7 Stable tag:        1.0.9
     7Stable tag:        1.0.10
    88License:           GPL-2.0-or-later
    99License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    9494== Changelog ==
    9595
     96= 1.0.10 =
     97* Feature: Added plugin icon.
     98* Tweak: Version bump for assets update.
     99
    96100= 1.0.9 =
    97101* Fix: Removed unnecessary `mu-plugins` directory.
  • magic-api-email/trunk/magic-api-email.php

    r3486885 r3487398  
    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.9
     5 * Version:           1.0.10
    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.9' );
     22    define( 'MAGIC_API_EMAIL_VERSION', '1.0.10' );
    2323}
    2424if ( ! defined( 'MAGIC_API_EMAIL_PATH' ) ) {
Note: See TracChangeset for help on using the changeset viewer.