Temporary Login Without Password - Version 1.7.4

Version Description

  • Update: WordPress 6.0.1 compatibility check

=

Download this release

Release Info

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

Code changes from version 1.7.3 to 1.7.4

includes/feedback/class-ig-feedback.php CHANGED
@@ -4,21 +4,21 @@ if ( ! defined( 'ABSPATH' ) ) {
4
  exit; // Exit if accessed directly.
5
  }
6
 
7
- if ( ! class_exists( 'IG_Feedback_V_1_2_4' ) ) {
8
  /**
9
  * IG Feedback
10
  *
11
  * The IG Feedback class adds functionality to get quick interactive feedback from users.
12
  * There are different types of feedabck widget like Stars, Emoji, Thubms Up/ Down, Number etc.
13
  *
14
- * @class IG_Feedback_V_1_2_4
15
  * @since 1.0.0
16
  * @copyright Copyright (c) 2019, Icegram
17
  * @license https://opensource.org/licenses/gpl-license GNU Public License
18
  * @author Icegram
19
  * @package feedback
20
  */
21
- class IG_Feedback_V_1_2_4 {
22
 
23
  /**
24
  * Version of Feedback Library
@@ -338,7 +338,7 @@ if ( ! class_exists( 'IG_Feedback_V_1_2_4' ) ) {
338
  * @since 1.0.0
339
  */
340
  public function render_deactivate_feedback() {
341
- add_action( 'admin_print_scripts', array( $this, 'js' ), 20 );
342
  add_action( 'admin_print_scripts', array( $this, 'css' ) );
343
  add_action( 'admin_footer', array( $this, 'modal' ) );
344
  }
@@ -1071,7 +1071,7 @@ if ( ! class_exists( 'IG_Feedback_V_1_2_4' ) ) {
1071
  $title = 'Why are you deactivating ' . $this->name . '?';
1072
  $slug = sanitize_title( $title );
1073
  $event = $this->event_prefix . 'plugin.deactivation';
1074
-
1075
  ?>
1076
  <script type="text/javascript">
1077
  jQuery(function ($) {
4
  exit; // Exit if accessed directly.
5
  }
6
 
7
+ if ( ! class_exists( 'IG_Feedback_V_1_2_5' ) ) {
8
  /**
9
  * IG Feedback
10
  *
11
  * The IG Feedback class adds functionality to get quick interactive feedback from users.
12
  * There are different types of feedabck widget like Stars, Emoji, Thubms Up/ Down, Number etc.
13
  *
14
+ * @class IG_Feedback_V_1_2_5
15
  * @since 1.0.0
16
  * @copyright Copyright (c) 2019, Icegram
17
  * @license https://opensource.org/licenses/gpl-license GNU Public License
18
  * @author Icegram
19
  * @package feedback
20
  */
21
+ class IG_Feedback_V_1_2_5 {
22
 
23
  /**
24
  * Version of Feedback Library
338
  * @since 1.0.0
339
  */
340
  public function render_deactivate_feedback() {
341
+ add_action( 'admin_print_footer_scripts', array( $this, 'js' ), 20 );
342
  add_action( 'admin_print_scripts', array( $this, 'css' ) );
343
  add_action( 'admin_footer', array( $this, 'modal' ) );
344
  }
1071
  $title = 'Why are you deactivating ' . $this->name . '?';
1072
  $slug = sanitize_title( $title );
1073
  $event = $this->event_prefix . 'plugin.deactivation';
1074
+
1075
  ?>
1076
  <script type="text/javascript">
1077
  jQuery(function ($) {
readme.txt CHANGED
@@ -1,11 +1,11 @@
1
  === Temporary Login Without Password ===
2
- Contributors: storeapps, icegram, niravmehta, malayladu, asmipatel
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BMFRMVXQ87JWA&source=url
4
  Tags: temporary access, developer access, passwordless login, magic pin, secure login
5
  Requires at least: 3.0.1
6
  Requires PHP: 5.3
7
- Tested up to: 6.0.0
8
- Stable tag: 1.7.3
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
@@ -171,13 +171,16 @@ Yes. There is no limit to create temporary logins. You can create as many tempor
171
 
172
  == Upgrade Notice ==
173
 
174
- = 1.7.3 =
175
 
176
- * Update: WordPress 6.0 compatibility check
177
- * Fix: Prevent extra css from loading on non plugin page
178
 
179
  == Changelog ==
180
 
 
 
 
 
181
  **1.7.3 [2022-07-05]**
182
 
183
  * Update: WordPress 6.0.0 compatibility check
1
  === Temporary Login Without Password ===
2
+ Contributors: storeapps, icegram, niravmehta, malayladu, asmipatel, sandhyam
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BMFRMVXQ87JWA&source=url
4
  Tags: temporary access, developer access, passwordless login, magic pin, secure login
5
  Requires at least: 3.0.1
6
  Requires PHP: 5.3
7
+ Tested up to: 6.0.1
8
+ Stable tag: 1.7.4
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
171
 
172
  == Upgrade Notice ==
173
 
174
+ = 1.7.4 =
175
 
176
+ * Update: WordPress 6.0.1 compatibility check
 
177
 
178
  == Changelog ==
179
 
180
+ **1.7.4 [2022-08-08]**
181
+
182
+ * Update: WordPress 6.0.1 compatibility check
183
+
184
  **1.7.3 [2022-07-05]**
185
 
186
  * Update: WordPress 6.0.0 compatibility check
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.7.3
7
  * Author: StoreApps
8
  * Author URI: https://www.storeapps.org
9
  * Requires at least: 3.0.1
10
- * Tested up to: 6.0.0
11
  * License: GPLv3
12
  * License URI: http://www.gnu.org/licenses/gpl-3.0.html
13
  * Text Domain: temporary-login-without-password
@@ -25,8 +25,8 @@ if ( ! defined( 'WPINC' ) ) {
25
  /**
26
  * Define constants
27
  */
28
- define( 'WTLWP_PLUGIN_VERSION', '1.7.3' );
29
- define( 'WTLWP_FEEDBACK_VERSION', '1.2.4' );
30
  define( 'WTLWP_PLUGIN_DIR', dirname( __FILE__ ) );
31
  define( 'WTLWP_PLUGIN_BASE_NAME', plugin_basename( __FILE__ ) );
32
  define( 'WTLWP_PLUGIN_URL', plugin_dir_url( __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.7.4
7
  * Author: StoreApps
8
  * Author URI: https://www.storeapps.org
9
  * Requires at least: 3.0.1
10
+ * Tested up to: 6.0.1
11
  * License: GPLv3
12
  * License URI: http://www.gnu.org/licenses/gpl-3.0.html
13
  * Text Domain: temporary-login-without-password
25
  /**
26
  * Define constants
27
  */
28
+ define( 'WTLWP_PLUGIN_VERSION', '1.7.4' );
29
+ define( 'WTLWP_FEEDBACK_VERSION', '1.2.5' );
30
  define( 'WTLWP_PLUGIN_DIR', dirname( __FILE__ ) );
31
  define( 'WTLWP_PLUGIN_BASE_NAME', plugin_basename( __FILE__ ) );
32
  define( 'WTLWP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );