Changeset 1329343
- Timestamp:
- 01/15/2016 10:47:23 PM (10 years ago)
- Location:
- mango-buttons/trunk
- Files:
-
- 3 edited
-
admin/js/mb-modal.js (modified) (1 diff)
-
mango-buttons.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mango-buttons/trunk/admin/js/mb-modal.js
r1190553 r1329343 102 102 if( linkText.indexOf('mailto:') == 0 || 103 103 linkText.indexOf('tel:') == 0 || 104 linkText.indexOf('call:') == 0 || 105 linkText.indexOf('skype:') == 0 || 106 linkText.indexOf('sms:') == 0 || 104 107 linkText.indexOf('#') == 0 || 105 108 linkText.indexOf('//') == 0 || -
mango-buttons/trunk/mango-buttons.php
r1190553 r1329343 4 4 Plugin URI: https://mangobuttons.com 5 5 Description: Mango Buttons is a button creator for WordPress that allows anyone to create beautiful buttons anywhere on their site. 6 Version: 1.2. 76 Version: 1.2.8 7 7 Author: Phil Baylog 8 8 Author URI: https://mangobuttons.com … … 17 17 18 18 global $MB_VERSION; 19 $MB_VERSION = '1.2. 7';19 $MB_VERSION = '1.2.8'; 20 20 21 21 class MangoButtons{ -
mango-buttons/trunk/readme.txt
r1190553 r1329343 4 4 Requires at least: 3.9 5 5 Donate Link: https://mangobuttons.com/pricing 6 Tested up to: 4. 2.27 Stable tag: 1.2. 76 Tested up to: 4.4.1 7 Stable tag: 1.2.8 8 8 License: GPLv2 9 9 … … 76 76 == Changelog == 77 77 78 = 1.2.8 | Jan 15, 2015 = 79 * Tweak: Added support for "call", "skype", and "sms" button link prefixes 80 78 81 = 1.2.7 | June 30, 2015 = 79 82 * Fix: Fixed dependency errors caused when MB is loaded in an iframe
Note: See TracChangeset
for help on using the changeset viewer.