Plugin Directory

Changeset 2195453

Timestamp:
11/18/2019 10:34:01 AM (5 years ago)
Author:
contact-banker
Message:

4.0.10

  • TWEAK: CSS Confliction Fixed
Location:
wp-mail-bank/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • wp-mail-bank/trunk/assets/admin/layout/css/tech-banker-custom-rtl.css

    r2161943 r2195453  
    166166.form-group select
    167167{
    168      height: 34px;
     168    height: 34px;
     169    max-width: 100%;
     170}
     171.form-group input[type=text]
     172{
     173    height: 34px;
    169174}
    170175.line-separator
  • wp-mail-bank/trunk/assets/admin/layout/css/tech-banker-custom.css

    r2161943 r2195453  
    165165{
    166166    height: 34px;
     167
     168
     169
     170
     171
    167172}
    168173.line-separator
  • wp-mail-bank/trunk/lib/admin-bar-menu.php

    r1966186 r2195453  
    6868        if ( '1' === $flag ) {
    6969            global $wp_version;
    70             $icon = '<img style="vertical-align:middle; margin-right:3px;" src=' . plugins_url( 'assets/global/img/icon.png', dirname( __FILE__ ) ) . '>';
     70            $icon = '<img style="vertical-align:middle; margin-right:3px;" src=' . plugins_url( 'assets/global/img/icon.png', dirname( __FILE__ ) ) . '>';
    7171            $wp_admin_bar->add_menu(
    7272                array(
  • wp-mail-bank/trunk/readme.txt

    r2162667 r2195453  
    44Tags: smtp, mail, gmail smtp, wp mail, wordpress smtp plugin
    55Requires at least: 3.8
    6 Tested up to: 5.2.3
     6Tested up to: 5.3
    77Stable Tag: trunk
    88Requires PHP: 5.4
     
    127127* **Free & Automatic Updates:** You'll be able to choose whether your plugin is updated automatically or not. All updates come for free.
    128128* **Compatibility With All Major Plugins**: Mail Bank is compatible with almost all of the WordPress plugins available. We're constantly bringing out compatibility updates.
    129 * **Email Setup Wizard:** The Email Setup tab is a quick and painless way to get you going in seconds. It includes fields such as: "From Name", "From Email", "Reply To", "CC", "BCC", and "Additional Headers". 
     129* **Email Setup Wizard:** The Email Setup tab is a quick and painless way to get you going in seconds. It includes fields such as: "From Name", "From Email", "Reply To", "CC", "BCC", and "Additional Headers".
    130130* **SMTP Support:** You'll have support for almost every FREE SMTP provider, and that includes the Mailgun and SendGrid APIs.
    131131* **Authentication Options:** You'll be able to login using your username and password, or the more secure **oAuth 2.0**. There are also options for no authentication and plain login.
     
    259259== Changelog ==
    260260
     261
     262
     263
     264
    261265= 4.0.9 =
    262266
  • wp-mail-bank/trunk/wp-mail-bank.php

    r2162667 r2195453  
    66 * Author: Tech Banker
    77 * Author URI: https://tech-banker.com/wp-mail-bank/
    8  * Version: 4.0.9
     8 * Version: 4.0.
    99 * License: GPLv3
    1010 * Text Domain: wp-mail-bank
     
    3434}
    3535if ( ! defined( 'MAIL_BANK_VERSION_NUMBER' ) ) {
    36     define( 'MAIL_BANK_VERSION_NUMBER', '4.0.9' );
     36    define( 'MAIL_BANK_VERSION_NUMBER', '4.0.' );
    3737}
    3838$memory_limit_mail_bank = intval( ini_get( 'memory_limit' ) );
Note: See TracChangeset for help on using the changeset viewer.