Changeset 3275858
- Timestamp:
- 04/17/2025 01:19:18 PM (12 months ago)
- Location:
- smooth-smtp
- Files:
-
- 2 edited
- 9 copied
-
tags/1.1.1 (copied) (copied from smooth-smtp/trunk)
-
tags/1.1.1/assets/js/admin.js (copied) (copied from smooth-smtp/trunk/assets/js/admin.js)
-
tags/1.1.1/includes/class-smooth-smtp-logger.php (copied) (copied from smooth-smtp/trunk/includes/class-smooth-smtp-logger.php)
-
tags/1.1.1/includes/class-smooth-smtp-mailer.php (copied) (copied from smooth-smtp/trunk/includes/class-smooth-smtp-mailer.php)
-
tags/1.1.1/includes/class-smooth-smtp.php (copied) (copied from smooth-smtp/trunk/includes/class-smooth-smtp.php)
-
tags/1.1.1/readme.txt (copied) (copied from smooth-smtp/trunk/readme.txt) (4 diffs)
-
tags/1.1.1/smooth-smtp.php (copied) (copied from smooth-smtp/trunk/smooth-smtp.php) (2 diffs)
-
tags/1.1.1/views/admin-page.php (copied) (copied from smooth-smtp/trunk/views/admin-page.php)
-
tags/1.1.1/views/logs-page.php (copied) (copied from smooth-smtp/trunk/views/logs-page.php)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/smooth-smtp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smooth-smtp/tags/1.1.1/readme.txt
r3275846 r3275858 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.1 6 Stable tag: 1.1.1 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 49 49 == Screenshots == 50 50 51 1. SMTP Configuration Screen52 2. Email Logs Interface53 3. Test Email Feature51 1. screenshot-1 52 2. screenshot-2 53 3. screenshot-3 54 54 55 55 == Changelog == … … 65 65 * Admin dashboard notice if the last email had failed to send 66 66 67 = 1.1.1 = 68 Fix versioning. 69 67 70 == Upgrade Notice == 68 71 … … 73 76 Overall refactoring to WordPress coding standards. New features to test email sending, added admin dashboard notice if last email failed to send. 74 77 78 = 1.1.1 = 79 Fix versioning. 80 75 81 == Privacy Policy == 76 82 -
smooth-smtp/tags/1.1.1/smooth-smtp.php
r3275846 r3275858 3 3 * Plugin Name: Smooth SMTP 4 4 * Description: SMTP configuration and email logging for WordPress 5 * Version: 1. 0.05 * Version: 1.1.1 6 6 * Author: SMMOOTH Plugins 7 7 * Text Domain: smooth-smtp … … 22 22 23 23 // Define plugin constants 24 define('SMOOTH_SMTP_VERSION', '1. 0.0');24 define('SMOOTH_SMTP_VERSION', '1.1.1'); 25 25 define('SMOOTH_SMTP_FILE', __FILE__); 26 26 define('SMOOTH_SMTP_PATH', dirname(SMOOTH_SMTP_FILE) . '/'); -
smooth-smtp/trunk/readme.txt
r3275846 r3275858 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.1 6 Stable tag: 1.1.1 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 49 49 == Screenshots == 50 50 51 1. SMTP Configuration Screen52 2. Email Logs Interface53 3. Test Email Feature51 1. screenshot-1 52 2. screenshot-2 53 3. screenshot-3 54 54 55 55 == Changelog == … … 65 65 * Admin dashboard notice if the last email had failed to send 66 66 67 = 1.1.1 = 68 Fix versioning. 69 67 70 == Upgrade Notice == 68 71 … … 73 76 Overall refactoring to WordPress coding standards. New features to test email sending, added admin dashboard notice if last email failed to send. 74 77 78 = 1.1.1 = 79 Fix versioning. 80 75 81 == Privacy Policy == 76 82 -
smooth-smtp/trunk/smooth-smtp.php
r3275846 r3275858 3 3 * Plugin Name: Smooth SMTP 4 4 * Description: SMTP configuration and email logging for WordPress 5 * Version: 1. 0.05 * Version: 1.1.1 6 6 * Author: SMMOOTH Plugins 7 7 * Text Domain: smooth-smtp … … 22 22 23 23 // Define plugin constants 24 define('SMOOTH_SMTP_VERSION', '1. 0.0');24 define('SMOOTH_SMTP_VERSION', '1.1.1'); 25 25 define('SMOOTH_SMTP_FILE', __FILE__); 26 26 define('SMOOTH_SMTP_PATH', dirname(SMOOTH_SMTP_FILE) . '/');
Note: See TracChangeset
for help on using the changeset viewer.