Plugin Directory

Changeset 1231663


Ignore:
Timestamp:
08/27/2015 03:57:23 AM (11 years ago)
Author:
philbaylog
Message:

Release 1.7.2

Location:
quickiebar/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • quickiebar/trunk/public/style/qb.css

    r1149374 r1231663  
    127127  /*Apply centered styling to tablet sized devices*/
    128128  /*Styling specific for admin previewing*/
     129}
     130#quickiebar.qb .wrap {
     131  background: transparent;
    129132}
    130133#quickiebar.qb .hover-background-overlay {
  • quickiebar/trunk/public/style/qb.less

    r1149374 r1231663  
    108108    //default cursor style - if link, then link-overlay will show cursor as pointer when hovered
    109109    cursor:default;
     110   
     111    //Fix wrap having background color in some themes (specifically some Genesis built themes)
     112    .wrap{
     113        background: transparent;
     114    }
    110115   
    111116    height:80px;
  • quickiebar/trunk/quickiebar.php

    r1212198 r1231663  
    44Plugin URI: https://quickiebar.com
    55Description: QuickieBar makes it easy for you to convert visitors by adding an attractive and easily customizable conversion bar to the top or bottom of your site.
    6 Version: 1.7.1
     6Version: 1.7.2
    77Author: Phil Baylog
    88Author URI: https://quickiebar.com
     
    1717
    1818global $QB_VERSION;
    19 $QB_VERSION = '1.7.1';
     19$QB_VERSION = '1.7.2';
    2020
    2121class QuickieBar{
  • quickiebar/trunk/readme.txt

    r1212201 r1231663  
    44Requires at least: 3.8
    55Donate Link: https://quickiebar.com/pricing
    6 Tested up to: 4.2.2
    7 Stable tag: 1.7.1
     6Tested up to: 4.3.0
     7Stable tag: 1.7.2
    88License: GPLv2
    99
     
    134134== Changelog ==
    135135
     136= 1.7.2 | Aug 26, 2015 =
     137* Tweak: Added background styling to "wrap" class in QuickieBar to prevent some theme styles from affecting bar styles
     138
    136139= 1.7.1 | Aug 3, 2015 =
    137140* Fix: Increased character limits of bar text, button text, and destination fields to improve support for html in bars and non-english characters
Note: See TracChangeset for help on using the changeset viewer.