Changeset 3407085
- Timestamp:
- 12/01/2025 05:16:17 PM (3 months ago)
- Location:
- wb-mail-logger
- Files:
-
- 27 added
- 3 edited
-
tags/1.1.0 (added)
-
tags/1.1.0/admin (added)
-
tags/1.1.0/admin/class-wb-mail-logger-admin.php (added)
-
tags/1.1.0/admin/css (added)
-
tags/1.1.0/admin/css/wb-mail-logger-admin.css (added)
-
tags/1.1.0/admin/images (added)
-
tags/1.1.0/admin/images/loading.gif (added)
-
tags/1.1.0/admin/index.php (added)
-
tags/1.1.0/admin/js (added)
-
tags/1.1.0/admin/js/wb-mail-logger-admin.js (added)
-
tags/1.1.0/admin/partials (added)
-
tags/1.1.0/admin/partials/_detail-view.php (added)
-
tags/1.1.0/admin/partials/wb-mail-logger-admin-display.php (added)
-
tags/1.1.0/includes (added)
-
tags/1.1.0/includes/class-wb-mail-logger-activator.php (added)
-
tags/1.1.0/includes/class-wb-mail-logger-deactivator.php (added)
-
tags/1.1.0/includes/class-wb-mail-logger-i18n.php (added)
-
tags/1.1.0/includes/class-wb-mail-logger-loader.php (added)
-
tags/1.1.0/includes/class-wb-mail-logger.php (added)
-
tags/1.1.0/includes/index.php (added)
-
tags/1.1.0/index.php (added)
-
tags/1.1.0/languages (added)
-
tags/1.1.0/languages/wb-mail-logger.pot (added)
-
tags/1.1.0/license.txt (added)
-
tags/1.1.0/readme.txt (added)
-
tags/1.1.0/uninstall.php (added)
-
tags/1.1.0/wb-mail-logger.php (added)
-
trunk/includes/class-wb-mail-logger.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/wb-mail-logger.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wb-mail-logger/trunk/includes/class-wb-mail-logger.php
r3380756 r3407085 73 73 $this->version = WB_MAIL_LOGGER_VERSION; 74 74 } else { 75 $this->version = '1. 0.9';75 $this->version = '1.1.0'; 76 76 } 77 77 $this->plugin_name = 'wb-mail-logger'; -
wb-mail-logger/trunk/readme.txt
r3380756 r3407085 3 3 Donate link: https://profiles.wordpress.org/webbuilder143/ 4 4 Tags: email log, email, email catcher, save email, mailer 5 Requires at least: 3. 0.16 Tested up to: 6. 85 Requires at least: 3.5.0 6 Tested up to: 6.9 7 7 Requires PHP: 5.6 8 Stable tag: 1. 0.98 Stable tag: 1.1.0 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 41 41 == Changelog == 42 43 = 1.1.0 = 44 * Tested with WP 6.9 42 45 43 46 = 1.0.9 = … … 76 79 == Upgrade Notice == 77 80 78 = 1. 0.9=79 * [Fix] Resolved an issue where CC and BCC email addresses were not extracted from certain headers.81 = 1.1.0 = 82 * Tested with WP 6.9 -
wb-mail-logger/trunk/wb-mail-logger.php
r3380756 r3407085 11 11 * Plugin URI: https://wordpress.org/plugins/wb-mail-logger/ 12 12 * Description: Wb Mail Logger will help to capture all WP emails. So this will help to debug email related issues. And also use full to store a copy of all sent emails. 13 * Version: 1. 0.913 * Version: 1.1.0 14 14 * Author: Web Builder 143 15 15 * Author URI: https://profiles.wordpress.org/webbuilder143/ … … 30 30 * Rename this for your plugin and update it as you release new versions. 31 31 */ 32 define('WB_MAIL_LOGGER_VERSION', '1. 0.9');32 define('WB_MAIL_LOGGER_VERSION', '1.1.0'); 33 33 define('WB_MAIL_LOGGER_SETTINGS', 'WB_MAIL_LOGGER_SETTINGS'); 34 34
Note: See TracChangeset
for help on using the changeset viewer.