Plugin Directory

Changeset 2019052


Ignore:
Timestamp:
01/25/2019 12:30:27 PM (7 years ago)
Author:
mtomic
Message:

v5.2.1 WordPress 5 compatibility release

Location:
smsify/trunk
Files:
3 edited

Legend:

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

    r1577996 r2019052  
    66    global $current_user;
    77    $smsify_params = new stdClass();
    8     $smsify_params->appVersion = '5.2.0';
     8    $smsify_params->appVersion = '5.2.1';
    99    $smsify_params->api_key = get_site_option('smsify-api-key');
    1010    $smsify_params->apiprotocol = 'https';
  • smsify/trunk/readme.txt

    r1577996 r2019052  
    33Tags: sms, smsgateway, smsapi, websms, mobile, messaging, sms marketing
    44Requires at least: 3.2
    5 Tested up to: 4.7
    6 Stable tag: 5.2.0
     5Tested up to: 5.0.3
     6Stable tag: 5.2.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5454== Changelog ==
    5555
     56= 5.2.1 =
     57* WordPress 5 compatibility release.
     58
    5659= 5.2.0 =
    5760* This release delivers SMS much faster then the previous version.
  • smsify/trunk/smsify.php

    r1577996 r2019052  
    22/**
    33 *
    4  * Copyright: © 2016
     4 * Copyright: © 2019
    55 * {@link http://www.smsify.com.au/ SMSify.}
    66 * ( coded in Australia )
     
    1212 *
    1313 * @package SMSify
    14  * @version 5.2.0
     14 * @version 5.2.1
    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: SMSify
    21 Version: 5.2.0
     21Version: 5.2.1
    2222Author URI: http://www.smsify.com.au/
    2323*/
Note: See TracChangeset for help on using the changeset viewer.