Changeset 3407767
- Timestamp:
- 12/02/2025 09:58:36 AM (3 months ago)
- Location:
- turbosmtp
- Files:
-
- 4 edited
- 1 copied
-
tags/4.9.6 (copied) (copied from turbosmtp/trunk)
-
tags/4.9.6/README.md (modified) (2 diffs)
-
tags/4.9.6/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.6/README.md
r3289045 r3407767 4 4 Requires at least: 6.0 5 5 Tested up to: 6.8 6 Stable tag: 4.9. 56 Stable tag: 4.9.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 29 29 30 30 == Changelog == 31 32 = 4.9.6 = 33 * Compatibility with WP 6.9 31 34 32 35 = 4.9.5 = -
turbosmtp/tags/4.9.6/turbosmtp.php
r3289045 r3407767 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. 519 * Version: 4.9.6 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. 5' );40 define( 'TURBOSMTP_VERSION', '4.9.6' ); 41 41 define( 'TURBOSMTP_BASE_PATH', __FILE__ ); 42 42 -
turbosmtp/trunk/README.md
r3289045 r3407767 4 4 Requires at least: 6.0 5 5 Tested up to: 6.8 6 Stable tag: 4.9. 56 Stable tag: 4.9.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 29 29 30 30 == Changelog == 31 32 = 4.9.6 = 33 * Compatibility with WP 6.9 31 34 32 35 = 4.9.5 = -
turbosmtp/trunk/turbosmtp.php
r3289045 r3407767 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. 519 * Version: 4.9.6 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. 5' );40 define( 'TURBOSMTP_VERSION', '4.9.6' ); 41 41 define( 'TURBOSMTP_BASE_PATH', __FILE__ ); 42 42
Note: See TracChangeset
for help on using the changeset viewer.