Temporary Login Without Password - Version 1.7.5

Version Description

  • Update: Fatal error: Uncaught Error: Class 'IG_Tracker_V_1_2_5' not found

=

Download this release

Release Info

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

Code changes from version 1.7.4 to 1.7.5

includes/feedback/class-ig-feedback.php CHANGED
@@ -27,7 +27,7 @@ if ( ! class_exists( 'IG_Feedback_V_1_2_5' ) ) {
27
  * @var string
28
  *
29
  */
30
- public $version = '1.2.4';
31
  /**
32
  * The API URL where we will send feedback data.
33
  *
27
  * @var string
28
  *
29
  */
30
+ public $version = '1.2.5';
31
  /**
32
  * The API URL where we will send feedback data.
33
  *
includes/feedback/class-ig-tracker.php CHANGED
@@ -4,21 +4,21 @@ if ( ! defined( 'ABSPATH' ) ) {
4
  exit; // Exit if accessed directly.
5
  }
6
 
7
- if ( ! class_exists( 'IG_Tracker_V_1_2_4' ) ) {
8
 
9
  /**
10
- * Class IG_Tracker_V_1_2_4
11
  *
12
  * Icegram tracker handler class is responsible for sending anonymous plugin
13
  * data to Icegram servers for users that actively allowed data tracking.
14
  *
15
- * @class IG_Tracker_V_1_2_4
16
  * @since 1.0.0
17
  *
18
  * @author Icegram
19
  * @package feedback
20
  */
21
- class IG_Tracker_V_1_2_4 {
22
 
23
  /**
24
  * Get Active, Inactive or all plugins info
4
  exit; // Exit if accessed directly.
5
  }
6
 
7
+ if ( ! class_exists( 'IG_Tracker_V_1_2_5' ) ) {
8
 
9
  /**
10
+ * Class IG_Tracker_V_1_2_5
11
  *
12
  * Icegram tracker handler class is responsible for sending anonymous plugin
13
  * data to Icegram servers for users that actively allowed data tracking.
14
  *
15
+ * @class IG_Tracker_V_1_2_5
16
  * @since 1.0.0
17
  *
18
  * @author Icegram
19
  * @package feedback
20
  */
21
+ class IG_Tracker_V_1_2_5 {
22
 
23
  /**
24
  * Get Active, Inactive or all plugins info
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: temporary access, developer access, passwordless login, magic pin, secure
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,12 +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.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
5
  Requires at least: 3.0.1
6
  Requires PHP: 5.3
7
  Tested up to: 6.0.1
8
+ Stable tag: 1.7.5
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
171
 
172
  == Upgrade Notice ==
173
 
174
+ = 1.7.5 =
175
 
176
+ * Update: Fatal error: Uncaught Error: Class 'IG_Tracker_V_1_2_5' not found
177
 
178
  == Changelog ==
179
 
180
+ **1.7.5 [2022-08-16]**
181
+
182
+ * Fix: Fatal error: Uncaught Error: Class 'IG_Tracker_V_1_2_5' not found
183
+
184
  **1.7.4 [2022-08-08]**
185
 
186
  * Update: WordPress 6.0.1 compatibility check
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.7.4
7
  * Author: StoreApps
8
  * Author URI: https://www.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.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__ ) );
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.5
7
  * Author: StoreApps
8
  * Author URI: https://www.storeapps.org
9
  * Requires at least: 3.0.1
25
  /**
26
  * Define constants
27
  */
28
+ define( 'WTLWP_PLUGIN_VERSION', '1.7.5' );
29
  define( 'WTLWP_FEEDBACK_VERSION', '1.2.5' );
30
  define( 'WTLWP_PLUGIN_DIR', dirname( __FILE__ ) );
31
  define( 'WTLWP_PLUGIN_BASE_NAME', plugin_basename( __FILE__ ) );