Plugin Directory

Changeset 1927976


Ignore:
Timestamp:
08/21/2018 12:39:03 PM (8 years ago)
Author:
inkthemes
Message:

Banner Updated

Location:
wp-yahoo-smtp
Files:
12 added
4 edited

Legend:

Unmodified
Added
Removed
  • wp-yahoo-smtp/trunk/includes/class-smtp-settings.php

    r1649426 r1927976  
    209209        );
    210210    }
    211    
     211
    212212    public function wp_yahoo_smtp_tracking_admin_notice() {
    213213        global $current_user;
     
    220220        }
    221221    }
    222 
    223222}
  • wp-yahoo-smtp/trunk/readme.txt

    r1649431 r1927976  
    33Tags:  yahoo smtp, yahoo protocol, smtp, yahoo smtp, wp yahoo smtp, yahoo, autoresponder, deliverability, email, mail, newsletter, service, smtp, webservice, wp_mail, email sending, outgoing emails, tls, wp mail
    44Requires at least: 3.0.1
    5 Tested up to: 4.7.2
    6 Stable tag: 1.0.3
     5Tested up to: 4.9.8
     6Stable tag: 1.0.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4242= 1.0.0 =
    4343* Initial Release
    44 = 1.0.1 =* Added a new SMTP server link.= 1.0.2 =* Tested with the current version of WordPress and also added a new message.= 1.0.3 =* Added the admin notice function.== Upgrade Notice === 1.0.0 =* Initial release= 1.0.1 =* Please upgrade to latest version
     44
     45= 1.0.1 =
     46* Added a new SMTP server link.
     47
     48= 1.0.2 =
     49* Tested with the new version of WordPress and also added a new message.
     50
     51= 1.0.3 =
     52* Added the admin notice function.
     53
     54== Upgrade Notice ==
     55= 1.0.0 =
     56* Initial release
     57
     58= 1.0.1 =
     59* Please upgrade to latest version
  • wp-yahoo-smtp/trunk/wp-yahoo-smtp.php

    r1649430 r1927976  
    33  Plugin Name: WP Yahoo SMTP
    44  Description: WP Yahoo SMTP allows you to send all outgoing emails via Yahoo Mail SMTP server from your WordPress site.
    5   Version: 1.0.3
     5  Version: 1.0.4
    66  Author: InkThemes
    77  Author URI: https://www.inkthemes.com/
     
    242242    }
    243243   
     244   
    244245    public function wp_yahoo_smtp_delete_meta(){
    245246         global $current_user;
Note: See TracChangeset for help on using the changeset viewer.