Temporary Login Without Password - Version 1.6.6

Version Description

Download this release

Release Info

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

Code changes from version 1.6.5 to 1.6.6

readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: temporary access, developer access, temporary login, passwordless login, secure login
5
  Requires at least: 3.0.1
6
  Tested up to: 5.5.1
7
- Stable tag: 1.6.5
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -111,7 +111,6 @@ By default, the temporary user will be redirected to the admin area after login.
111
  Yes, you can use a fake email address or your email address to generate temporary login links. But, we recommend using a valid email address of the person to whom you want to give temporary access. It will help you to track the activity of that person.
112
 
113
 
114
-
115
  == Screenshots ==
116
 
117
  1. Create a new Temporary Login.
@@ -122,6 +121,10 @@ Yes, you can use a fake email address or your email address to generate temporar
122
 
123
  == Changelog ==
124
 
 
 
 
 
125
  **1.6.5 [2020-09-28]**
126
 
127
  * Update: WordPress 5.5.1 compatibility check
4
  Tags: temporary access, developer access, temporary login, passwordless login, secure login
5
  Requires at least: 3.0.1
6
  Tested up to: 5.5.1
7
+ Stable tag: 1.6.6
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
111
  Yes, you can use a fake email address or your email address to generate temporary login links. But, we recommend using a valid email address of the person to whom you want to give temporary access. It will help you to track the activity of that person.
112
 
113
 
 
114
  == Screenshots ==
115
 
116
  1. Create a new Temporary Login.
121
 
122
  == Changelog ==
123
 
124
+ **1.6.6 [2020-10-08]**
125
+
126
+ * Fix: Datepicker issue.
127
+
128
  **1.6.5 [2020-09-28]**
129
 
130
  * Update: WordPress 5.5.1 compatibility check
templates/update-login.php CHANGED
@@ -74,7 +74,7 @@
74
  </span>
75
 
76
  <span style="display:none;" id="update-custom-date-picker">
77
- <input type="date" id="datepicker" name="wtlwp_data[custom_date]" value="" class="update-custom-date-picker"/>
78
  </span>
79
 
80
  </td>
74
  </span>
75
 
76
  <span style="display:none;" id="update-custom-date-picker">
77
+ <input type="date" id="tlwp-datepicker" name="wtlwp_data[custom_date]" value="" class="update-custom-date-picker"/>
78
  </span>
79
 
80
  </td>
temporary-login-without-password.php CHANGED
@@ -3,7 +3,7 @@
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.6.5
7
  * Author: StoreApps
8
  * Author URI: https://storeapps.org
9
  * Requires at least: 3.0.1
@@ -25,7 +25,7 @@ if ( ! defined( 'WPINC' ) ) {
25
  /**
26
  * Define constants
27
  */
28
- define( 'WTLWP_PLUGIN_VERSION', '1.6.5' );
29
  define( 'WTLWP_FEEDBACK_VERSION', '1.2.4' );
30
  define( 'WTLWP_PLUGIN_DIR', dirname( __FILE__ ) );
31
  define( 'WTLWP_PLUGIN_BASE_NAME', plugin_basename( __FILE__ ) );
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.6.6
7
  * Author: StoreApps
8
  * Author URI: https://storeapps.org
9
  * Requires at least: 3.0.1
25
  /**
26
  * Define constants
27
  */
28
+ define( 'WTLWP_PLUGIN_VERSION', '1.6.6' );
29
  define( 'WTLWP_FEEDBACK_VERSION', '1.2.4' );
30
  define( 'WTLWP_PLUGIN_DIR', dirname( __FILE__ ) );
31
  define( 'WTLWP_PLUGIN_BASE_NAME', plugin_basename( __FILE__ ) );