Plugin Directory

Changeset 2841107


Ignore:
Timestamp:
12/29/2022 03:51:03 PM (3 years ago)
Author:
mtomic
Message:

Update version to 6.0.2

Location:
smsify/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • smsify/trunk/includes/functions.php

    r2841103 r2841107  
    66    global $current_user;
    77    $smsify_params = new stdClass();
    8     $smsify_params->appVersion = '6.0.1';
     8    $smsify_params->appVersion = '6.0.2';
    99    $smsify_params->api_key = smsify_twoway_encrypt(get_site_option('smsify-api-key'), 'd');
    1010    $smsify_params->apiprotocol = 'https';
  • smsify/trunk/readme.txt

    r2841103 r2841107  
    42422. Settings page where you enter your API key
    43433. Contact Groups page
    44 4. Send SMS to your chosen contact group
    45 5. Send SMS to your chosen WordPress user
     444. Send SMS to your chosen WordPress user
     455. Send SMS to your chosen contact group
    46466. Import contacts from a CSV file
    47 7. Integration with Contact Form 7
    48 8. Custom Integration that lets you hook into any event in WordPress
     477. Webhooks allow you to integrate with 1000s of other apps
     488. Integration with Contact Form 7
    49499. Usage report page
    5050
    5151== Changelog ==
    5252
    53 = 6.0.1 =
     53= 6.0.2 =
    5454* New branding and logo
    5555* Added outbound SMS Webhook integration option. Integrate with 1000s of other apps via Zapier, Make, IFTTT and others.
  • smsify/trunk/smsify.php

    r2841103 r2841107  
    1212 *
    1313 * @package SMSify
    14  * @version 6.0.1
     14 * @version 6.0.2
    1515 */
    1616/*
     
    1919Description: <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. 
    2020Author: Cloud Inn
    21 Version: 6.0.1
     21Version: 6.0.2
    2222Author URI: https://cloudinn.io/products/smsify
    2323*/
Note: See TracChangeset for help on using the changeset viewer.