Plugin Directory

Changeset 1329319


Ignore:
Timestamp:
01/15/2016 09:50:03 PM (10 years ago)
Author:
philbaylog
Message:

Release 1.8.1

Location:
quickiebar/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • quickiebar/trunk/admin/js/bars.js

    r1190460 r1329319  
    258258            if( textToReplace.indexOf('mailto:') == 0 ||
    259259                    textToReplace.indexOf('tel:')  == 0 ||
     260                    textToReplace.indexOf('call:') == 0 ||
     261                    textToReplace.indexOf('skype:') == 0 ||
     262                    textToReplace.indexOf('sms:') == 0 ||
    260263                    textToReplace.indexOf('#') == 0 ||
    261264                    textToReplace.indexOf('//') == 0 ||
  • quickiebar/trunk/quickiebar.php

    r1247977 r1329319  
    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.8.0
     6Version: 1.8.1
    77Author: Phil Baylog
    88Author URI: https://quickiebar.com
     
    1717
    1818global $QB_VERSION;
    19 $QB_VERSION = '1.8.0';
     19$QB_VERSION = '1.8.1';
    2020
    2121class QuickieBar{
  • quickiebar/trunk/readme.txt

    r1247977 r1329319  
    44Requires at least: 3.8
    55Donate Link: https://quickiebar.com/pricing
    6 Tested up to: 4.3.0
    7 Stable tag: 1.8.0
     6Tested up to: 4.4.1
     7Stable tag: 1.8.1
    88License: GPLv2
    99
     
    134134== Changelog ==
    135135
     136= 1.8.1 | Jan 15, 2016 =
     137* Fix: Links to "call", "sms", and "skype" prefixes can now be added as QuickieBar actions
     138
    136139= 1.8.0 | Sep 15, 2015 =
    137140* Feature: Visibility for custom post types can now be togged on or off
Note: See TracChangeset for help on using the changeset viewer.