Version Description
- Compatibility with 4.5
- Few Urgent Bugs Fixed
Download this release
Release Info
Developer | contact-banker |
Plugin | WP Mail Bank: WordPress SMTP Plugin & Email Logs |
Version | 1.44 |
Comparing to | |
See all releases |
Code changes from version 1.43 to 1.44
- readme.txt +8 -3
- views/mail-feedback.php +5 -5
- wp-mail-bank.php +1 -1
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.5.
|
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,7 +222,12 @@ If any problem occurs, please contact us at [support@tech-banker.com](mailto:sup
|
|
222 |
|
223 |
== Changelog ==
|
224 |
|
225 |
-
= 1.
|
|
|
|
|
|
|
|
|
|
|
226 |
|
227 |
* From Name Special Characters Bug Fixed
|
228 |
|
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.5.3
|
6 |
+
Stable tag: 1.44
|
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.44 =
|
226 |
+
|
227 |
+
* Compatibility with 4.5
|
228 |
+
* Few Urgent Bugs Fixed
|
229 |
+
|
230 |
+
= 1.43 =
|
231 |
|
232 |
* From Name Special Characters Bug Fixed
|
233 |
|
views/mail-feedback.php
CHANGED
@@ -35,7 +35,7 @@ else
|
|
35 |
</div>
|
36 |
<div class="widget-layout-body">
|
37 |
<a class="btn btn-inverse" href="admin.php?page=smtp_mail"><?php _e("Back to Settings", mail_bank); ?></a>
|
38 |
-
<div class="separator-doubled" style="margin-top:20px;"></div>
|
39 |
<div class="fluid-layout">
|
40 |
<div class="layout-span12 responsive">
|
41 |
<div class="widget-layout">
|
@@ -76,14 +76,14 @@ else
|
|
76 |
</div>
|
77 |
</form>
|
78 |
<script type="text/javascript">
|
79 |
-
|
80 |
-
var url = "http://tech-banker.com/
|
81 |
var suggestion_array = [];
|
82 |
jQuery("#frm_feedback").validate
|
83 |
({
|
84 |
rules:
|
85 |
{
|
86 |
-
ux_name :
|
87 |
{
|
88 |
required: true
|
89 |
},
|
@@ -125,4 +125,4 @@ else
|
|
125 |
</script>
|
126 |
<?php
|
127 |
}
|
128 |
-
?>
|
35 |
</div>
|
36 |
<div class="widget-layout-body">
|
37 |
<a class="btn btn-inverse" href="admin.php?page=smtp_mail"><?php _e("Back to Settings", mail_bank); ?></a>
|
38 |
+
<div class="separator-doubled" style="margin-top:20px;"></div>
|
39 |
<div class="fluid-layout">
|
40 |
<div class="layout-span12 responsive">
|
41 |
<div class="widget-layout">
|
76 |
</div>
|
77 |
</form>
|
78 |
<script type="text/javascript">
|
79 |
+
|
80 |
+
var url = "http://tech-banker.com/feedbacks.php";
|
81 |
var suggestion_array = [];
|
82 |
jQuery("#frm_feedback").validate
|
83 |
({
|
84 |
rules:
|
85 |
{
|
86 |
+
ux_name :
|
87 |
{
|
88 |
required: true
|
89 |
},
|
125 |
</script>
|
126 |
<?php
|
127 |
}
|
128 |
+
?>
|
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.44
|
8 |
Author URI: http://tech-banker.com
|
9 |
License: GPLv3 or later
|
10 |
*/
|