=== WordPress Persistent Login === Contributors: lukeseager, freemius Donate link: Tags: login, persistent login, keep users logged in, remember users, remember user, login cookie, remember me cookie Requires at least: 4.9.4 Tested up to: 4.9.4 Stable tag: 1.2.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Persistent Login keeps users logged into your website securely, unless they explicitly log out. == Description == Persistent Login is a simple plugin that keeps users logged into your website unless they explicitly choose to log-out. Now with support to keep users logged in across multiple devices. It requires no set-up, simply install and save your users time by keeping them logged into your website securely. This plugin will eliminate any session expired/please log-in messages that users might see as well as avoid the annoyance of forgetting usernames/passwords. The plugin will forget users if they haven't visited for more than 1 year. Premium features include: - Settings to control which user levels the persistent login should apply to Future premium features in the works: - Admin option to disable multi-device support if not wanted - Admin option for users to opt-out of persistent login when logging in - Admin option to choose the length of time the plugin keeps people logged in for without re-visiting the website - Admin option to flush all persistent login sessions - Admin option to blacklist IP addresses from persistent login == Installation == 1. Download the plugin 2. Install the plugin onto your WordPress website 3. Activate the plugin If you'd like to test that the plugin works, follow these steps (after you've completed those above): 1. Quit your browser 2. Open your browser and log back into your website (this will activate WP Persistent Login for you) 3. Visit the Persistent Login settings page 4. Look under the Usage heading, you should see at least 1 device listed as logged in == Changelog == = 1.2.0 = * New Premium Feature: Allow admin to set maximum time persistent login lasts before the user has to login again * New Premium Feature: Allow admin to end all persistent login sessions from the Dashboard * New Premium Feature: Added support for "WooCommerce - Social Login" plugin * Added usage figures to admin area: Allows admins to see how many users are logged in using Persistent Login * Fixed issue with cookies not being set across the entire domain * Fixed issue with removing individual users information from the database when failing to login correctly = 1.1.4 = * Fixing database column creation bug = 1.1.3 = * Fixing minor bugs * Added multi-device persistent login support. Users can now stay logged in on more than one device * Added security notification email to user if suspicious login attempts are made * Added functionality to track user IP addresses (prep-work for future update) = 1.1.2 = * Fixing minor bugs * Improved upgrade process to premium version = 1.1.1 = * Fixing minor bugs = 1.1.0 = * Plugin re-launch * Updated logic to improve security * Uninstall features to remove database table and all data correctly * Freemium model adopted = 1.0.2 = * Updates plugin to be compatable with WP 4.1 * Fixes login/logout redirect issues = 1.0.1 = * Removes requirement to have ACF installed, please disable ACF if you don’t use it for anything else * Updated logic * General bug fixing = 1.0.0 = * WordPress Persistent Login Plugin launch