Plugin Directory

Changeset 3310000


Ignore:
Timestamp:
06/11/2025 06:33:53 PM (10 months ago)
Author:
wpbrite
Message:

Tweak - code optimized

Location:
mail2admins
Files:
26 added
2 edited

Legend:

Unmodified
Added
Removed
  • mail2admins/trunk/mail2admins.php

    r3307571 r3310000  
    55 * Plugin URI: https://wpbrite.com/
    66 * Description: Automatically forwards the WordPress Admin emails to multiple users with Administrator-level permissions
    7  * Version: 1.0.3
     7 * Version: 1.0.4
    88 * Author: WPBrite
    99 * Author URI: https://wpbrite.com
     
    2424
    2525// Define plugin constants
    26 define('MAIL2A_VERSION', '1.0.2');
     26define('MAIL2A_VERSION', '1.0.4');
    2727define('MAIL2A_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2828define('MAIL2A_PLUGIN_URL', plugin_dir_url(__FILE__));
  • mail2admins/trunk/readme.txt

    r3307571 r3310000  
    11=== Mail2Admins ===
    22Contributors: WPBrite
    3 Tags: email forwarder, email to multiple admins, admin emails, subject-based forwarding, admin notifications.
     3Tags: notification forwarder, forwarder, admin notifications.
    44Requires at least: 6.0
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 **Mail2Admins** – Instantly Route Important Emails to the Right Administrators – Automatically!
     11A simple email routing plugin that instantly forwards admin emails to selected administrators, with optional subject-based rules.
    1212
    1313== Description ==
     
    5353== Changelog ==
    5454
     55= 1.0.4 =
     56* Tweak - Code Optimized
    5557
    5658= 1.0.3 =
Note: See TracChangeset for help on using the changeset viewer.