Plugin Directory

Changeset 2653116


Ignore:
Timestamp:
01/05/2022 12:53:47 PM (4 years ago)
Author:
addonspress
Message:

1.2.2

Location:
only-one-device-login-limit
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • only-one-device-login-limit/trunk/only-one-device-login-limit.php

    r2518787 r2653116  
    44Plugin URI: https://www.addonspress.com/
    55Description: Limit login to one device at a time for a user
    6 Version: 1.2.1
     6Version: 1.2.2
    77Author: addonspress
    88Author URI: https://www.addonspress.com/
     
    3535         *
    3636         */
    37         private  $coder_limit_login_version = '1.2.1';
     37        private  $coder_limit_login_version = '1.2.2';
    3838
    3939        /**
  • only-one-device-login-limit/trunk/readme.txt

    r2518788 r2653116  
    44Tags: limit login, one device, login, signin, logout, signout, interval, duration, automatic, auto logout, idle time
    55Requires at least: 4.9
    6 Tested up to: 5.7.1
    7 Stable tag: 1.2.1
     6Tested up to: 5.8.2
     7Stable tag: 1.2.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    15 This plugin limit login to one device at a time for a user.
    16 If same user login from another device, that user won't be allow to login.
    17 Admin can setup 'Already login message' for that user.
     15This plugin limits login to one device at a time for a user.
     16If the same user login from another device, that user won't be allowed to log in.
     17Admin can set up an 'Already login message' for that user.
    1818
    19 If the user has been inactive for too long, then the user is automatically logged out and that user allow to login again either from same device or another device.
    20 Admin can setup 'Auto Logout Duration' for users.
     19If the user has been inactive for too long, then the user is automatically logged out and that user allows to log in again either from the same device or another device.
     20Admin can set up 'Auto Logout Duration' for users.
    2121
    22 It tracks the users activity like user status ( Active/InActive ) and Last active time.
    23 Admin can view user status from  WP Admin > Users > All users.  From "User Status" column, user current status can be viewed.
     22It tracks the user's activity like user status ( Active/Inactive ) and Last active time.
     23Admin can view user status from  WP Admin > Users > All users.  From the "User Status" column, the user current status can be viewed.
    2424
    25 Admin can setup only one device login limit plugin from WP Admin > Settings > Coder limit login
     25Admin can set up only one device login limit plugin from WP Admin > Settings > Coder limit login
    2626
    27 Note : This plugin is compatible with most of the membership plugins.
     27Note: This plugin is compatible with most of the membership plugins.
    2828If 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.
    2929
     
    3232**Method 1: Automatic Plugin Installation**
    3333
    34 1. Login to admin panel,Go to Plugins => Add New.
     341. log in to admin panel, Go to Plugins => Add New.
    35352. Search for "Only one device login limit" and install it.
    36363. Once you install it, activate it
     
    40401. Upload the plugin's folder to the `/wp-content/plugins/` directory
    41412. 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.
     423. From WP-Admin go to Settings > Coder limit login and configure as you want.
    4343
    4444
    4545== Frequently Asked Questions ==
    4646
    47 = What if some how I logout from this plugin? =
     47= What if somehow I log out from this plugin? =
    4848
    4949Go to the plugin's folder to the `/wp-content/plugins/` directory and rename "only-one-device-login-limit" folder.
    50 After that if you want to activate plugin again, don't forget to rename again to "only-one-device-login-limit"
     50After that, if you want to activate the plugin again, don't forget to rename again to "only-one-device-login-limit"
    5151
    5252Need any help, 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/)
     
    6060== Changelog ==
    6161
     62= 1.2.2 – 2022-01-05 =
     63
     64* Updated: Latest version test
     65
    6266= 1.2.1 – 2021-04-21 =
    6367
    64 * Updated : Latest version test
     68* Updated: Latest version test
    6569
    6670= 1.2 – 2020-05-03 =
    6771
    68 * Updated : Latest version test
    69 * Added : Contributor
     72* Updated: Latest version test
     73* Added: Contributor
    7074
    7175= 1.1 =
    7276
    73 * Make compatible with "Log Out of All Sessions" button
     77* Make compatible with the "Log Out of All Sessions" button
    7478
    75 * Check and fixed compatibility issues with membership plugins
     79* Check and fix compatibility issues with membership plugins
    7680
    7781* Fixed issues
Note: See TracChangeset for help on using the changeset viewer.