Changeset 1565997
- Timestamp:
- 01/02/2017 04:16:23 AM (9 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
r1565658 r1565997 6 6 global $current_user; 7 7 $smsify_params = new stdClass(); 8 $smsify_params->appVersion = '5.1. 3';8 $smsify_params->appVersion = '5.1.4'; 9 9 $smsify_params->api_key = get_site_option('smsify-api-key'); 10 10 $smsify_params->apiprotocol = 'https'; -
smsify/trunk/readme.txt
r1565658 r1565997 4 4 Requires at least: 3.2 5 5 Tested up to: 4.7 6 Stable tag: 5.1. 36 Stable tag: 5.1.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 48 48 5. Send SMS to your chosen WordPress user 49 49 6. Import contacts from a CSV file 50 7. Usage report page 50 7. Integration with Contact Form 7 51 8. Custom Integration that lets you hook into any event in WordPress 52 9. Usage report page 51 53 52 54 == Changelog == -
smsify/trunk/smsify.php
r1565658 r1565997 12 12 * 13 13 * @package SMSify 14 * @version 5.1. 314 * @version 5.1.4 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.1. 321 Version: 5.1.4 22 22 Author URI: http://www.smsify.com.au/ 23 23 */
Note: See TracChangeset
for help on using the changeset viewer.