Plugin Directory

Changeset 1927970


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

Banner Updated

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

Legend:

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

    r1649357 r1927970  
    210210    }
    211211   
    212    
    213    public function wp_gmail_smtp_tracking_admin_notice() {
     212       public function wp_gmail_smtp_tracking_admin_notice() {
    214213        global $current_user;
    215214        $user_id = $current_user->ID;
     
    222221    }
    223222
    224 
    225223}
  • wp-gmail-smtp/trunk/readme.txt

    r1814733 r1927970  
    33Tags:  gmail smtp, gmail protocol, smtp, gmail smtp, wp gmail smtp, gmail, 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.9.2
    6 Stable tag: 1.0.5
     5Tested up to: 4.9.8
     6Stable tag: 1.0.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wp-gmail-smtp/trunk/wp-gmail-smtp.php

    r1814733 r1927970  
    33  Plugin Name: WP Gmail SMTP
    44  Description: WP Gmail SMTP allows you to send all outgoing emails via Gmail SMTP server from your WordPress site.
    5   Version: 1.0.5
     5  Version: 1.0.6
    66  Author: InkThemes
    77  Author URI: https://www.inkthemes.com/
     
    7171        add_menu_page( __( 'Gmail SMTP', 'gmailsmtp' ), __( 'Gmail SMTP', 'gmailsmtp' ), 'manage_options', 'gmailsmtp', array( $this, 'create_admin_page' ), 'dashicons-email-alt' );
    7272    }
     73   
    7374
    7475    /**
Note: See TracChangeset for help on using the changeset viewer.