Plugin Directory

Changeset 3407791


Ignore:
Timestamp:
12/02/2025 10:09:08 AM (3 months ago)
Author:
dueclic
Message:

Update to version 4.9.7 from GitHub

Location:
turbosmtp
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • turbosmtp/tags/4.9.7/README.md

    r3407767 r3407791  
    33Tags: turboSMTP,smtp,email,mailer,ssl
    44Requires at least: 6.0
    5 Tested up to: 6.8
    6 Stable tag: 4.9.6
     5Tested up to: 6.9
     6Stable tag: 4.9.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3030== Changelog ==
    3131
    32 = 4.9.6 =
     32= 4.9.7 =
    3333* Compatibility with WP 6.9
    3434
  • turbosmtp/tags/4.9.7/turbosmtp.php

    r3407767 r3407791  
    1717 * Plugin URI:        https://www.serversmtp.com/en/smtp-wordpress-configure
    1818 * Description:       Easily send emails from your WordPress blog using turboSMTP's services
    19  * Version:           4.9.6
     19 * Version:           4.9.7
    2020 * Author:            turbosmtp
    2121 * Author URI:        https://www.serversmtp.com
     
    3838 * Rename this for your plugin and update it as you release new versions.
    3939 */
    40 define( 'TURBOSMTP_VERSION', '4.9.6' );
     40define( 'TURBOSMTP_VERSION', '4.9.7' );
    4141define( 'TURBOSMTP_BASE_PATH', __FILE__ );
    4242
  • turbosmtp/trunk/README.md

    r3407767 r3407791  
    33Tags: turboSMTP,smtp,email,mailer,ssl
    44Requires at least: 6.0
    5 Tested up to: 6.8
    6 Stable tag: 4.9.6
     5Tested up to: 6.9
     6Stable tag: 4.9.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3030== Changelog ==
    3131
    32 = 4.9.6 =
     32= 4.9.7 =
    3333* Compatibility with WP 6.9
    3434
  • turbosmtp/trunk/turbosmtp.php

    r3407767 r3407791  
    1717 * Plugin URI:        https://www.serversmtp.com/en/smtp-wordpress-configure
    1818 * Description:       Easily send emails from your WordPress blog using turboSMTP's services
    19  * Version:           4.9.6
     19 * Version:           4.9.7
    2020 * Author:            turbosmtp
    2121 * Author URI:        https://www.serversmtp.com
     
    3838 * Rename this for your plugin and update it as you release new versions.
    3939 */
    40 define( 'TURBOSMTP_VERSION', '4.9.6' );
     40define( 'TURBOSMTP_VERSION', '4.9.7' );
    4141define( 'TURBOSMTP_BASE_PATH', __FILE__ );
    4242
Note: See TracChangeset for help on using the changeset viewer.