Plugin Directory

Changeset 497150


Ignore:
Timestamp:
01/30/2012 03:14:16 AM (14 years ago)
Author:
wpsec
Message:

tagging version 2.2.5

Location:
login-lock
Files:
3 added
2 edited
16 copied

Legend:

Unmodified
Added
Removed
  • login-lock/tags/2.2.5/loginlock.php

    r497049 r497150  
    9191    function ll_install() {
    9292        global $wpdb;
    93 
    94         $table_name = $wpdb->prefix . "lockdowns";
    9593
    9694        require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
  • login-lock/tags/2.2.5/trunk/loginlock.php

    r497049 r497150  
    9191    function ll_install() {
    9292        global $wpdb;
    93 
    94         $table_name = $wpdb->prefix . "lockdowns";
    9593
    9694        require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
  • login-lock/tags/2.2.5/trunk/readme.txt

    r497049 r497150  
    55Requires at least: 3.2
    66Tested up to: 3.3.1
    7 Stable Tag: 2.2.4
     7Stable Tag: 2.2.5
    88
    99Enforces strong password policies; provides emergency lockdown features; monitors login attempts; blocks hacker IP addresses; and logs out idle users.
     
    7272== Changelog ==
    7373
     74= 2.2.5 =
     75* Added missing Javascript file
     76
    7477= 2.2.4 =
    7578* Bug fixes related to newer versions of WordPress.
  • login-lock/trunk/loginlock.php

    r497049 r497150  
    9191    function ll_install() {
    9292        global $wpdb;
    93 
    94         $table_name = $wpdb->prefix . "lockdowns";
    9593
    9694        require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
  • login-lock/trunk/readme.txt

    r497049 r497150  
    55Requires at least: 3.2
    66Tested up to: 3.3.1
    7 Stable Tag: 2.2.4
     7Stable Tag: 2.2.5
    88
    99Enforces strong password policies; provides emergency lockdown features; monitors login attempts; blocks hacker IP addresses; and logs out idle users.
     
    7272== Changelog ==
    7373
     74= 2.2.5 =
     75* Added missing Javascript file
     76
    7477= 2.2.4 =
    7578* Bug fixes related to newer versions of WordPress.
Note: See TracChangeset for help on using the changeset viewer.