Plugin Directory

Changeset 3492245


Ignore:
Timestamp:
03/27/2026 12:04:03 AM (5 days ago)
Author:
magicwpio
Message:

Release version 1.0.12: Fix zip package version mismatch

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

Legend:

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

    r3491384 r3492245  
    55Tested up to:      6.9
    66Requires PHP:      8.0
    7 Stable tag:        1.0.11
     7Stable tag:        1.0.12
    88License:           GPL-2.0-or-later
    99License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    9494== Changelog ==
    9595
     96= 1.0.12 =
     97* Fix: Versioning conflict in the previous deployment package.
     98
    9699= 1.0.11 =
    97100* Feature: Added plugin banner and screenshots to the repository.
  • magic-api-email/tags/1.0.12/magic-api-email.php

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

    r3491384 r3492245  
    55Tested up to:      6.9
    66Requires PHP:      8.0
    7 Stable tag:        1.0.11
     7Stable tag:        1.0.12
    88License:           GPL-2.0-or-later
    99License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    9494== Changelog ==
    9595
     96= 1.0.12 =
     97* Fix: Versioning conflict in the previous deployment package.
     98
    9699= 1.0.11 =
    97100* Feature: Added plugin banner and screenshots to the repository.
  • magic-api-email/trunk/magic-api-email.php

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