Changeset 3056140
- Timestamp:
- 03/21/2024 01:17:54 PM (2 years ago)
- Location:
- wp-bulk-sms
- Files:
-
- 20 edited
-
assets/screenshot-1.png (modified) (previous)
-
assets/screenshot-2.png (modified) (previous)
-
assets/screenshot-3.png (modified) (previous)
-
assets/screenshot-4.png (modified) (previous)
-
trunk/includes/admin/class-wpsmstobulk-admin-helper.php (modified) (1 diff)
-
trunk/includes/admin/documentation/class-wpsmstobulk-documentation.php (modified) (1 diff)
-
trunk/includes/admin/outbox/class-wpsmstobulk-outbox.php (modified) (1 diff)
-
trunk/includes/admin/privacy/class-wpsmstobulk-privacy-actions.php (modified) (1 diff)
-
trunk/includes/admin/privacy/class-wpsmstobulk-privacy.php (modified) (1 diff)
-
trunk/includes/admin/send/class-wpsmstobulk-send.php (modified) (1 diff)
-
trunk/includes/admin/settings/class-wpsmstobulk-settings.php (modified) (1 diff)
-
trunk/includes/class-front.php (modified) (1 diff)
-
trunk/includes/class-wpsmstobulk-features.php (modified) (1 diff)
-
trunk/includes/class-wpsmstobulk-gateway.php (modified) (1 diff)
-
trunk/includes/class-wpsmstobulk-install.php (modified) (1 diff)
-
trunk/includes/class-wpsmstobulk-notifications.php (modified) (1 diff)
-
trunk/includes/class-wpsmstobulk-option.php (modified) (1 diff)
-
trunk/includes/class-wpsmstobulk.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-sms-to-bulk.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-bulk-sms/trunk/includes/admin/class-wpsmstobulk-admin-helper.php
r2986925 r3056140 13 13 * 14 14 */ 15 15 #[\AllowDynamicProperties] 16 16 class WBS_SMS_TO_Helper { 17 17 -
wp-bulk-sms/trunk/includes/admin/documentation/class-wpsmstobulk-documentation.php
r2558591 r3056140 18 18 * 19 19 */ 20 #[\AllowDynamicProperties] 20 21 class WBS_SMS_TO_Documentation { 21 22 /* -
wp-bulk-sms/trunk/includes/admin/outbox/class-wpsmstobulk-outbox.php
r2558591 r3056140 22 22 * 23 23 */ 24 #[\AllowDynamicProperties] 24 25 class WBS_SMS_TO_Outbox_List_Table extends \WP_List_Table { 25 26 -
wp-bulk-sms/trunk/includes/admin/privacy/class-wpsmstobulk-privacy-actions.php
r2558591 r3056140 20 20 * 21 21 */ 22 #[\AllowDynamicProperties] 22 23 class WBS_SMS_TO_Privacy_Actions { 23 24 -
wp-bulk-sms/trunk/includes/admin/privacy/class-wpsmstobulk-privacy.php
r2558591 r3056140 19 19 * 20 20 */ 21 #[\AllowDynamicProperties] 21 22 class WBS_SMS_TO_Privacy { 22 23 -
wp-bulk-sms/trunk/includes/admin/send/class-wpsmstobulk-send.php
r2558591 r3056140 17 17 * @license uri: http://www.gnu.org/licenses/gpl.html 18 18 */ 19 #[\AllowDynamicProperties] 19 20 class WBS_SMS_TO_SMS_Send { 20 21 -
wp-bulk-sms/trunk/includes/admin/settings/class-wpsmstobulk-settings.php
r2558591 r3056140 18 18 * 19 19 */ 20 #[\AllowDynamicProperties] 20 21 class WBS_SMS_TO_Settings { 21 22 -
wp-bulk-sms/trunk/includes/class-front.php
r2558591 r3056140 17 17 * 18 18 */ 19 19 #[\AllowDynamicProperties] 20 20 class WBS_SMS_TO_Front { 21 21 -
wp-bulk-sms/trunk/includes/class-wpsmstobulk-features.php
r2664564 r3056140 17 17 * 18 18 */ 19 19 #[\AllowDynamicProperties] 20 20 class WBS_SMS_TO_Features { 21 21 -
wp-bulk-sms/trunk/includes/class-wpsmstobulk-gateway.php
r2558591 r3056140 17 17 * 18 18 */ 19 #[\AllowDynamicProperties] 19 20 class WBS_SMS_TO_Gateway { 20 21 -
wp-bulk-sms/trunk/includes/class-wpsmstobulk-install.php
r2557551 r3056140 17 17 * 18 18 */ 19 19 #[\AllowDynamicProperties] 20 20 class Install { 21 21 -
wp-bulk-sms/trunk/includes/class-wpsmstobulk-notifications.php
r2558591 r3056140 17 17 * 18 18 */ 19 19 #[\AllowDynamicProperties] 20 20 class WBS_SMS_TO_Notifications { 21 21 -
wp-bulk-sms/trunk/includes/class-wpsmstobulk-option.php
r2558591 r3056140 17 17 * 18 18 */ 19 19 #[\AllowDynamicProperties] 20 20 class WBS_SMS_TO_Option { 21 21 -
wp-bulk-sms/trunk/includes/class-wpsmstobulk.php
r2726089 r3056140 16 16 * 17 17 */ 18 18 #[\AllowDynamicProperties] 19 19 class WBS_WP_SMS_TO_BULK { 20 20 -
wp-bulk-sms/trunk/readme.txt
r2986925 r3056140 6 6 Tags: sms, wordpress, send, subscribe, message, register, notification, sms.to, subscribes-sms, bulksms 7 7 Requires at least: 3.0 8 Tested up to: 6. 49 Stable tag: 1.0.1 18 Tested up to: 6.5 9 Stable tag: 1.0.12 10 10 Requires PHP: 5.6 11 11 … … 130 130 131 131 == Changelog == 132 = 1.0.12 = 133 * Compatibility with WordPress v6.5 134 * Adjust classes properties 132 135 = 1.0.11 = 133 136 * Compatibility with WordPress v6.4 -
wp-bulk-sms/trunk/wp-sms-to-bulk.php
r2986925 r3056140 4 4 * Plugin URI: https://wordpress.org/plugins/wp-bulk-sms/ 5 5 * Description: A powerful Bulk SMS Messaging/Texting plugin for WordPress - This plugin is a fork from https://wordpress.org/plugins/wp-sms/ by VeronaLabs 6 * Version: 1.0.1 16 * Version: 1.0.12 7 7 * Author: SMS.to 8 8 * Author URI: https://sms.to
Note: See TracChangeset
for help on using the changeset viewer.