Plugin Directory

Changeset 1329343


Ignore:
Timestamp:
01/15/2016 10:47:23 PM (10 years ago)
Author:
philbaylog
Message:

Release 1.2.8

Location:
mango-buttons/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • mango-buttons/trunk/admin/js/mb-modal.js

    r1190553 r1329343  
    102102            if( linkText.indexOf('mailto:') == 0 ||
    103103                    linkText.indexOf('tel:')  == 0 ||
     104                    linkText.indexOf('call:') == 0 ||
     105                    linkText.indexOf('skype:') == 0 ||
     106                    linkText.indexOf('sms:') == 0 ||
    104107                    linkText.indexOf('#') == 0 ||
    105108                    linkText.indexOf('//') == 0 ||
  • mango-buttons/trunk/mango-buttons.php

    r1190553 r1329343  
    44Plugin URI: https://mangobuttons.com
    55Description: Mango Buttons is a button creator for WordPress that allows anyone to create beautiful buttons anywhere on their site.
    6 Version: 1.2.7
     6Version: 1.2.8
    77Author: Phil Baylog
    88Author URI: https://mangobuttons.com
     
    1717
    1818global $MB_VERSION;
    19 $MB_VERSION = '1.2.7';
     19$MB_VERSION = '1.2.8';
    2020
    2121class MangoButtons{
  • mango-buttons/trunk/readme.txt

    r1190553 r1329343  
    44Requires at least: 3.9
    55Donate Link: https://mangobuttons.com/pricing
    6 Tested up to: 4.2.2
    7 Stable tag: 1.2.7
     6Tested up to: 4.4.1
     7Stable tag: 1.2.8
    88License: GPLv2
    99
     
    7676== Changelog ==
    7777
     78= 1.2.8 | Jan 15, 2015 =
     79* Tweak: Added support for "call", "skype", and "sms" button link prefixes
     80
    7881= 1.2.7 | June 30, 2015 =
    7982* Fix: Fixed dependency errors caused when MB is loaded in an iframe
Note: See TracChangeset for help on using the changeset viewer.