Plugin Directory

Changeset 3330063


Ignore:
Timestamp:
07/18/2025 07:56:37 AM (8 months ago)
Author:
ilvchandan
Message:

Uploading Rectified version 6.2.3

Location:
email-otp-authenticator
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • email-otp-authenticator/tags/6.2.3/lib/emailotpauthn-class.php

    r3329828 r3330063  
    449449        if(isset($formtexts) && !empty($formtexts)){
    450450            $newnoticentxt = "";
    451             for ($nodx = 0; $nodx < count($formtexts); $nodx++) {
     451            $totalnodx = count($formtexts);
     452            for ($nodx = 0; $nodx < $totalnodx; $nodx++) {
    452453                if(isset($formtexts[$nodx][2]) && !empty($formtexts[$nodx][2])){
    453454                    if(!isset($extrnlcvrbl[$nodx]) || empty($extrnlcvrbl[$nodx])){
     
    463464        $formnoticentxt = "#-ntbreak-#" . $formnoticentxt;
    464465        $savednoticentxt = explode("#-ntbreak-#",$formnoticentxt);
    465         for ($nodx = 0; $nodx < count($savednoticentxt); $nodx++) {
     466        $totalnodx = count($savednoticentxt);
     467        for ($nodx = 0; $nodx < $totalnodx; $nodx++) {
    466468            if(isset($savednoticentxt[$nodx])){
    467469                $extrnlcvrbl[$nodx] = $savednoticentxt[$nodx];
  • email-otp-authenticator/tags/6.2.3/lib/emailotpauthn-external-class.php

    r3329828 r3330063  
    3333        array("Email does not exist.","Warning Notice",esc_html__("Email does not exist.","email-otp-authenticator")), //[20]
    3434        array("Request has been cancelled.","Hacking Notice",esc_html__("Request has been cancelled.","email-otp-authenticator")), //[21]
    35         array("Request has been rejected due to security! Please contact to administrator.","Hacking Notice",esc_html__("Request has been rejected due to security! Please contact to administrator.","email-otp-authenticator")), //[22]
     35        array("Request has been rejected due to security! Please contact administrator.","Hacking Notice",esc_html__("Request has been rejected due to security! Please contact administrator.","email-otp-authenticator")), //[22]
    3636        array("Validation error","Error Notice",esc_html__("Validation error","email-otp-authenticator")), //[23]
    3737        array("Enter email","Label Text",esc_html__("Enter email","email-otp-authenticator")), //[24]
    3838        array("SEND FROM email id is INACTIVE.","Settings Notice",esc_html__("SEND FROM email id is INACTIVE.","email-otp-authenticator")), //[25]
    39         array("Email does not matched.","Error Notice",esc_html__("Email does not matched.","email-otp-authenticator")), //[26]
     39        array("Email does not match.","Error Notice",esc_html__("Email does not match.","email-otp-authenticator")), //[26]
    4040        array("Resend OTP","Link Text",esc_html__("Resend OTP","email-otp-authenticator")), //[27]
    4141        array("Post insertion failed!, please try again","Website Error",esc_html__("Post insertion failed!, please try again","email-otp-authenticator")), //[28]
    4242        array("Unable to send email. Check SMTP or else.","Website Error",esc_html__("Unable to send email. Check SMTP or else.","email-otp-authenticator")), //[29]
    43         array("Out of Email Limit!, contact to website administrator to reset.","Warning Notice",esc_html__("Out of Email Limit!, contact to website administrator to reset.","email-otp-authenticator")), //[30]
     43        array("Out of Email Limit!, contact website administrator to reset.","Warning Notice",esc_html__("Out of Email Limit!, contact website administrator to reset.","email-otp-authenticator")), //[30]
    4444        array("Out of Email Limit!, please try again after {{remaining minutes}}","Warning Notice",esc_html__("Out of Email Limit!, please try again after ","email-otp-authenticator")), //[31]
    4545        array("{{remaining minutes}} minute.","Warning Notice",esc_html__(" minute.","email-otp-authenticator")), //[32]
    4646        array("{{remaining minutes}} minutes.","Warning Notice",esc_html__(" minutes.","email-otp-authenticator")), //[33]
    47         array("OTP has sent on your email.","Action Response",esc_html__("OTP has sent on your email.","email-otp-authenticator")), //[34]
     47        array("OTP sent to your email.","Action Response",esc_html__("OTP sent to your email.","email-otp-authenticator")), //[34]
    4848        array("OTP does not exist. Retry with new OTP.","Error Notice",esc_html__("OTP does not exist. Retry with new OTP.","email-otp-authenticator")), //[35]
    49         array("User does not matched.","Error Notice",esc_html__("User does not matched.","email-otp-authenticator")), //[36]
     49        array("User does not match.","Error Notice",esc_html__("User does not match.","email-otp-authenticator")), //[36]
    5050        array("The domain of your email is BLOCKED.","Warning Notice",esc_html__("The domain of your email is BLOCKED.","email-otp-authenticator")), //[37]
    5151        array("The domain of your email is NOT ALLOWED.","Warning Notice",esc_html__("The domain of your email is NOT ALLOWED.","email-otp-authenticator")), //[38]
     
    5959        array("You have been Successfully Registered.","Action Response",esc_html__("You have been Successfully Registered.","email-otp-authenticator")), //[46]
    6060        array("Registered but Login failed. Try to Login.","Website Error",esc_html__("Registered but Login failed. Try to Login.","email-otp-authenticator")), //[47]
    61         array("You are not agree with our terms.","Warning Notice",esc_html__("You are not agree with our terms.","email-otp-authenticator")), //[48]
     61        array("You did not agree with our terms.","Warning Notice",esc_html__("You did not agree with our terms.","email-otp-authenticator")), //[48]
    6262        array("Not Agree With Terms","Hacking Notice",esc_html__("Not Agree With Terms","email-otp-authenticator")), //[49]
    6363        array("You have successfully logged in","Action Response",esc_html__("You have successfully logged in","email-otp-authenticator")), //[50]
     
    6666        array("OTP Matched but unable to process","Plugin Error",esc_html__("OTP Matched but unable to process","email-otp-authenticator")), //[53]
    6767        array("Wrong OTP Attempts Crossed.","Warning Notice",esc_html__("Wrong OTP Attempts Crossed.","email-otp-authenticator")), //[54]
    68         array("OTP does not matched.","Error Notice",esc_html__("OTP does not matched.","email-otp-authenticator")), //[55]
     68        array("OTP does not match.","Error Notice",esc_html__("OTP does not match.","email-otp-authenticator")), //[55]
    6969        array("Invalid Email","Error Notice",esc_html__("Invalid Email","email-otp-authenticator")), //[56]
    7070        array("Please accept our Terms of Use.","Error Notice",esc_html__("Please accept our Terms of Use.","email-otp-authenticator")), //[57]
  • email-otp-authenticator/tags/6.2.3/readme.txt

    r3329828 r3330063  
    181181* Rectified: Sub menu text has been rectified in dashboard menus.
    182182* Rectified: Clients bottom notes has been removed from settings.
     183* Rectified: Some phrases in form notes and messages have been rectified.
    183184
    184185= 6.2.0 =
  • email-otp-authenticator/trunk/lib/emailotpauthn-class.php

    r3329828 r3330063  
    449449        if(isset($formtexts) && !empty($formtexts)){
    450450            $newnoticentxt = "";
    451             for ($nodx = 0; $nodx < count($formtexts); $nodx++) {
     451            $totalnodx = count($formtexts);
     452            for ($nodx = 0; $nodx < $totalnodx; $nodx++) {
    452453                if(isset($formtexts[$nodx][2]) && !empty($formtexts[$nodx][2])){
    453454                    if(!isset($extrnlcvrbl[$nodx]) || empty($extrnlcvrbl[$nodx])){
     
    463464        $formnoticentxt = "#-ntbreak-#" . $formnoticentxt;
    464465        $savednoticentxt = explode("#-ntbreak-#",$formnoticentxt);
    465         for ($nodx = 0; $nodx < count($savednoticentxt); $nodx++) {
     466        $totalnodx = count($savednoticentxt);
     467        for ($nodx = 0; $nodx < $totalnodx; $nodx++) {
    466468            if(isset($savednoticentxt[$nodx])){
    467469                $extrnlcvrbl[$nodx] = $savednoticentxt[$nodx];
  • email-otp-authenticator/trunk/lib/emailotpauthn-external-class.php

    r3329828 r3330063  
    3333        array("Email does not exist.","Warning Notice",esc_html__("Email does not exist.","email-otp-authenticator")), //[20]
    3434        array("Request has been cancelled.","Hacking Notice",esc_html__("Request has been cancelled.","email-otp-authenticator")), //[21]
    35         array("Request has been rejected due to security! Please contact to administrator.","Hacking Notice",esc_html__("Request has been rejected due to security! Please contact to administrator.","email-otp-authenticator")), //[22]
     35        array("Request has been rejected due to security! Please contact administrator.","Hacking Notice",esc_html__("Request has been rejected due to security! Please contact administrator.","email-otp-authenticator")), //[22]
    3636        array("Validation error","Error Notice",esc_html__("Validation error","email-otp-authenticator")), //[23]
    3737        array("Enter email","Label Text",esc_html__("Enter email","email-otp-authenticator")), //[24]
    3838        array("SEND FROM email id is INACTIVE.","Settings Notice",esc_html__("SEND FROM email id is INACTIVE.","email-otp-authenticator")), //[25]
    39         array("Email does not matched.","Error Notice",esc_html__("Email does not matched.","email-otp-authenticator")), //[26]
     39        array("Email does not match.","Error Notice",esc_html__("Email does not match.","email-otp-authenticator")), //[26]
    4040        array("Resend OTP","Link Text",esc_html__("Resend OTP","email-otp-authenticator")), //[27]
    4141        array("Post insertion failed!, please try again","Website Error",esc_html__("Post insertion failed!, please try again","email-otp-authenticator")), //[28]
    4242        array("Unable to send email. Check SMTP or else.","Website Error",esc_html__("Unable to send email. Check SMTP or else.","email-otp-authenticator")), //[29]
    43         array("Out of Email Limit!, contact to website administrator to reset.","Warning Notice",esc_html__("Out of Email Limit!, contact to website administrator to reset.","email-otp-authenticator")), //[30]
     43        array("Out of Email Limit!, contact website administrator to reset.","Warning Notice",esc_html__("Out of Email Limit!, contact website administrator to reset.","email-otp-authenticator")), //[30]
    4444        array("Out of Email Limit!, please try again after {{remaining minutes}}","Warning Notice",esc_html__("Out of Email Limit!, please try again after ","email-otp-authenticator")), //[31]
    4545        array("{{remaining minutes}} minute.","Warning Notice",esc_html__(" minute.","email-otp-authenticator")), //[32]
    4646        array("{{remaining minutes}} minutes.","Warning Notice",esc_html__(" minutes.","email-otp-authenticator")), //[33]
    47         array("OTP has sent on your email.","Action Response",esc_html__("OTP has sent on your email.","email-otp-authenticator")), //[34]
     47        array("OTP sent to your email.","Action Response",esc_html__("OTP sent to your email.","email-otp-authenticator")), //[34]
    4848        array("OTP does not exist. Retry with new OTP.","Error Notice",esc_html__("OTP does not exist. Retry with new OTP.","email-otp-authenticator")), //[35]
    49         array("User does not matched.","Error Notice",esc_html__("User does not matched.","email-otp-authenticator")), //[36]
     49        array("User does not match.","Error Notice",esc_html__("User does not match.","email-otp-authenticator")), //[36]
    5050        array("The domain of your email is BLOCKED.","Warning Notice",esc_html__("The domain of your email is BLOCKED.","email-otp-authenticator")), //[37]
    5151        array("The domain of your email is NOT ALLOWED.","Warning Notice",esc_html__("The domain of your email is NOT ALLOWED.","email-otp-authenticator")), //[38]
     
    5959        array("You have been Successfully Registered.","Action Response",esc_html__("You have been Successfully Registered.","email-otp-authenticator")), //[46]
    6060        array("Registered but Login failed. Try to Login.","Website Error",esc_html__("Registered but Login failed. Try to Login.","email-otp-authenticator")), //[47]
    61         array("You are not agree with our terms.","Warning Notice",esc_html__("You are not agree with our terms.","email-otp-authenticator")), //[48]
     61        array("You did not agree with our terms.","Warning Notice",esc_html__("You did not agree with our terms.","email-otp-authenticator")), //[48]
    6262        array("Not Agree With Terms","Hacking Notice",esc_html__("Not Agree With Terms","email-otp-authenticator")), //[49]
    6363        array("You have successfully logged in","Action Response",esc_html__("You have successfully logged in","email-otp-authenticator")), //[50]
     
    6666        array("OTP Matched but unable to process","Plugin Error",esc_html__("OTP Matched but unable to process","email-otp-authenticator")), //[53]
    6767        array("Wrong OTP Attempts Crossed.","Warning Notice",esc_html__("Wrong OTP Attempts Crossed.","email-otp-authenticator")), //[54]
    68         array("OTP does not matched.","Error Notice",esc_html__("OTP does not matched.","email-otp-authenticator")), //[55]
     68        array("OTP does not match.","Error Notice",esc_html__("OTP does not match.","email-otp-authenticator")), //[55]
    6969        array("Invalid Email","Error Notice",esc_html__("Invalid Email","email-otp-authenticator")), //[56]
    7070        array("Please accept our Terms of Use.","Error Notice",esc_html__("Please accept our Terms of Use.","email-otp-authenticator")), //[57]
  • email-otp-authenticator/trunk/readme.txt

    r3329828 r3330063  
    181181* Rectified: Sub menu text has been rectified in dashboard menus.
    182182* Rectified: Clients bottom notes has been removed from settings.
     183* Rectified: Some phrases in form notes and messages have been rectified.
    183184
    184185= 6.2.0 =
Note: See TracChangeset for help on using the changeset viewer.