Changeset 1340253
- Timestamp:
- 02/01/2016 12:47:16 AM (10 years ago)
- Location:
- twl-easy-call/trunk
- Files:
-
- 3 edited
-
js/twilio-script.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
twilio.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
twl-easy-call/trunk/js/twilio-script.js
r1280734 r1340253 17 17 //get user phone 18 18 var userPhone = $.trim($('.twilio_call_number').val()); 19 user_phone = user_phone.replace(/\s/g, "").replace(/[-]/g, ""); 19 20 20 21 //loading -
twl-easy-call/trunk/readme.txt
r1329115 r1340253 72 72 == Changelog == 73 73 74 = 1.0.3 = 75 * Fix issue related to spaces and dash in phone number in frontend 76 74 77 = 1.0.2 = 75 78 * Added links to Pro version. -
twl-easy-call/trunk/twilio.php
r1329081 r1340253 3 3 Plugin Name: Twilio Easy Call 4 4 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. 25 Version: 1.0.3 6 6 Author: zonnix 7 7 Author URI: http://zonnix.net
Note: See TracChangeset
for help on using the changeset viewer.