Plugin Directory

Changeset 3077714


Ignore:
Timestamp:
04/26/2024 03:14:27 PM (23 months ago)
Author:
wpunicorn
Message:
  • Update compatibility with WP 6.5.2
Location:
ultimate-sms
Files:
2925 added
2 edited

Legend:

Unmodified
Added
Removed
  • ultimate-sms/trunk/readme.txt

    r2898121 r3077714  
    11=== Ultimate WP SMS Plugin for Wordpress  ===
    22Contributors: wpunicorn
    3 Donate link: https://themebound.com/
     3Donate link: https://wpsmspro.com
    44Tags: WP SMS, SMS Plugin, WP sms pro, SMS, Text Message, Woocommerce SMS, SMS alerts, SMS notifications
    55Requires at least: 4.5
    6 Tested up to: 6.2.0
    7 Stable tag: 1.0.2
     6Tested up to: 6.5.2
     7Stable tag: 1.0.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 == Ultimate SMS - SMS Plugin for WordPress ==
     11== Ultimate WP SMS - WordPress SMS Plugin ==
    1212Ultimate SMS helps to integrate SMS capability to your WordPress website using the most advanced Twilio API.
    1313
     
    6060== Changelog ==
    6161
     62
     63= 1.0.3 =
     64* Updated to WP 6.5
     65* Fixed minor issues
     66
    6267= 1.0.2 =
    6368* Updated to WP 6.2
  • ultimate-sms/trunk/ultimate-sms.php

    r2898121 r3077714  
    22/**
    33 * Plugin Name: Ultimate SMS
    4  * Description: SMS Wordpress Plugin - Send SMS Messages & Notifications to users.
    5  * Version: 1.0.2
    6  * Author: themebound.com
    7  * Author URI: https://themebound.com
     4 * Description: Wordpress SMS Plugin - Send SMS Messages & Notifications to users.
     5 * Version: 1.0.3
     6 * Author: wpsmspro.com
     7 * Author URI: https://wpsmspro.com
    88 * License: GPLv2 or later
    99 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010 */
    1111
    12 define( 'SMS_WP_VERSION', '1.0.2' );
     12define( 'SMS_WP_VERSION', '1.0.3' );
    1313define( 'SMS_WP_OPTION', 'smswp_option' );
    1414define( 'SMS_WP_SETTING', 'smswp_options' );
Note: See TracChangeset for help on using the changeset viewer.