Changeset 3407791
- Timestamp:
- 12/02/2025 10:09:08 AM (3 months ago)
- Location:
- turbosmtp
- Files:
-
- 4 edited
- 1 copied
-
tags/4.9.7 (copied) (copied from turbosmtp/trunk)
-
tags/4.9.7/README.md (modified) (2 diffs)
-
tags/4.9.7/turbosmtp.php (modified) (2 diffs)
-
trunk/README.md (modified) (2 diffs)
-
trunk/turbosmtp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
turbosmtp/tags/4.9.7/README.md
r3407767 r3407791 3 3 Tags: turboSMTP,smtp,email,mailer,ssl 4 4 Requires at least: 6.0 5 Tested up to: 6. 86 Stable tag: 4.9. 65 Tested up to: 6.9 6 Stable tag: 4.9.7 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 30 30 == Changelog == 31 31 32 = 4.9. 6=32 = 4.9.7 = 33 33 * Compatibility with WP 6.9 34 34 -
turbosmtp/tags/4.9.7/turbosmtp.php
r3407767 r3407791 17 17 * Plugin URI: https://www.serversmtp.com/en/smtp-wordpress-configure 18 18 * Description: Easily send emails from your WordPress blog using turboSMTP's services 19 * Version: 4.9. 619 * Version: 4.9.7 20 20 * Author: turbosmtp 21 21 * Author URI: https://www.serversmtp.com … … 38 38 * Rename this for your plugin and update it as you release new versions. 39 39 */ 40 define( 'TURBOSMTP_VERSION', '4.9. 6' );40 define( 'TURBOSMTP_VERSION', '4.9.7' ); 41 41 define( 'TURBOSMTP_BASE_PATH', __FILE__ ); 42 42 -
turbosmtp/trunk/README.md
r3407767 r3407791 3 3 Tags: turboSMTP,smtp,email,mailer,ssl 4 4 Requires at least: 6.0 5 Tested up to: 6. 86 Stable tag: 4.9. 65 Tested up to: 6.9 6 Stable tag: 4.9.7 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 30 30 == Changelog == 31 31 32 = 4.9. 6=32 = 4.9.7 = 33 33 * Compatibility with WP 6.9 34 34 -
turbosmtp/trunk/turbosmtp.php
r3407767 r3407791 17 17 * Plugin URI: https://www.serversmtp.com/en/smtp-wordpress-configure 18 18 * Description: Easily send emails from your WordPress blog using turboSMTP's services 19 * Version: 4.9. 619 * Version: 4.9.7 20 20 * Author: turbosmtp 21 21 * Author URI: https://www.serversmtp.com … … 38 38 * Rename this for your plugin and update it as you release new versions. 39 39 */ 40 define( 'TURBOSMTP_VERSION', '4.9. 6' );40 define( 'TURBOSMTP_VERSION', '4.9.7' ); 41 41 define( 'TURBOSMTP_BASE_PATH', __FILE__ ); 42 42
Note: See TracChangeset
for help on using the changeset viewer.