Changeset 3310000
- Timestamp:
- 06/11/2025 06:33:53 PM (10 months ago)
- Location:
- mail2admins
- Files:
-
- 26 added
- 2 edited
-
tags/1.0.4 (added)
-
tags/1.0.4/assets (added)
-
tags/1.0.4/assets/css (added)
-
tags/1.0.4/assets/css/fonts (added)
-
tags/1.0.4/assets/css/fonts/mail2a.eot (added)
-
tags/1.0.4/assets/css/fonts/mail2a.svg (added)
-
tags/1.0.4/assets/css/fonts/mail2a.ttf (added)
-
tags/1.0.4/assets/css/fonts/mail2a.woff (added)
-
tags/1.0.4/assets/css/mail2a-admin.css (added)
-
tags/1.0.4/assets/css/select2.min.css (added)
-
tags/1.0.4/assets/icons (added)
-
tags/1.0.4/assets/icons/dashicon-mail2a.svg (added)
-
tags/1.0.4/assets/icons/main-icon.svg (added)
-
tags/1.0.4/assets/js (added)
-
tags/1.0.4/assets/js/mail2a-admin.js (added)
-
tags/1.0.4/assets/js/select2.min.js (added)
-
tags/1.0.4/include (added)
-
tags/1.0.4/include/class-mail2a-admin.php (added)
-
tags/1.0.4/include/class-mail2a-settings.php (added)
-
tags/1.0.4/languages (added)
-
tags/1.0.4/languages/mail2admins-en_US.l10n.php (added)
-
tags/1.0.4/languages/mail2admins-en_US.mo (added)
-
tags/1.0.4/languages/mail2admins-en_US.po (added)
-
tags/1.0.4/languages/mail2admins.pot (added)
-
tags/1.0.4/mail2admins.php (added)
-
tags/1.0.4/readme.txt (added)
-
trunk/mail2admins.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mail2admins/trunk/mail2admins.php
r3307571 r3310000 5 5 * Plugin URI: https://wpbrite.com/ 6 6 * Description: Automatically forwards the WordPress Admin emails to multiple users with Administrator-level permissions 7 * Version: 1.0. 37 * Version: 1.0.4 8 8 * Author: WPBrite 9 9 * Author URI: https://wpbrite.com … … 24 24 25 25 // Define plugin constants 26 define('MAIL2A_VERSION', '1.0. 2');26 define('MAIL2A_VERSION', '1.0.4'); 27 27 define('MAIL2A_PLUGIN_DIR', plugin_dir_path(__FILE__)); 28 28 define('MAIL2A_PLUGIN_URL', plugin_dir_url(__FILE__)); -
mail2admins/trunk/readme.txt
r3307571 r3310000 1 1 === Mail2Admins === 2 2 Contributors: WPBrite 3 Tags: email forwarder, email to multiple admins, admin emails, subject-based forwarding, admin notifications.3 Tags: notification forwarder, forwarder, admin notifications. 4 4 Requires at least: 6.0 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 **Mail2Admins** – Instantly Route Important Emails to the Right Administrators – Automatically! 11 A simple email routing plugin that instantly forwards admin emails to selected administrators, with optional subject-based rules. 12 12 13 13 == Description == … … 53 53 == Changelog == 54 54 55 = 1.0.4 = 56 * Tweak - Code Optimized 55 57 56 58 = 1.0.3 =
Note: See TracChangeset
for help on using the changeset viewer.