Plugin Directory

Changeset 2599726


Ignore:
Timestamp:
09/16/2021 05:54:51 AM (4 years ago)
Author:
mtomic
Message:

Fix up tag version number to 5.2.5

Location:
smsify/trunk
Files:
3 edited

Legend:

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

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

    r2599716 r2599726  
    44Requires at least: 3.2
    55Tested up to: 5.8.1
    6 Stable tag: 5.2.3
     6Stable tag: 5.2.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5454== Changelog ==
    5555
    56 = 5.8.1 =
     56= 5.2.5 =
    5757* WordPress 5.8.1 compatibility release.
    5858
  • smsify/trunk/smsify.php

    r2599716 r2599726  
    1212 *
    1313 * @package SMSify
    14  * @version 5.8.1
     14 * @version 5.2.5
    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.8.1
     21Version: 5.2.5
    2222Author URI: http://www.smsify.com.au/
    2323*/
Note: See TracChangeset for help on using the changeset viewer.