forked from jwenerd/wp-idle-logout
-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
30 lines (21 loc) · 790 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
=== WP Idle Logout ===
Contributors: cdukes
Tags: idle, logout, inactive, autologout, auto-logout, security
Requires at least: 3.5
Tested up to: 3.5
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Automatically logs out inactive users.
== Description ==
Automatically logs out inactive users.
[Check it out on GitHub.](http://github.com/cdukes/wp-idle-logout)
== Installation ==
1. Upload the `wp-idle-logout` folder to the `/wp-content/plugins/` directory
1. Activate the WP Idle Logout plugin through the 'Plugins' menu in WordPress
1. Configure the plugin by going to the Settings > Idle Logout menu in your admin menu
== Changelog ==
= 1.0.1 =
* Fixes incorrectly private clear_activity_meta function
= 1.0.0 =
* Initial version.