Temporary Login Without Password - Version 1.5.15.1

Version Description

Download this release

Release Info

Developer storeapps
Plugin Icon 128x128 Temporary Login Without Password
Version 1.5.15.1
Comparing to
See all releases

Code changes from version 1.5.15 to 1.5.15.1

readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: storeapps, niravmehta, malayladu
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CPTHCDC382KVA
4
  Tags: temporary access, developer access, admin login, temporary login, passwordless login, customer login, secure login, access, admin, log in, login, login security, protection, user login, user login, wordpress admin login, wordpress login, wp-admin, wp-login, expiration, login, Login Without Password, user, WordPress Admin, wp-admin, developer login
5
  Requires at least: 3.0.1
6
- Tested up to: 5.1
7
- Stable tag: 1.5.15
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -40,7 +40,7 @@ If you like Temporary Login Without Password, please leave a five star review on
40
  = 1. Do I need username & password to login using Temporary Login? =
41
 
42
  No. Temporary Login Without Password plugin creates temporary login link to login into WordPress. User only have to go
43
- to clik on the temporary login link and they will automatically login into WordPress.
44
 
45
  = 2. Can I disable Temporary user manually? =
46
 
@@ -67,6 +67,10 @@ No. at this moment it's not possible to do this.
67
 
68
  == Changelog ==
69
 
 
 
 
 
70
  **1.5.15 [2019-03-08]**
71
 
72
  * Fix: Redirection after login gives "404 error" error on sub-site of WordPress multisite installation. (Thanks [@csigncsign](https://wordpress.org/support/users/csigncsign/) for reporting this.)
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CPTHCDC382KVA
4
  Tags: temporary access, developer access, admin login, temporary login, passwordless login, customer login, secure login, access, admin, log in, login, login security, protection, user login, user login, wordpress admin login, wordpress login, wp-admin, wp-login, expiration, login, Login Without Password, user, WordPress Admin, wp-admin, developer login
5
  Requires at least: 3.0.1
6
+ Tested up to: 5.1.1
7
+ Stable tag: 1.5.15.1
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
40
  = 1. Do I need username & password to login using Temporary Login? =
41
 
42
  No. Temporary Login Without Password plugin creates temporary login link to login into WordPress. User only have to go
43
+ to clik on the temporary login link and they will automatically login into WordPress.
44
 
45
  = 2. Can I disable Temporary user manually? =
46
 
67
 
68
  == Changelog ==
69
 
70
+ **1.5.15 [2019-04-17]**
71
+
72
+ * Update: Minor update.
73
+
74
  **1.5.15 [2019-03-08]**
75
 
76
  * Fix: Redirection after login gives "404 error" error on sub-site of WordPress multisite installation. (Thanks [@csigncsign](https://wordpress.org/support/users/csigncsign/) for reporting this.)
temporary-login-without-password.php CHANGED
@@ -3,11 +3,11 @@
3
  * Plugin Name: Temporary Login Without Password
4
  * Plugin URI: http://www.storeapps.org/create-secure-login-without-password-for-wordpress/
5
  * Description: Create a temporary login link with any role using which one can access to your sytem without username and password for limited period of time.
6
- * Version: 1.5.15
7
  * Author: StoreApps
8
  * Author URI: https://storeapps.org
9
  * Requires at least: 3.0.1
10
- * Tested up to: 5.0.3
11
  * License: GPLv3
12
  * License URI: http://www.gnu.org/licenses/gpl-3.0.html
13
  * Text Domain: temporary-login-without-password
@@ -26,7 +26,7 @@ if ( ! defined( 'WPINC' ) ) {
26
  * Define constants
27
  */
28
  define( 'WTLWP_PLUGIN_DIR', dirname( __FILE__ ) );
29
- define( 'WTLWP_PLUGIN_VERSION', '1.5.15' );
30
  define( 'WTLWP_PLUGIN_BASE_NAME', plugin_basename( __FILE__ ) );
31
 
32
  /**
3
  * Plugin Name: Temporary Login Without Password
4
  * Plugin URI: http://www.storeapps.org/create-secure-login-without-password-for-wordpress/
5
  * Description: Create a temporary login link with any role using which one can access to your sytem without username and password for limited period of time.
6
+ * Version: 1.5.15.1
7
  * Author: StoreApps
8
  * Author URI: https://storeapps.org
9
  * Requires at least: 3.0.1
10
+ * Tested up to: 5.1.1
11
  * License: GPLv3
12
  * License URI: http://www.gnu.org/licenses/gpl-3.0.html
13
  * Text Domain: temporary-login-without-password
26
  * Define constants
27
  */
28
  define( 'WTLWP_PLUGIN_DIR', dirname( __FILE__ ) );
29
+ define( 'WTLWP_PLUGIN_VERSION', '1.5.15.1' );
30
  define( 'WTLWP_PLUGIN_BASE_NAME', plugin_basename( __FILE__ ) );
31
 
32
  /**