Changeset 2019052
- Timestamp:
- 01/25/2019 12:30:27 PM (7 years ago)
- Location:
- smsify/trunk
- Files:
-
- 3 edited
-
includes/functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
smsify.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smsify/trunk/includes/functions.php
r1577996 r2019052 6 6 global $current_user; 7 7 $smsify_params = new stdClass(); 8 $smsify_params->appVersion = '5.2. 0';8 $smsify_params->appVersion = '5.2.1'; 9 9 $smsify_params->api_key = get_site_option('smsify-api-key'); 10 10 $smsify_params->apiprotocol = 'https'; -
smsify/trunk/readme.txt
r1577996 r2019052 3 3 Tags: sms, smsgateway, smsapi, websms, mobile, messaging, sms marketing 4 4 Requires at least: 3.2 5 Tested up to: 4.76 Stable tag: 5.2. 05 Tested up to: 5.0.3 6 Stable tag: 5.2.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 54 54 == Changelog == 55 55 56 = 5.2.1 = 57 * WordPress 5 compatibility release. 58 56 59 = 5.2.0 = 57 60 * This release delivers SMS much faster then the previous version. -
smsify/trunk/smsify.php
r1577996 r2019052 2 2 /** 3 3 * 4 * Copyright: © 201 64 * Copyright: © 2019 5 5 * {@link http://www.smsify.com.au/ SMSify.} 6 6 * ( coded in Australia ) … … 12 12 * 13 13 * @package SMSify 14 * @version 5.2. 014 * @version 5.2.1 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: SMSify 21 Version: 5.2. 021 Version: 5.2.1 22 22 Author URI: http://www.smsify.com.au/ 23 23 */
Note: See TracChangeset
for help on using the changeset viewer.