Changeset 2841107
- Timestamp:
- 12/29/2022 03:51:03 PM (3 years ago)
- Location:
- smsify/trunk
- Files:
-
- 3 edited
-
includes/functions.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
smsify.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smsify/trunk/includes/functions.php
r2841103 r2841107 6 6 global $current_user; 7 7 $smsify_params = new stdClass(); 8 $smsify_params->appVersion = '6.0. 1';8 $smsify_params->appVersion = '6.0.2'; 9 9 $smsify_params->api_key = smsify_twoway_encrypt(get_site_option('smsify-api-key'), 'd'); 10 10 $smsify_params->apiprotocol = 'https'; -
smsify/trunk/readme.txt
r2841103 r2841107 42 42 2. Settings page where you enter your API key 43 43 3. Contact Groups page 44 4. Send SMS to your chosen contact group45 5. Send SMS to your chosen WordPress user44 4. Send SMS to your chosen WordPress user 45 5. Send SMS to your chosen contact group 46 46 6. Import contacts from a CSV file 47 7. Integration with Contact Form 748 8. Custom Integration that lets you hook into any event in WordPress47 7. Webhooks allow you to integrate with 1000s of other apps 48 8. Integration with Contact Form 7 49 49 9. Usage report page 50 50 51 51 == Changelog == 52 52 53 = 6.0. 1=53 = 6.0.2 = 54 54 * New branding and logo 55 55 * Added outbound SMS Webhook integration option. Integrate with 1000s of other apps via Zapier, Make, IFTTT and others. -
smsify/trunk/smsify.php
r2841103 r2841107 12 12 * 13 13 * @package SMSify 14 * @version 6.0. 114 * @version 6.0.2 15 15 */ 16 16 /* … … 19 19 Description: <strong>SMSify</strong> is a premium SMS plugin that allows you to <strong>send and receive SMS</strong> within your own WordPress dashboard. SMSify allows you to <strong>import contacts</strong> from a csv file and <strong>schedule recurring SMS messages</strong>. It features a native WordPress interface that is very simple to use. Screenshots available. 20 20 Author: Cloud Inn 21 Version: 6.0. 121 Version: 6.0.2 22 22 Author URI: https://cloudinn.io/products/smsify 23 23 */
Note: See TracChangeset
for help on using the changeset viewer.