Changeset 811281
- Timestamp:
- 11/27/2013 10:30:14 AM (12 years ago)
- Location:
- smtp-king-pro
- Files:
-
- 4 edited
-
tags/1.0.1/readme.txt (modified) (1 diff)
-
tags/1.0.1/smtp-king-pro.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/smtp-king-pro.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smtp-king-pro/tags/1.0.1/readme.txt
r811270 r811281 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.7.1 7 Stable tag: 1.0 7 Stable tag: 1.0.1 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
smtp-king-pro/tags/1.0.1/smtp-king-pro.php
r811270 r811281 4 4 Plugin URI: http://kingpro.me/plugins/smtp-king-pro/ 5 5 Description: Overrides the standard wp_mail function and used SwiftMail via an SMTP connection to send you site mail 6 Version: 1.0 6 Version: 1.0.1 7 7 Author: Ash Durham 8 8 Author URI: http://durham.net.au/ … … 28 28 29 29 global $smtpkp_db_version; 30 $smtpkp_db_version = "1.0 ";30 $smtpkp_db_version = "1.0.1"; 31 31 32 32 function smtpkp_install() { -
smtp-king-pro/trunk/readme.txt
r811270 r811281 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.7.1 7 Stable tag: 1.0 7 Stable tag: 1.0.1 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
smtp-king-pro/trunk/smtp-king-pro.php
r798360 r811281 4 4 Plugin URI: http://kingpro.me/plugins/smtp-king-pro/ 5 5 Description: Overrides the standard wp_mail function and used SwiftMail via an SMTP connection to send you site mail 6 Version: 1.0 6 Version: 1.0.1 7 7 Author: Ash Durham 8 8 Author URI: http://durham.net.au/ … … 28 28 29 29 global $smtpkp_db_version; 30 $smtpkp_db_version = "1.0 ";30 $smtpkp_db_version = "1.0.1"; 31 31 32 32 function smtpkp_install() {
Note: See TracChangeset
for help on using the changeset viewer.