Changeset 3339789
- Timestamp:
- 08/05/2025 04:55:25 PM (7 months ago)
- Location:
- wb-mail-logger
- Files:
-
- 27 added
- 3 edited
-
tags/1.0.7 (added)
-
tags/1.0.7/admin (added)
-
tags/1.0.7/admin/class-wb-mail-logger-admin.php (added)
-
tags/1.0.7/admin/css (added)
-
tags/1.0.7/admin/css/wb-mail-logger-admin.css (added)
-
tags/1.0.7/admin/images (added)
-
tags/1.0.7/admin/images/loading.gif (added)
-
tags/1.0.7/admin/index.php (added)
-
tags/1.0.7/admin/js (added)
-
tags/1.0.7/admin/js/wb-mail-logger-admin.js (added)
-
tags/1.0.7/admin/partials (added)
-
tags/1.0.7/admin/partials/_detail-view.php (added)
-
tags/1.0.7/admin/partials/wb-mail-logger-admin-display.php (added)
-
tags/1.0.7/includes (added)
-
tags/1.0.7/includes/class-wb-mail-logger-activator.php (added)
-
tags/1.0.7/includes/class-wb-mail-logger-deactivator.php (added)
-
tags/1.0.7/includes/class-wb-mail-logger-i18n.php (added)
-
tags/1.0.7/includes/class-wb-mail-logger-loader.php (added)
-
tags/1.0.7/includes/class-wb-mail-logger.php (added)
-
tags/1.0.7/includes/index.php (added)
-
tags/1.0.7/index.php (added)
-
tags/1.0.7/languages (added)
-
tags/1.0.7/languages/wb-mail-logger.pot (added)
-
tags/1.0.7/license.txt (added)
-
tags/1.0.7/readme.txt (added)
-
tags/1.0.7/uninstall.php (added)
-
tags/1.0.7/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
r3253532 r3339789 73 73 $this->version = WB_MAIL_LOGGER_VERSION; 74 74 } else { 75 $this->version = '1.0. 6';75 $this->version = '1.0.7'; 76 76 } 77 77 $this->plugin_name = 'wb-mail-logger'; -
wb-mail-logger/trunk/readme.txt
r3253532 r3339789 4 4 Tags: email log, email, email catcher, save email, mailer 5 5 Requires at least: 3.0.1 6 Tested up to: 6. 76 Tested up to: 6.8 7 7 Requires PHP: 5.6 8 Stable tag: 1.0. 68 Stable tag: 1.0.7 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 41 41 == Changelog == 42 42 43 = 1.0.7 = 44 * Tested OK with WordPress 6.8 45 43 46 = 1.0.6 = 44 47 * Tested OK with WordPress 6.7 … … 67 70 == Upgrade Notice == 68 71 69 = 1.0.6 = 70 * Tested OK with WordPress 6.7 71 * Resend option added. 72 = 1.0.7 = 73 * Tested OK with WordPress 6.8 -
wb-mail-logger/trunk/wb-mail-logger.php
r3253532 r3339789 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. 613 * Version: 1.0.7 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. 6');32 define('WB_MAIL_LOGGER_VERSION', '1.0.7'); 33 33 define('WB_MAIL_LOGGER_SETTINGS', 'WB_MAIL_LOGGER_SETTINGS'); 34 34
Note: See TracChangeset
for help on using the changeset viewer.