Changeset 3401158
- Timestamp:
- 11/23/2025 07:01:03 AM (4 months ago)
- Location:
- wp-sms
- Files:
-
- 8 deleted
- 6 edited
- 1 copied
-
tags/7.0.8 (copied) (copied from wp-sms/trunk)
-
tags/7.0.8/CHANGELOG.md (modified) (1 diff)
-
tags/7.0.8/assets/blocks/admin.min.js (deleted)
-
tags/7.0.8/assets/blocks/frontend.min.js (deleted)
-
tags/7.0.8/assets/blocks/licenseManager.min.js (deleted)
-
tags/7.0.8/assets/blocks/onboarding.min.js (deleted)
-
tags/7.0.8/readme.txt (modified) (2 diffs)
-
tags/7.0.8/wp-sms.php (modified) (2 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/assets/blocks/admin.min.js (deleted)
-
trunk/assets/blocks/frontend.min.js (deleted)
-
trunk/assets/blocks/licenseManager.min.js (deleted)
-
trunk/assets/blocks/onboarding.min.js (deleted)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-sms.php (modified) (2 diffs)
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 = 2 2 - **Enhancement:** Repositioned the "All-in-One Required" label to the top of the PRO gateway onboarding table for better visibility. 3 3 - **Enhancement:** Added more plugin details to the Site Health Info section for easier diagnostics. -
wp-sms/tags/7.0.8/readme.txt
r3401155 r3401158 6 6 Tested up to: 6.8 7 7 Requires PHP: 5.6 8 Stable tag: 7.0. 78 Stable tag: 7.0.8 9 9 License: GPL-2.0+ 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 120 120 121 121 == Changelog == 122 = v7.0. 7- 2025-11-23 =122 = v7.0.8 - 2025-11-23 = 123 123 - **Enhancement:** Repositioned the "All-in-One Required" label to the top of the PRO gateway onboarding table for better visibility. 124 124 - **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 4 4 * Plugin URI: https://wp-sms-pro.com/ 5 5 * Description: SMS & MMS Notifications, 2FA, OTP, and Integrations with E-Commerce and Form Builders 6 * Version: 7.0. 76 * Version: 7.0.8 7 7 * Author: VeronaLabs 8 8 * Author URI: https://veronalabs.com/ … … 26 26 27 27 // Set the plugin version 28 define('WP_SMS_VERSION', '7.0. 7');28 define('WP_SMS_VERSION', '7.0.8'); 29 29 30 30 /** -
wp-sms/trunk/CHANGELOG.md
r3401155 r3401158 1 = v7.0. 7- 2025-11-23 =1 = v7.0.8 - 2025-11-23 = 2 2 - **Enhancement:** Repositioned the "All-in-One Required" label to the top of the PRO gateway onboarding table for better visibility. 3 3 - **Enhancement:** Added more plugin details to the Site Health Info section for easier diagnostics. -
wp-sms/trunk/readme.txt
r3401155 r3401158 6 6 Tested up to: 6.8 7 7 Requires PHP: 5.6 8 Stable tag: 7.0. 78 Stable tag: 7.0.8 9 9 License: GPL-2.0+ 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 120 120 121 121 == Changelog == 122 = v7.0. 7- 2025-11-23 =122 = v7.0.8 - 2025-11-23 = 123 123 - **Enhancement:** Repositioned the "All-in-One Required" label to the top of the PRO gateway onboarding table for better visibility. 124 124 - **Enhancement:** Added more plugin details to the Site Health Info section for easier diagnostics. -
wp-sms/trunk/wp-sms.php
r3401155 r3401158 4 4 * Plugin URI: https://wp-sms-pro.com/ 5 5 * Description: SMS & MMS Notifications, 2FA, OTP, and Integrations with E-Commerce and Form Builders 6 * Version: 7.0. 76 * Version: 7.0.8 7 7 * Author: VeronaLabs 8 8 * Author URI: https://veronalabs.com/ … … 26 26 27 27 // Set the plugin version 28 define('WP_SMS_VERSION', '7.0. 7');28 define('WP_SMS_VERSION', '7.0.8'); 29 29 30 30 /**
Note: See TracChangeset
for help on using the changeset viewer.