Changeset 2748389
- Timestamp:
- 06/27/2022 09:26:19 AM (4 years ago)
- Location:
- joy-of-text/trunk
- Files:
-
- 2 added
- 2 deleted
- 4 edited
-
classes/class-jot-plugin-settings.php (modified) (1 diff)
-
classes/smsproviders/class-jot-provider-twilio.php (modified) (2 diffs)
-
css/jot-2-2-9-1.css (deleted)
-
css/jot-2-3-0.css (added)
-
joy-of-text.php (modified) (3 diffs)
-
js/jot-messenger-2-2-9-1.js (deleted)
-
js/jot-messenger-2-3-0.js (added)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
joy-of-text/trunk/classes/class-jot-plugin-settings.php
r2600087 r2748389 515 515 //$html .= "<li> " . "<span class='getstarted-description'>" . sprintf (__("The terms and conditions of Twilio's referral program are available %s.","jot-plugin"), $twilio_referral_tcs_url) . "</span>" . "</li>"; 516 516 $html .= "<li> " . "<span class='getstarted-description'>" . sprintf (__("Register an account at %s, purchase a phone number and get your unique 'Twilio Account SID' and 'Twilio Auth Token'.","jot-plugin"), $twilio_url) . "</span>" . "</li>"; 517 518 $twilio_10dlc_url = "<a href='https://support.twilio.com/hc/en-us/articles/1260800720410-What-is-A2P-10DLC-' target='_blank'>" . __("Twilio's","jot-plugin") . "</a>"; 519 $html .= "<li> " . "<span class='getstarted-description'>" . sprintf (__("If you are in the US or will be sending messages to US based numbers, then you may need to register your messaging campaigns. Check %s guidance to see if this applies to you.","jot-plugin"), $twilio_10dlc_url) . "</span>" . "</li>"; 520 517 521 $url = "<a href='" . admin_url() . "admin.php?page=jot-plugin&tab=smsprovider§ion=twiliosettings' target='_blank'>" . __("Messaging-Settings-Twilio Settings","jot-plugin") . "</a>"; 518 522 $html .= "<li> " . "<span class='getstarted-description'>" . sprintf (__("Go to %s and enter your 'Twilio Account SID' and 'Twilio Auth Token' and press the 'Save Settings' button.","jot-plugin"), $url) . "</span>" . "</li>"; -
joy-of-text/trunk/classes/smsproviders/class-jot-provider-twilio.php
r2597353 r2748389 338 338 $data = array(); 339 339 $url = "https://api.twilio.com/2010-04-01/Accounts/$sid/Balance.json"; 340 $jot_response = Joy_Of_Text_Plugin()->messenger->call_curl($url,$data,'get'); 341 340 $jot_response = Joy_Of_Text_Plugin()->messenger->call_curl($url,$data,'get'); 341 342 342 return $jot_response; 343 343 … … 360 360 $data = array(); 361 361 $url = "https://api.twilio.com/2010-04-01/Accounts/$sid.json"; 362 $jot_response = Joy_Of_Text_Plugin()->messenger->call_curl($url,$data,'get'); 363 362 $jot_response = Joy_Of_Text_Plugin()->messenger->call_curl($url,$data,'get'); 363 364 364 return $jot_response; 365 365 -
joy-of-text/trunk/joy-of-text.php
r2600087 r2748389 17 17 * Plugin URI: http://www.getcloudsms.com 18 18 * Description: Send SMS and text-to-voice messages to your customers, subscribers, followers, members and friends. 19 * Version: 2. 2.9.119 * Version: 2.3.0 20 20 * Author: Stuart Wilson 21 21 * Author URI: http://www.getcloudsms.com … … 32 32 * 33 33 * Version 34 * 2.3.0 - Added Application-to-Person (A2P) registration guidance. 34 35 * 2.2.9.1 - Added code to sanitise text area input 35 36 * 2.2.9 - Added Twilio account details to Messaging-Settings-Twilio Settings tab … … 123 124 $this->product = "JOT Lite"; 124 125 $this->token = 'jot-plugin'; 125 $this->version = '2. 2.9.1';126 $this->version = '2.3.0'; 126 127 $this->debug = false; 127 128 -
joy-of-text/trunk/readme.txt
r2597353 r2748389 4 4 Tags: twilio, message, sms, mms, text, mobile, sms scheduler, scheduler, woocommerce, membermouse, voice message, notification, subscribe, buddypress, gravity forms 5 5 Requires at least: 3.0.1 6 Tested up to: 5.8.17 Stable tag: 2. 2.9.16 Tested up to: 6.0 7 Stable tag: 2.3.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 260 260 == Changelog == 261 261 262 = 2. 2.9.1=263 * Improved data validation and sanitization.262 = 2.3.0 = 263 * Added Application-to-Person (A2P) registration guidance. 264 264 265 265 = 2.2.9 = … … 396 396 == Upgrade Notice == 397 397 398 = 2.2.9.1 = 399 * Improved data validation and sanitization. 398 = 2.3.0 = 399 * Added Application-to-Person (A2P) registration guidance. 400
Note: See TracChangeset
for help on using the changeset viewer.