Plugin Directory

Changeset 1340253


Ignore:
Timestamp:
02/01/2016 12:47:16 AM (10 years ago)
Author:
zonnix
Message:

push version 1.1.3

Location:
twl-easy-call/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • twl-easy-call/trunk/js/twilio-script.js

    r1280734 r1340253  
    1717        //get user phone
    1818        var userPhone = $.trim($('.twilio_call_number').val());
     19        user_phone = user_phone.replace(/\s/g, "").replace(/[-]/g, "");
    1920
    2021        //loading
  • twl-easy-call/trunk/readme.txt

    r1329115 r1340253  
    7272== Changelog ==
    7373
     74= 1.0.3 =
     75* Fix issue related to spaces and dash in phone number in frontend
     76
    7477= 1.0.2 =
    7578* Added links to Pro version.
  • twl-easy-call/trunk/twilio.php

    r1329081 r1340253  
    33  Plugin Name: Twilio Easy Call
    44  Description: Click-to-call converts your website's users into engaged customers by creating an easy way for your customers to contact your sales and support teams right on your website. Your users can input a phone number and receive a phone call connecting to any destination phone number you like.
    5   Version: 1.0.2
     5  Version: 1.0.3
    66  Author: zonnix
    77  Author URI: http://zonnix.net
Note: See TracChangeset for help on using the changeset viewer.