Plugin Directory

Changeset 3210322


Ignore:
Timestamp:
12/19/2024 09:06:58 AM (16 months ago)
Author:
netgsm
Message:

tfa bug fix

Location:
netgsm
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • netgsm/tags/2.8/index.php

    r2973875 r3210322  
    976976                    if ($otpregister_control == 1) {
    977977                        ?>
    978                         <input type="button" name="sendCode" id="sendCode" class="input-text" onclick="sendtf2Code(jQuery('#billing_phone').val());"
     978                        <input style="margin-top: 30px;" type="button" name="sendCode" id="sendCode" class="input-text" onclick="sendtf2Code(jQuery('#billing_phone').val());"
    979979                               value="Doğrulama kodu gönder"/>
    980980                        <?php
  • netgsm/trunk/index.php

    r3200863 r3210322  
    66Author: Netgsm
    77Author URI: www.netgsm.com.tr
    8 Version: 2.9.35
     8Version: 2.9.36
    99
    1010*/
     
    11881188        }
    11891189
    1190         $tf2Code = '';
    1191         $code = '';
     1190     
    11921191        if ($otpstatus){
    11931192            $tf2Code        = sanitize_text_field($_POST['tf2Code']);
  • netgsm/trunk/readme.txt

    r3200863 r3210322  
    55Requires at least: 3.0
    66Tested up to: 6.7
    7 Stable tag: 2.9.35
     7Stable tag: 2.9.36
    88Requires PHP: 8.0.1
    99License: GPLv2 or later
     
    9090== Changelog ==
    9191= 2.9.35 =
     92* tfa düzeltmesi yapıldı.
     93= 2.9.35 =
    9294* Hata düzeltmesi yapıldı.
    9395= 2.9.34 =
Note: See TracChangeset for help on using the changeset viewer.