Changeset 1927970
- Timestamp:
- 08/21/2018 12:30:11 PM (8 years ago)
- Location:
- wp-gmail-smtp
- Files:
-
- 12 added
- 4 edited
-
tags/1.0.6 (added)
-
tags/1.0.6/includes (added)
-
tags/1.0.6/includes/class-smtp-mailer.php (added)
-
tags/1.0.6/includes/class-smtp-settings.php (added)
-
tags/1.0.6/includes/mailget_curl.php (added)
-
tags/1.0.6/includes/smtp.php (added)
-
tags/1.0.6/license.txt (added)
-
tags/1.0.6/m_bolt_img.png (added)
-
tags/1.0.6/readme.txt (added)
-
tags/1.0.6/screenshot-1.png (added)
-
tags/1.0.6/screenshot-2.png (added)
-
tags/1.0.6/wp-gmail-smtp.php (added)
-
trunk/includes/class-smtp-settings.php (modified) (2 diffs)
-
trunk/m_bolt_img.png (modified) (previous)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-gmail-smtp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-gmail-smtp/trunk/includes/class-smtp-settings.php
r1649357 r1927970 210 210 } 211 211 212 213 public function wp_gmail_smtp_tracking_admin_notice() { 212 public function wp_gmail_smtp_tracking_admin_notice() { 214 213 global $current_user; 215 214 $user_id = $current_user->ID; … … 222 221 } 223 222 224 225 223 } -
wp-gmail-smtp/trunk/readme.txt
r1814733 r1927970 3 3 Tags: 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 4 4 Requires at least: 3.0.1 5 Tested up to: 4.9. 26 Stable tag: 1.0. 55 Tested up to: 4.9.8 6 Stable tag: 1.0.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wp-gmail-smtp/trunk/wp-gmail-smtp.php
r1814733 r1927970 3 3 Plugin Name: WP Gmail SMTP 4 4 Description: WP Gmail SMTP allows you to send all outgoing emails via Gmail SMTP server from your WordPress site. 5 Version: 1.0. 55 Version: 1.0.6 6 6 Author: InkThemes 7 7 Author URI: https://www.inkthemes.com/ … … 71 71 add_menu_page( __( 'Gmail SMTP', 'gmailsmtp' ), __( 'Gmail SMTP', 'gmailsmtp' ), 'manage_options', 'gmailsmtp', array( $this, 'create_admin_page' ), 'dashicons-email-alt' ); 72 72 } 73 73 74 74 75 /**
Note: See TracChangeset
for help on using the changeset viewer.