Changeset 2947662
- Timestamp:
- 08/04/2023 11:09:01 AM (3 years ago)
- Location:
- wp-sms-otp-login
- Files:
-
- 6 edited
-
assets/screenshot-1.png (modified) (previous)
-
assets/screenshot-2.png (modified) (previous)
-
assets/screenshot-3.png (modified) (previous)
-
trunk/includes/class-wpsmstootp-features.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-sms-to-otp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-sms-otp-login/trunk/includes/class-wpsmstootp-features.php
r2886149 r2947662 933 933 public function custom_smsto_otp_user_profile_fields($user) { 934 934 935 if ( $user == null) {935 if (($user == 'add-new-user') || ($user == null)) { 936 936 $user = wp_get_current_user(); 937 937 } -
wp-sms-otp-login/trunk/readme.txt
r2886149 r2947662 6 6 Tags: sms, wordpress, send, subscribe, message, register, notification, sms.to, subscribes-sms 7 7 Requires at least: 3.0 8 Tested up to: 6. 29 Stable tag: 1.1. 58 Tested up to: 6.3 9 Stable tag: 1.1.6 10 10 Requires PHP: 5.6 11 11 WC requires at least: 3.0 12 WC tested up to: 7. 5.112 WC tested up to: 7.9.0 13 13 14 14 … … 80 80 81 81 == Changelog == 82 = 1.1.6 = 83 * Fix Profile 84 * Compatibility with WordPress 6.3 85 * Compatibility with WooCommerce 7.9.0 82 86 = 1.1.5 = 83 87 * Fix Bulk Actions -
wp-sms-otp-login/trunk/wp-sms-to-otp.php
r2886149 r2947662 4 4 * Plugin URI: https://wordpress.org/plugins/wp-sms-otp-login/ 5 5 * Description: A powerful SMS Messaging/Texting one-time-password login plugin for WordPress - This plugin is a fork from https://wordpress.org/plugins/wp-sms/ by VeronaLabs 6 * Version: 1.1. 56 * Version: 1.1.6 7 7 * Author: SMS.to 8 8 * Author URI: https://sms.to
Note: See TracChangeset
for help on using the changeset viewer.