Changeset 1927976
- Timestamp:
- 08/21/2018 12:39:03 PM (8 years ago)
- Location:
- wp-yahoo-smtp
- Files:
-
- 12 added
- 4 edited
-
tags/1.0.4 (added)
-
tags/1.0.4/includes (added)
-
tags/1.0.4/includes/class-smtp-mailer.php (added)
-
tags/1.0.4/includes/class-smtp-settings.php (added)
-
tags/1.0.4/includes/mailget_curl.php (added)
-
tags/1.0.4/includes/smtp.php (added)
-
tags/1.0.4/license.txt (added)
-
tags/1.0.4/m_bolt_img.png (added)
-
tags/1.0.4/readme.txt (added)
-
tags/1.0.4/screenshot-1.png (added)
-
tags/1.0.4/screenshot-2.png (added)
-
tags/1.0.4/wp-yahoo-smtp.php (added)
-
trunk/includes/class-smtp-settings.php (modified) (2 diffs)
-
trunk/m_bolt_img.png (modified) (previous)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-yahoo-smtp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-yahoo-smtp/trunk/includes/class-smtp-settings.php
r1649426 r1927976 209 209 ); 210 210 } 211 211 212 212 public function wp_yahoo_smtp_tracking_admin_notice() { 213 213 global $current_user; … … 220 220 } 221 221 } 222 223 222 } -
wp-yahoo-smtp/trunk/readme.txt
r1649431 r1927976 3 3 Tags: 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 4 4 Requires at least: 3.0.1 5 Tested up to: 4. 7.26 Stable tag: 1.0. 35 Tested up to: 4.9.8 6 Stable tag: 1.0.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 42 42 = 1.0.0 = 43 43 * 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 3 3 Plugin Name: WP Yahoo SMTP 4 4 Description: WP Yahoo SMTP allows you to send all outgoing emails via Yahoo Mail SMTP server from your WordPress site. 5 Version: 1.0. 35 Version: 1.0.4 6 6 Author: InkThemes 7 7 Author URI: https://www.inkthemes.com/ … … 242 242 } 243 243 244 244 245 public function wp_yahoo_smtp_delete_meta(){ 245 246 global $current_user;
Note: See TracChangeset
for help on using the changeset viewer.