WP Mail Bank: WordPress SMTP Plugin & Email Logs - Version 1.14

Version Description

  • Added Compatible with WordPress 4.1.2
Download this release

Release Info

Developer contact-banker
Plugin Icon 128x128 WP Mail Bank: WordPress SMTP Plugin & Email Logs
Version 1.14
Comparing to
See all releases

Code changes from version 1.13 to 1.14

Files changed (2) hide show
  1. readme.txt +7 -2
  2. wp-mail-bank.php +2 -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.1.1
6
- Stable tag: 1.13
7
 
8
  WP Mail Bank reconfigures the PHPMailer and make it more enhanced with advanced smtp settings options.
9
 
@@ -219,8 +219,13 @@ If any problem occurs, please contact us at [support@tech-banker.com](mailto:sup
219
  2. Settings Page with SMTP as Transporder for sending Emails from your WordPress Site
220
  3. Send Test Email Screen
221
  4. Debugging Output Console Log
 
222
  == Changelog ==
223
 
 
 
 
 
224
  = 1.13 =
225
 
226
  * Minor 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.1.2
6
+ Stable tag: 1.14
7
 
8
  WP Mail Bank reconfigures the PHPMailer and make it more enhanced with advanced smtp settings options.
9
 
219
  2. Settings Page with SMTP as Transporder for sending Emails from your WordPress Site
220
  3. Send Test Email Screen
221
  4. Debugging Output Console Log
222
+
223
  == Changelog ==
224
 
225
+ = 1.14 =
226
+
227
+ * Added Compatible with WordPress 4.1.2
228
+
229
  = 1.13 =
230
 
231
  * Minor Bugs Fixed.
wp-mail-bank.php CHANGED
@@ -4,8 +4,9 @@ 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.13
8
  Author URI: http://tech-banker.com
 
9
  */
10
 
11
 
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.14
8
  Author URI: http://tech-banker.com
9
+ License: GPLv3 or later
10
  */
11
 
12