Plugin Directory

Changeset 3407767


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

Update to version 4.9.6 from GitHub

Location:
turbosmtp
Files:
4 edited
1 copied

Legend:

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

    r3289045 r3407767  
    44Requires at least: 6.0
    55Tested up to: 6.8
    6 Stable tag: 4.9.5
     6Stable tag: 4.9.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2929
    3030== Changelog ==
     31
     32= 4.9.6 =
     33* Compatibility with WP 6.9
    3134
    3235= 4.9.5 =
  • turbosmtp/tags/4.9.6/turbosmtp.php

    r3289045 r3407767  
    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.5
     19 * Version:           4.9.6
    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.5' );
     40define( 'TURBOSMTP_VERSION', '4.9.6' );
    4141define( 'TURBOSMTP_BASE_PATH', __FILE__ );
    4242
  • turbosmtp/trunk/README.md

    r3289045 r3407767  
    44Requires at least: 6.0
    55Tested up to: 6.8
    6 Stable tag: 4.9.5
     6Stable tag: 4.9.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2929
    3030== Changelog ==
     31
     32= 4.9.6 =
     33* Compatibility with WP 6.9
    3134
    3235= 4.9.5 =
  • turbosmtp/trunk/turbosmtp.php

    r3289045 r3407767  
    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.5
     19 * Version:           4.9.6
    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.5' );
     40define( 'TURBOSMTP_VERSION', '4.9.6' );
    4141define( 'TURBOSMTP_BASE_PATH', __FILE__ );
    4242
Note: See TracChangeset for help on using the changeset viewer.