Plugin Directory

Changeset 3275858


Ignore:
Timestamp:
04/17/2025 01:19:18 PM (12 months ago)
Author:
smmooth
Message:

tagging version 1.1.1

Location:
smooth-smtp
Files:
2 edited
9 copied

Legend:

Unmodified
Added
Removed
  • smooth-smtp/tags/1.1.1/readme.txt

    r3275846 r3275858  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.1
     6Stable tag: 1.1.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    4949== Screenshots ==
    5050
    51 1. SMTP Configuration Screen
    52 2. Email Logs Interface
    53 3. Test Email Feature
     511. screenshot-1
     522. screenshot-2
     533. screenshot-3
    5454
    5555== Changelog ==
     
    6565* Admin dashboard notice if the last email had failed to send
    6666
     67= 1.1.1 =
     68Fix versioning.
     69
    6770== Upgrade Notice ==
    6871
     
    7376Overall refactoring to WordPress coding standards. New features to test email sending, added admin dashboard notice if last email failed to send.
    7477
     78= 1.1.1 =
     79Fix versioning.
     80
    7581== Privacy Policy ==
    7682
  • smooth-smtp/tags/1.1.1/smooth-smtp.php

    r3275846 r3275858  
    33 * Plugin Name: Smooth SMTP
    44 * Description: SMTP configuration and email logging for WordPress
    5  * Version: 1.0.0
     5 * Version: 1.1.1
    66 * Author: SMMOOTH Plugins
    77 * Text Domain: smooth-smtp
     
    2222
    2323// Define plugin constants
    24 define('SMOOTH_SMTP_VERSION', '1.0.0');
     24define('SMOOTH_SMTP_VERSION', '1.1.1');
    2525define('SMOOTH_SMTP_FILE', __FILE__);
    2626define('SMOOTH_SMTP_PATH', dirname(SMOOTH_SMTP_FILE) . '/');
  • smooth-smtp/trunk/readme.txt

    r3275846 r3275858  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.1
     6Stable tag: 1.1.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    4949== Screenshots ==
    5050
    51 1. SMTP Configuration Screen
    52 2. Email Logs Interface
    53 3. Test Email Feature
     511. screenshot-1
     522. screenshot-2
     533. screenshot-3
    5454
    5555== Changelog ==
     
    6565* Admin dashboard notice if the last email had failed to send
    6666
     67= 1.1.1 =
     68Fix versioning.
     69
    6770== Upgrade Notice ==
    6871
     
    7376Overall refactoring to WordPress coding standards. New features to test email sending, added admin dashboard notice if last email failed to send.
    7477
     78= 1.1.1 =
     79Fix versioning.
     80
    7581== Privacy Policy ==
    7682
  • smooth-smtp/trunk/smooth-smtp.php

    r3275846 r3275858  
    33 * Plugin Name: Smooth SMTP
    44 * Description: SMTP configuration and email logging for WordPress
    5  * Version: 1.0.0
     5 * Version: 1.1.1
    66 * Author: SMMOOTH Plugins
    77 * Text Domain: smooth-smtp
     
    2222
    2323// Define plugin constants
    24 define('SMOOTH_SMTP_VERSION', '1.0.0');
     24define('SMOOTH_SMTP_VERSION', '1.1.1');
    2525define('SMOOTH_SMTP_FILE', __FILE__);
    2626define('SMOOTH_SMTP_PATH', dirname(SMOOTH_SMTP_FILE) . '/');
Note: See TracChangeset for help on using the changeset viewer.