Plugin Directory

Changeset 2947662


Ignore:
Timestamp:
08/04/2023 11:09:01 AM (3 years ago)
Author:
intergotelecom
Message:

compatibility wp 6.3 and wc 7.9.0

Location:
wp-sms-otp-login
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • wp-sms-otp-login/trunk/includes/class-wpsmstootp-features.php

    r2886149 r2947662  
    933933public function custom_smsto_otp_user_profile_fields($user) {
    934934   
    935     if ($user == null) {
     935    if (($user == 'add-new-user') || ($user == null)) {
    936936        $user = wp_get_current_user();
    937937    }
  • wp-sms-otp-login/trunk/readme.txt

    r2886149 r2947662  
    66Tags: sms, wordpress, send, subscribe, message, register, notification, sms.to, subscribes-sms
    77Requires at least: 3.0
    8 Tested up to: 6.2
    9 Stable tag: 1.1.5
     8Tested up to: 6.3
     9Stable tag: 1.1.6
    1010Requires PHP: 5.6
    1111WC requires at least: 3.0
    12 WC tested up to: 7.5.1
     12WC tested up to: 7.9.0
    1313
    1414
     
    8080
    8181== Changelog ==
     82= 1.1.6 =
     83* Fix Profile
     84* Compatibility with WordPress 6.3
     85* Compatibility with WooCommerce 7.9.0
    8286= 1.1.5 =
    8387* Fix Bulk Actions
  • wp-sms-otp-login/trunk/wp-sms-to-otp.php

    r2886149 r2947662  
    44 * Plugin URI: https://wordpress.org/plugins/wp-sms-otp-login/
    55 * 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.5
     6 * Version: 1.1.6
    77 * Author: SMS.to
    88 * Author URI: https://sms.to
Note: See TracChangeset for help on using the changeset viewer.