Changeset 3246641
- Timestamp:
- 02/25/2025 06:11:02 PM (13 months 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
r3192141 r3246641 6 6 global $current_user; 7 7 $smsify_params = new stdClass(); 8 $smsify_params->appVersion = '6.1. 1';8 $smsify_params->appVersion = '6.1.2'; 9 9 $smsify_params->api_key = smsify_twoway_encrypt(get_site_option('smsify-api-key'), 'd'); 10 10 $smsify_params->apiprotocol = 'https'; -
smsify/trunk/readme.txt
r3192162 r3246641 4 4 Requires at least: 6.0 5 5 Tested up to: 6.7 6 Stable tag: 6.1. 16 Stable tag: 6.1.2 7 7 Requires PHP: 7.3 8 8 License: GPLv2 or later … … 51 51 == Changelog == 52 52 53 = 6.1.2 = 54 * Fix issue with sending SMS via user groups. 55 53 56 = 6.1.1 = 54 57 * WordPress 6.7 compatibility release. -
smsify/trunk/smsify.php
r3192151 r3246641 12 12 * 13 13 * @package SMSify 14 * @version 6.1. 114 * @version 6.1.2 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>schedule recurring SMS messages</strong>. It features a native WordPress interface that is very simple to use. Screenshots available. 20 20 Author: Cloud Inn 21 Version: 6.1. 121 Version: 6.1.2 22 22 Requires at least: 5.3 23 23 Author URI: https://cloudinn.io/products/smsify
Note: See TracChangeset
for help on using the changeset viewer.