Version Description
Download this release
Release Info
Developer | contact-banker |
Plugin | WP Mail Bank: WordPress SMTP Plugin & Email Logs |
Version | 1.30 |
Comparing to | |
See all releases |
Code changes from version 1.29 to 1.30
- lib/wp-install-script.php +1 -1
- readme.txt +7 -2
- wp-mail-bank.php +1 -1
lib/wp-install-script.php
CHANGED
@@ -19,7 +19,7 @@ if(!function_exists("create_table_mail_detail"))
|
|
19 |
smtp_username VARCHAR(100),
|
20 |
smtp_password VARCHAR(100),
|
21 |
PRIMARY KEY (id)
|
22 |
-
) DEFAULT CHARSET=utf8 COLLATE utf8_general_ci";
|
23 |
dbDelta($sql);
|
24 |
}
|
25 |
}
|
19 |
smtp_username VARCHAR(100),
|
20 |
smtp_password VARCHAR(100),
|
21 |
PRIMARY KEY (id)
|
22 |
+
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE utf8_general_ci";
|
23 |
dbDelta($sql);
|
24 |
}
|
25 |
}
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: contact-banker, Gallery-Bank
|
3 |
Tags: admin, ajax, email, gmail, mail, mail smtp, mailer, outgoing mail, phpmailer, plugin, Post, posts, privacy, security, sendmail, smtp, ssl, tls, wordpress smtp, wp smtp, wp-phpmailer, wp_mail, wp mail, mailer
|
4 |
Requires at least: 2.7
|
5 |
-
Tested up to: 4.3
|
6 |
-
Stable tag: 1.
|
7 |
|
8 |
WP Mail Bank reconfigures the PHP Mailer and make it more enhanced with advanced SMTP settings options.
|
9 |
|
@@ -222,6 +222,11 @@ If any problem occurs, please contact us at [support@tech-banker.com](mailto:sup
|
|
222 |
|
223 |
== Changelog ==
|
224 |
|
|
|
|
|
|
|
|
|
|
|
225 |
= 1.0.29 =
|
226 |
|
227 |
* Few Urgent Bugs Fixed
|
2 |
Contributors: contact-banker, Gallery-Bank
|
3 |
Tags: admin, ajax, email, gmail, mail, mail smtp, mailer, outgoing mail, phpmailer, plugin, Post, posts, privacy, security, sendmail, smtp, ssl, tls, wordpress smtp, wp smtp, wp-phpmailer, wp_mail, wp mail, mailer
|
4 |
Requires at least: 2.7
|
5 |
+
Tested up to: 4.3.1
|
6 |
+
Stable tag: 1.30
|
7 |
|
8 |
WP Mail Bank reconfigures the PHP Mailer and make it more enhanced with advanced SMTP settings options.
|
9 |
|
222 |
|
223 |
== Changelog ==
|
224 |
|
225 |
+
= 1.0.30 =
|
226 |
+
|
227 |
+
* Compatibility with 4.3.1
|
228 |
+
* Few Urgent Bugs Fixed
|
229 |
+
|
230 |
= 1.0.29 =
|
231 |
|
232 |
* Few Urgent Bugs Fixed
|
wp-mail-bank.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Wp Mail Bank
|
|
4 |
Plugin URI: http://tech-banker.com
|
5 |
Description: WP Mail Bank reconfigures the wp_mail() function and make it more enhanced.
|
6 |
Author: Tech Banker
|
7 |
-
Version: 1.
|
8 |
Author URI: http://tech-banker.com
|
9 |
License: GPLv3 or later
|
10 |
*/
|
4 |
Plugin URI: http://tech-banker.com
|
5 |
Description: WP Mail Bank reconfigures the wp_mail() function and make it more enhanced.
|
6 |
Author: Tech Banker
|
7 |
+
Version: 1.30
|
8 |
Author URI: http://tech-banker.com
|
9 |
License: GPLv3 or later
|
10 |
*/
|