Plugin Directory

Changeset 2591773

Timestamp:
08/31/2021 11:46:42 PM (3 years ago)
Author:
husobj
Message:

Version 2.5 (again)

Location:
password-protected
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • password-protected/tags/2.5/password-protected.php

    r2387954 r2591773  
    55Plugin URI: https://wordpress.org/plugins/password-protected/
    66Description: A very simple way to quickly password protect your WordPress site with a single password. Please note: This plugin does not restrict access to uploaded files and images and does not work with some caching setups.
    7 Version: 2.4
     7Version: 2.
    88Author: Ben Huson
    99Text Domain: password-protected
     
    4343class Password_Protected {
    4444
    45     var $version = '2.3';
     45    var $version = '2.';
    4646    var $admin   = null;
    4747    var $errors  = null;
  • password-protected/trunk/password-protected.php

    r2387954 r2591773  
    55Plugin URI: https://wordpress.org/plugins/password-protected/
    66Description: A very simple way to quickly password protect your WordPress site with a single password. Please note: This plugin does not restrict access to uploaded files and images and does not work with some caching setups.
    7 Version: 2.4
     7Version: 2.
    88Author: Ben Huson
    99Text Domain: password-protected
     
    4343class Password_Protected {
    4444
    45     var $version = '2.3';
     45    var $version = '2.';
    4646    var $admin   = null;
    4747    var $errors  = null;
Note: See TracChangeset for help on using the changeset viewer.