Changeset 1329319
- Timestamp:
- 01/15/2016 09:50:03 PM (10 years ago)
- Location:
- quickiebar/trunk
- Files:
-
- 3 edited
-
admin/js/bars.js (modified) (1 diff)
-
quickiebar.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quickiebar/trunk/admin/js/bars.js
r1190460 r1329319 258 258 if( textToReplace.indexOf('mailto:') == 0 || 259 259 textToReplace.indexOf('tel:') == 0 || 260 textToReplace.indexOf('call:') == 0 || 261 textToReplace.indexOf('skype:') == 0 || 262 textToReplace.indexOf('sms:') == 0 || 260 263 textToReplace.indexOf('#') == 0 || 261 264 textToReplace.indexOf('//') == 0 || -
quickiebar/trunk/quickiebar.php
r1247977 r1329319 4 4 Plugin URI: https://quickiebar.com 5 5 Description: 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. 06 Version: 1.8.1 7 7 Author: Phil Baylog 8 8 Author URI: https://quickiebar.com … … 17 17 18 18 global $QB_VERSION; 19 $QB_VERSION = '1.8. 0';19 $QB_VERSION = '1.8.1'; 20 20 21 21 class QuickieBar{ -
quickiebar/trunk/readme.txt
r1247977 r1329319 4 4 Requires at least: 3.8 5 5 Donate Link: https://quickiebar.com/pricing 6 Tested up to: 4. 3.07 Stable tag: 1.8. 06 Tested up to: 4.4.1 7 Stable tag: 1.8.1 8 8 License: GPLv2 9 9 … … 134 134 == Changelog == 135 135 136 = 1.8.1 | Jan 15, 2016 = 137 * Fix: Links to "call", "sms", and "skype" prefixes can now be added as QuickieBar actions 138 136 139 = 1.8.0 | Sep 15, 2015 = 137 140 * Feature: Visibility for custom post types can now be togged on or off
Note: See TracChangeset
for help on using the changeset viewer.