Changeset 2599726
- Timestamp:
- 09/16/2021 05:54:51 AM (4 years ago)
- Location:
- smsify/trunk
- Files:
-
- 3 edited
-
includes/functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
smsify.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smsify/trunk/includes/functions.php
r2599716 r2599726 6 6 global $current_user; 7 7 $smsify_params = new stdClass(); 8 $smsify_params->appVersion = '5. 8.1';8 $smsify_params->appVersion = '5.2.5'; 9 9 $smsify_params->api_key = get_site_option('smsify-api-key'); 10 10 $smsify_params->apiprotocol = 'https'; -
smsify/trunk/readme.txt
r2599716 r2599726 4 4 Requires at least: 3.2 5 5 Tested up to: 5.8.1 6 Stable tag: 5.2. 36 Stable tag: 5.2.5 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. 8.1=56 = 5.2.5 = 57 57 * WordPress 5.8.1 compatibility release. 58 58 -
smsify/trunk/smsify.php
r2599716 r2599726 12 12 * 13 13 * @package SMSify 14 * @version 5. 8.114 * @version 5.2.5 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. 8.121 Version: 5.2.5 22 22 Author URI: http://www.smsify.com.au/ 23 23 */
Note: See TracChangeset
for help on using the changeset viewer.