Changeset 3275870
- Timestamp:
- 04/17/2025 01:34:41 PM (12 months ago)
- Location:
- smooth-smtp
- Files:
-
- 7 added
- 2 edited
- 9 copied
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
tags/1.1.1/views/test-email.php (added)
-
tags/1.1.2 (copied) (copied from smooth-smtp/trunk)
-
tags/1.1.2/assets/js/admin.js (copied) (copied from smooth-smtp/trunk/assets/js/admin.js)
-
tags/1.1.2/includes/class-smooth-smtp-logger.php (copied) (copied from smooth-smtp/trunk/includes/class-smooth-smtp-logger.php)
-
tags/1.1.2/includes/class-smooth-smtp-mailer.php (copied) (copied from smooth-smtp/trunk/includes/class-smooth-smtp-mailer.php)
-
tags/1.1.2/includes/class-smooth-smtp.php (copied) (copied from smooth-smtp/trunk/includes/class-smooth-smtp.php)
-
tags/1.1.2/readme.txt (copied) (copied from smooth-smtp/trunk/readme.txt) (2 diffs)
-
tags/1.1.2/smooth-smtp.php (copied) (copied from smooth-smtp/trunk/smooth-smtp.php) (2 diffs)
-
tags/1.1.2/views/admin-page.php (copied) (copied from smooth-smtp/trunk/views/admin-page.php)
-
tags/1.1.2/views/logs-page.php (copied) (copied from smooth-smtp/trunk/views/logs-page.php)
-
tags/1.1.2/views/test-email.php (added)
-
tags/1.1/views/test-email.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/smooth-smtp.php (modified) (2 diffs)
-
trunk/views/test-email.php (added)
Legend:
- Unmodified
- Added
- Removed
-
smooth-smtp/tags/1.1.2/readme.txt
r3275858 r3275870 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 68 68 Fix versioning. 69 69 70 = 1.1.2 = 71 Commit test email screen. 72 70 73 == Upgrade Notice == 71 74 -
smooth-smtp/tags/1.1.2/smooth-smtp.php
r3275858 r3275870 3 3 * Plugin Name: Smooth SMTP 4 4 * Description: SMTP configuration and email logging for WordPress 5 * Version: 1.1. 15 * Version: 1.1.2 6 6 * Author: SMMOOTH Plugins 7 7 * Text Domain: smooth-smtp … … 22 22 23 23 // Define plugin constants 24 define('SMOOTH_SMTP_VERSION', '1.1. 1');24 define('SMOOTH_SMTP_VERSION', '1.1.2'); 25 25 define('SMOOTH_SMTP_FILE', __FILE__); 26 26 define('SMOOTH_SMTP_PATH', dirname(SMOOTH_SMTP_FILE) . '/'); -
smooth-smtp/trunk/readme.txt
r3275858 r3275870 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 68 68 Fix versioning. 69 69 70 = 1.1.2 = 71 Commit test email screen. 72 70 73 == Upgrade Notice == 71 74 -
smooth-smtp/trunk/smooth-smtp.php
r3275858 r3275870 3 3 * Plugin Name: Smooth SMTP 4 4 * Description: SMTP configuration and email logging for WordPress 5 * Version: 1.1. 15 * Version: 1.1.2 6 6 * Author: SMMOOTH Plugins 7 7 * Text Domain: smooth-smtp … … 22 22 23 23 // Define plugin constants 24 define('SMOOTH_SMTP_VERSION', '1.1. 1');24 define('SMOOTH_SMTP_VERSION', '1.1.2'); 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.