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

Version Description

  • Major Bugs Fixed
  • CSS Confliction Fixed with Advanced Custom Fields Plugin
Download this release

Release Info

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

Code changes from version 2.0.0 to 2.0.1

assets/global/plugins/custom/css/custom-rtl.css CHANGED
@@ -1200,85 +1200,6 @@
1200
  background-color: #fff;
1201
  border-color: #ddd;
1202
  }
1203
- .label
1204
- {
1205
- display: inline;
1206
- padding: .2em .6em .3em;
1207
- font-size: 75%;
1208
- font-weight: bold;
1209
- line-height: 1;
1210
- color: #fff;
1211
- text-align: center;
1212
- white-space: nowrap;
1213
- vertical-align: baseline;
1214
- border-radius: .25em;
1215
- }
1216
- .label:hover,.label:focus
1217
- {
1218
- color: #fff;
1219
- text-decoration: none;
1220
- cursor: pointer;
1221
- }
1222
- .label:empty
1223
- {
1224
- display: none;
1225
- }
1226
- .btn .label
1227
- {
1228
- position: relative;
1229
- top: -1px;
1230
- }
1231
- .label-default
1232
- {
1233
- background-color: #777;
1234
- }
1235
- .label-default[href]:hover,.label-default[href]:focus
1236
- {
1237
- background-color: #5e5e5e;
1238
- }
1239
- .label-primary
1240
- {
1241
- background-color: #337ab7;
1242
- }
1243
- .label-primary[href]:hover,.label-primary[href]:focus
1244
- {
1245
- background-color: #286090;
1246
- }
1247
- .label-success
1248
- {
1249
- background-color: #5cb85c;
1250
- }
1251
- .label-success[href]:hover,.label-success[href]:focus
1252
- {
1253
- background-color: #449d44;
1254
- }
1255
- .label-info
1256
- {
1257
- background-color: #5bc0de;
1258
- }
1259
- .label-info[href]:hover,
1260
- .label-info[href]:focus
1261
- {
1262
- background-color: #31b0d5;
1263
- }
1264
- .label-warning
1265
- {
1266
- background-color: #f0ad4e;
1267
- }
1268
- .label-warning[href]:hover,
1269
- .label-warning[href]:focus
1270
- {
1271
- background-color: #ec971f;
1272
- }
1273
- .label-danger
1274
- {
1275
- background-color: #d9534f;
1276
- }
1277
- .label-danger[href]:hover,
1278
- .label-danger[href]:focus
1279
- {
1280
- background-color: #c9302c;
1281
- }
1282
  .badge
1283
  {
1284
  display: inline-block;
1200
  background-color: #fff;
1201
  border-color: #ddd;
1202
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1203
  .badge
1204
  {
1205
  display: inline-block;
assets/global/plugins/custom/css/custom.css CHANGED
@@ -1212,85 +1212,6 @@
1212
  background-color: #fff;
1213
  border-color: #ddd;
1214
  }
1215
- .label
1216
- {
1217
- display: inline;
1218
- padding: .2em .6em .3em;
1219
- font-size: 75%;
1220
- font-weight: bold;
1221
- line-height: 1;
1222
- color: #fff;
1223
- text-align: center;
1224
- white-space: nowrap;
1225
- vertical-align: baseline;
1226
- border-radius: .25em;
1227
- }
1228
- .label:hover,.label:focus
1229
- {
1230
- color: #fff;
1231
- text-decoration: none;
1232
- cursor: pointer;
1233
- }
1234
- .label:empty
1235
- {
1236
- display: none;
1237
- }
1238
- .btn .label
1239
- {
1240
- position: relative;
1241
- top: -1px;
1242
- }
1243
- .label-default
1244
- {
1245
- background-color: #777;
1246
- }
1247
- .label-default[href]:hover,.label-default[href]:focus
1248
- {
1249
- background-color: #5e5e5e;
1250
- }
1251
- .label-primary
1252
- {
1253
- background-color: #337ab7;
1254
- }
1255
- .label-primary[href]:hover,.label-primary[href]:focus
1256
- {
1257
- background-color: #286090;
1258
- }
1259
- .label-success
1260
- {
1261
- background-color: #5cb85c;
1262
- }
1263
- .label-success[href]:hover,.label-success[href]:focus
1264
- {
1265
- background-color: #449d44;
1266
- }
1267
- .label-info
1268
- {
1269
- background-color: #5bc0de;
1270
- }
1271
- .label-info[href]:hover,
1272
- .label-info[href]:focus
1273
- {
1274
- background-color: #31b0d5;
1275
- }
1276
- .label-warning
1277
- {
1278
- background-color: #f0ad4e;
1279
- }
1280
- .label-warning[href]:hover,
1281
- .label-warning[href]:focus
1282
- {
1283
- background-color: #ec971f;
1284
- }
1285
- .label-danger
1286
- {
1287
- background-color: #d9534f;
1288
- }
1289
- .label-danger[href]:hover,
1290
- .label-danger[href]:focus
1291
- {
1292
- background-color: #c9302c;
1293
- }
1294
  .badge
1295
  {
1296
  display: inline-block;
1212
  background-color: #fff;
1213
  border-color: #ddd;
1214
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1215
  .badge
1216
  {
1217
  display: inline-block;
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: contact-banker, Gallery-Bank, wordpress-empire
3
  Tags: email, gmail, mail, mail smtp, mailer, outgoing mail, phpmailer, sendmail, smtp, ssl, tls, wordpress smtp, wp smtp, wp-phpmailer, wp_mail, wp mail, mailer, mail bank
4
  Requires at least: 2.7
5
  Tested up to: 4.6.1
6
- Stable tag: 2.0.0
7
 
8
  Mail Bank reconfigures the PHP Mailer and SMTP settings to send and log emails from your Wordpress site.
9
 
@@ -365,6 +365,11 @@ If any problem occurs, please contact us at [support@tech-banker.com](mailto:sup
365
 
366
  == Changelog ==
367
 
 
 
 
 
 
368
  = 2.0.0 =
369
 
370
  * Major Version Release
3
  Tags: email, gmail, mail, mail smtp, mailer, outgoing mail, phpmailer, sendmail, smtp, ssl, tls, wordpress smtp, wp smtp, wp-phpmailer, wp_mail, wp mail, mailer, mail bank
4
  Requires at least: 2.7
5
  Tested up to: 4.6.1
6
+ Stable tag: 2.0.1
7
 
8
  Mail Bank reconfigures the PHP Mailer and SMTP settings to send and log emails from your Wordpress site.
9
 
365
 
366
  == Changelog ==
367
 
368
+ = 2.0.1 =
369
+
370
+ * Major Bugs Fixed
371
+ * CSS Confliction Fixed with Advanced Custom Fields Plugin
372
+
373
  = 2.0.0 =
374
 
375
  * Major Version Release
wp-mail-bank.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://beta.tech-banker.com
5
  Description: Mail Bank reconfigures the wp_mail() function and make it more enhanced.
6
  Author: Tech Banker
7
  Author URI: http://beta.tech-banker.com
8
- Version: 2.0.0
9
  License: GPLv3
10
  */
11
 
@@ -465,6 +465,7 @@ if(!function_exists("admin_functions_for_mail_bank"))
465
  {
466
  function admin_functions_for_mail_bank()
467
  {
 
468
  helper_file_for_mail_bank();
469
  }
470
  }
5
  Description: Mail Bank reconfigures the wp_mail() function and make it more enhanced.
6
  Author: Tech Banker
7
  Author URI: http://beta.tech-banker.com
8
+ Version: 2.0.1
9
  License: GPLv3
10
  */
11
 
465
  {
466
  function admin_functions_for_mail_bank()
467
  {
468
+ install_script_for_mail_bank();
469
  helper_file_for_mail_bank();
470
  }
471
  }