Changeset 3186568
- Timestamp:
- 11/12/2024 02:22:39 PM (17 months ago)
- Location:
- only-one-device-login-limit
- Files:
-
- 10 added
- 2 edited
-
tags/1.2.5 (added)
-
tags/1.2.5/assets (added)
-
tags/1.2.5/assets/css (added)
-
tags/1.2.5/assets/css/coder-limit-login.css (added)
-
tags/1.2.5/assets/js (added)
-
tags/1.2.5/assets/js/coder-limit-login.js (added)
-
tags/1.2.5/inc (added)
-
tags/1.2.5/inc/coder-admin-menu.php (added)
-
tags/1.2.5/only-one-device-login-limit.php (added)
-
tags/1.2.5/readme.txt (added)
-
trunk/only-one-device-login-limit.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
only-one-device-login-limit/trunk/only-one-device-login-limit.php
r3066190 r3186568 4 4 Plugin URI: https://www.addonspress.com/ 5 5 Description: Limit login to one device at a time for a user 6 Version: 1.2. 46 Version: 1.2.5 7 7 Author: addonspress 8 8 Author URI: https://www.addonspress.com/ … … 34 34 * @since 1.0 35 35 */ 36 private $coder_limit_login_version = '1.2. 4';36 private $coder_limit_login_version = '1.2.5'; 37 37 38 38 /** -
only-one-device-login-limit/trunk/readme.txt
r3066190 r3186568 4 4 Tags: limit login, one device, auto logout, idle time 5 5 Requires at least: 5.0 6 Tested up to: 6. 57 Stable tag: 1.2. 46 Tested up to: 6.7 7 Stable tag: 1.2.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 23 23 Admin can view user status from WP Admin > Users > All users. From the "User Status" column, the user current status can be viewed. 24 24 25 Admin can set up only one device login limit plugin from WP Admin > Settings > Coder limit login25 Admin can set up only one device login limit plugin from WP Admin > Settings > Limit login 26 26 27 27 Note: This plugin is compatible with most of the membership plugins. 28 If you find any issues, please use [support forum](https://wordpress.org/support/plugin/only-one-device-login-limit) or visit [Only one device login limit](https://www.addonspress.com/wordpress-plugins/only-one-device-login-limit/)to report.28 If you find any issues, please use [support forum](https://wordpress.org/support/plugin/only-one-device-login-limit) to report. 29 29 30 30 == Installation == … … 40 40 1. Upload the plugin's folder to the `/wp-content/plugins/` directory 41 41 2. Activate the plugin through the 'Plugins' menu in WordPress 42 3. From WP-Admin go to Settings > Coder limit login and configure as you want.42 3. From WP-Admin go to Settings > Limit login and configure as you want. 43 43 44 44 … … 55 55 56 56 1. Already login message 57 2. Settings > Coder limit login57 2. Settings > Limit login 58 58 2. User status 59 59 60 60 == Changelog == 61 62 = 1.2.4 – 2025-11-12 = 63 64 * Updated: Latest version test 61 65 62 66 = 1.2.4 – 2024-04-07 =
Note: See TracChangeset
for help on using the changeset viewer.