Version Description
Download this release
Release Info
Developer | contact-banker |
Plugin | WP Mail Bank: WordPress SMTP Plugin & Email Logs |
Version | 1.32 |
Comparing to | |
See all releases |
Code changes from version 1.31 to 1.32
- assets/css/framework.css +0 -6
- readme.txt +5 -1
- wp-mail-bank.php +1 -1
assets/css/framework.css
CHANGED
@@ -1402,12 +1402,6 @@ legend + .layout-control-group
|
|
1402 |
text-decoration:none;
|
1403 |
}
|
1404 |
|
1405 |
-
li.active a, li.active a:hover
|
1406 |
-
{
|
1407 |
-
background:#fff;
|
1408 |
-
color:#4c4c4c;
|
1409 |
-
}
|
1410 |
-
|
1411 |
.framework_tab-content
|
1412 |
{
|
1413 |
border-radius:3px;
|
1402 |
text-decoration:none;
|
1403 |
}
|
1404 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1405 |
.framework_tab-content
|
1406 |
{
|
1407 |
border-radius:3px;
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ 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.
|
7 |
|
8 |
WP Mail Bank reconfigures the PHP Mailer and make it more enhanced with advanced SMTP settings options.
|
9 |
|
@@ -222,6 +222,10 @@ If any problem occurs, please contact us at [support@tech-banker.com](mailto:sup
|
|
222 |
|
223 |
== Changelog ==
|
224 |
|
|
|
|
|
|
|
|
|
225 |
= 1.0.31 =
|
226 |
|
227 |
* Few Urgent Bugs Fixed
|
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.32
|
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.32 =
|
226 |
+
|
227 |
+
* CSS Issue Fixed.
|
228 |
+
|
229 |
= 1.0.31 =
|
230 |
|
231 |
* 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.32
|
8 |
Author URI: http://tech-banker.com
|
9 |
License: GPLv3 or later
|
10 |
*/
|