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

Version Description

  • Recommendation Section Changed
Download this release

Release Info

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

Code changes from version 1.6 to 1.7

Files changed (3) hide show
  1. readme.txt +5 -1
  2. views/recommended-plugins.php +10 -0
  3. wp-mail-bank.php +1 -1
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.0.1
6
- Stable tag: 1.6
7
 
8
  WP Mail Bank reconfigures the PHPMailer and make it more enhanced with advanced smtp settings options.
9
 
@@ -223,6 +223,10 @@ If any problem occurs, please contact us at [support@tech-banker.com](mailto:sup
223
  4. Debugging Output Console Log
224
  == Changelog ==
225
 
 
 
 
 
226
  = 1.6 =
227
 
228
  * Pricing Change.
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.0.1
6
+ Stable tag: 1.7
7
 
8
  WP Mail Bank reconfigures the PHPMailer and make it more enhanced with advanced smtp settings options.
9
 
223
  4. Debugging Output Console Log
224
  == Changelog ==
225
 
226
+ = 1.7 =
227
+
228
+ * Recommendation Section Changed
229
+
230
  = 1.6 =
231
 
232
  * Pricing Change.
views/recommended-plugins.php CHANGED
@@ -229,6 +229,16 @@ else
229
  </a>
230
  <?php
231
  break;
 
 
 
 
 
 
 
 
 
 
232
  }
233
  ?>
234
  </li>
229
  </a>
230
  <?php
231
  break;
232
+ case "google-maps-bank" :
233
+ ?>
234
+ <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-google-maps-bank/pricing/" target="_blank" >
235
+ <?php _e("Premium Editions", tech_bank); ?>
236
+ </a>
237
+ <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-google-maps-bank/" target="_blank" >
238
+ <?php _e("Visit Website", tech_bank); ?>
239
+ </a>
240
+ <?php
241
+ break;
242
  }
243
  ?>
244
  </li>
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.6
8
  Author URI: http://tech-banker.com
9
  */
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.7
8
  Author URI: http://tech-banker.com
9
  */
10