Plugin Directory

Changeset 3246641


Ignore:
Timestamp:
02/25/2025 06:11:02 PM (13 months ago)
Author:
mtomic
Message:

Fix issue with sending SMS via user groups.

Location:
smsify/trunk
Files:
3 edited

Legend:

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

    r3192141 r3246641  
    66    global $current_user;
    77    $smsify_params = new stdClass();
    8     $smsify_params->appVersion = '6.1.1';
     8    $smsify_params->appVersion = '6.1.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

    r3192162 r3246641  
    44Requires at least: 6.0
    55Tested up to: 6.7
    6 Stable tag: 6.1.1
     6Stable tag: 6.1.2
    77Requires PHP: 7.3
    88License: GPLv2 or later
     
    5151== Changelog ==
    5252
     53= 6.1.2 =
     54* Fix issue with sending SMS via user groups.
     55
    5356= 6.1.1 =
    5457* WordPress 6.7 compatibility release.
  • smsify/trunk/smsify.php

    r3192151 r3246641  
    1212 *
    1313 * @package SMSify
    14  * @version 6.1.1
     14 * @version 6.1.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>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.1.1
     21Version: 6.1.2
    2222Requires at least: 5.3
    2323Author URI: https://cloudinn.io/products/smsify
Note: See TracChangeset for help on using the changeset viewer.