Plugin Directory

Changeset 3401158


Ignore:
Timestamp:
11/23/2025 07:01:03 AM (4 months ago)
Author:
mostafa.s1990
Message:

Update to version 7.0.8 from GitHub

Location:
wp-sms
Files:
8 deleted
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-sms/tags/7.0.8/CHANGELOG.md

    r3401155 r3401158  
    1 = v7.0.7 - 2025-11-23 =
     1= v7.0.8 - 2025-11-23 =
    22- **Enhancement:** Repositioned the "All-in-One Required" label to the top of the PRO gateway onboarding table for better visibility.
    33- **Enhancement:** Added more plugin details to the Site Health Info section for easier diagnostics.
  • wp-sms/tags/7.0.8/readme.txt

    r3401155 r3401158  
    66Tested up to: 6.8
    77Requires PHP: 5.6
    8 Stable tag: 7.0.7
     8Stable tag: 7.0.8
    99License: GPL-2.0+
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    120120
    121121== Changelog ==
    122 = v7.0.7 - 2025-11-23 =
     122= v7.0.8 - 2025-11-23 =
    123123- **Enhancement:** Repositioned the "All-in-One Required" label to the top of the PRO gateway onboarding table for better visibility.
    124124- **Enhancement:** Added more plugin details to the Site Health Info section for easier diagnostics.
  • wp-sms/tags/7.0.8/wp-sms.php

    r3401155 r3401158  
    44 * Plugin URI: https://wp-sms-pro.com/
    55 * Description: SMS & MMS Notifications, 2FA, OTP, and Integrations with E-Commerce and Form Builders
    6  * Version: 7.0.7
     6 * Version: 7.0.8
    77 * Author: VeronaLabs
    88 * Author URI: https://veronalabs.com/
     
    2626
    2727// Set the plugin version
    28 define('WP_SMS_VERSION', '7.0.7');
     28define('WP_SMS_VERSION', '7.0.8');
    2929
    3030/**
  • wp-sms/trunk/CHANGELOG.md

    r3401155 r3401158  
    1 = v7.0.7 - 2025-11-23 =
     1= v7.0.8 - 2025-11-23 =
    22- **Enhancement:** Repositioned the "All-in-One Required" label to the top of the PRO gateway onboarding table for better visibility.
    33- **Enhancement:** Added more plugin details to the Site Health Info section for easier diagnostics.
  • wp-sms/trunk/readme.txt

    r3401155 r3401158  
    66Tested up to: 6.8
    77Requires PHP: 5.6
    8 Stable tag: 7.0.7
     8Stable tag: 7.0.8
    99License: GPL-2.0+
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    120120
    121121== Changelog ==
    122 = v7.0.7 - 2025-11-23 =
     122= v7.0.8 - 2025-11-23 =
    123123- **Enhancement:** Repositioned the "All-in-One Required" label to the top of the PRO gateway onboarding table for better visibility.
    124124- **Enhancement:** Added more plugin details to the Site Health Info section for easier diagnostics.
  • wp-sms/trunk/wp-sms.php

    r3401155 r3401158  
    44 * Plugin URI: https://wp-sms-pro.com/
    55 * Description: SMS & MMS Notifications, 2FA, OTP, and Integrations with E-Commerce and Form Builders
    6  * Version: 7.0.7
     6 * Version: 7.0.8
    77 * Author: VeronaLabs
    88 * Author URI: https://veronalabs.com/
     
    2626
    2727// Set the plugin version
    28 define('WP_SMS_VERSION', '7.0.7');
     28define('WP_SMS_VERSION', '7.0.8');
    2929
    3030/**
Note: See TracChangeset for help on using the changeset viewer.