Changeset 497150
- Timestamp:
- 01/30/2012 03:14:16 AM (14 years ago)
- Location:
- login-lock
- Files:
-
- 3 added
- 2 edited
- 16 copied
-
tags/2.2.5 (copied) (copied from login-lock/trunk)
-
tags/2.2.5/css/wpsec-login.css (copied) (copied from login-lock/trunk/css/wpsec-login.css)
-
tags/2.2.5/images/coins.png (copied) (copied from login-lock/trunk/images/coins.png)
-
tags/2.2.5/images/icon-twitter16x16.png (copied) (copied from login-lock/trunk/images/icon-twitter16x16.png)
-
tags/2.2.5/js/loginlock.js (added)
-
tags/2.2.5/loginlock.php (copied) (copied from login-lock/trunk/loginlock.php) (1 diff)
-
tags/2.2.5/loginlock_psws.php (copied) (copied from login-lock/trunk/loginlock_psws.php)
-
tags/2.2.5/plugin_tools.php (copied) (copied from login-lock/trunk/plugin_tools.php)
-
tags/2.2.5/readme.txt (copied) (copied from login-lock/trunk/readme.txt)
-
tags/2.2.5/trunk (copied) (copied from login-lock/trunk)
-
tags/2.2.5/trunk/css/wpsec-login.css (copied) (copied from login-lock/trunk/css/wpsec-login.css)
-
tags/2.2.5/trunk/images/coins.png (copied) (copied from login-lock/trunk/images/coins.png)
-
tags/2.2.5/trunk/images/icon-twitter16x16.png (copied) (copied from login-lock/trunk/images/icon-twitter16x16.png)
-
tags/2.2.5/trunk/js/loginlock.js (added)
-
tags/2.2.5/trunk/loginlock.php (copied) (copied from login-lock/trunk/loginlock.php) (1 diff)
-
tags/2.2.5/trunk/loginlock_psws.php (copied) (copied from login-lock/trunk/loginlock_psws.php)
-
tags/2.2.5/trunk/plugin_tools.php (copied) (copied from login-lock/trunk/plugin_tools.php)
-
tags/2.2.5/trunk/readme.txt (copied) (copied from login-lock/trunk/readme.txt) (2 diffs)
-
trunk/js/loginlock.js (added)
-
trunk/loginlock.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
login-lock/tags/2.2.5/loginlock.php
r497049 r497150 91 91 function ll_install() { 92 92 global $wpdb; 93 94 $table_name = $wpdb->prefix . "lockdowns";95 93 96 94 require_once(ABSPATH . 'wp-admin/includes/upgrade.php'); -
login-lock/tags/2.2.5/trunk/loginlock.php
r497049 r497150 91 91 function ll_install() { 92 92 global $wpdb; 93 94 $table_name = $wpdb->prefix . "lockdowns";95 93 96 94 require_once(ABSPATH . 'wp-admin/includes/upgrade.php'); -
login-lock/tags/2.2.5/trunk/readme.txt
r497049 r497150 5 5 Requires at least: 3.2 6 6 Tested up to: 3.3.1 7 Stable Tag: 2.2. 47 Stable Tag: 2.2.5 8 8 9 9 Enforces strong password policies; provides emergency lockdown features; monitors login attempts; blocks hacker IP addresses; and logs out idle users. … … 72 72 == Changelog == 73 73 74 = 2.2.5 = 75 * Added missing Javascript file 76 74 77 = 2.2.4 = 75 78 * Bug fixes related to newer versions of WordPress. -
login-lock/trunk/loginlock.php
r497049 r497150 91 91 function ll_install() { 92 92 global $wpdb; 93 94 $table_name = $wpdb->prefix . "lockdowns";95 93 96 94 require_once(ABSPATH . 'wp-admin/includes/upgrade.php'); -
login-lock/trunk/readme.txt
r497049 r497150 5 5 Requires at least: 3.2 6 6 Tested up to: 3.3.1 7 Stable Tag: 2.2. 47 Stable Tag: 2.2.5 8 8 9 9 Enforces strong password policies; provides emergency lockdown features; monitors login attempts; blocks hacker IP addresses; and logs out idle users. … … 72 72 == Changelog == 73 73 74 = 2.2.5 = 75 * Added missing Javascript file 76 74 77 = 2.2.4 = 75 78 * Bug fixes related to newer versions of WordPress.
Note: See TracChangeset
for help on using the changeset viewer.