Plugin Directory

Changeset 2192156


Ignore:
Timestamp:
11/13/2019 08:43:39 PM (6 years ago)
Author:
yoprogramo
Message:

Fix to work with WP 3.5

Location:
nomorepass-forget-your-passwords/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nomorepass-forget-your-passwords/trunk/nomorepass.php

    r2054404 r2192156  
    55Description: Plugin to allow login using NoMorePass app
    66Author: Jose A. Espinosa
    7 Version: 1.9.1
     7Version: 1.9.2
    88Author URI: https://www.yoprogramo.com
    99Text Domain: nomorepass
     
    301301            if ($showform==0) {
    302302                ?>// hidding fields
    303             var tohide=document.querySelectorAll('form label');
     303            var tohide=document.querySelectorAll('form label, form input[type=password], form input[type=text], div.wp-pwd');
    304304            for (var i =0; i< tohide.length;i++) tohide[i].style.display='none';
    305305            window.onload = function () {
  • nomorepass-forget-your-passwords/trunk/readme.txt

    r2178073 r2192156  
    55Requires at least: 3.5
    66Tested up to: 5.3
    7 Stable tag: 1.9.1
     7Stable tag: 1.9.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.