Advanced Access Manager - Version 5.2.1

Version Description

  • Fixed bug with Linux incompatibility
Download this release

Release Info

Developer vasyl_m
Plugin Icon 128x128 Advanced Access Manager
Version 5.2.1
Comparing to
See all releases

Code changes from version 5.2 to 5.2.1

Files changed (3) hide show
  1. Application/Core/JwtAuth.php +4 -4
  2. aam.php +2 -2
  3. readme.txt +4 -1
Application/Core/JwtAuth.php CHANGED
@@ -13,12 +13,12 @@
13
  * @package AAM
14
  * @author Vasyl Martyniuk <vasyl@vasyltech.com>
15
  */
16
- class AAM_Core_JWTAuth {
17
 
18
  /**
19
  * Single instance of itself
20
  *
21
- * @var AAM_Core_JWTAuth
22
  *
23
  * @access protected
24
  * @static
@@ -167,7 +167,7 @@ class AAM_Core_JWTAuth {
167
  /**
168
  * Get single instance of itself
169
  *
170
- * @return AAM_Core_JWTAuth
171
  *
172
  * @access public
173
  * @static
@@ -183,7 +183,7 @@ class AAM_Core_JWTAuth {
183
  /**
184
  * Bootstrap AAM JWT Authentication feature
185
  *
186
- * @return AAM_Core_JWTAuth
187
  *
188
  * @access public
189
  * @static
13
  * @package AAM
14
  * @author Vasyl Martyniuk <vasyl@vasyltech.com>
15
  */
16
+ class AAM_Core_JwtAuth {
17
 
18
  /**
19
  * Single instance of itself
20
  *
21
+ * @var AAM_Core_JwtAuth
22
  *
23
  * @access protected
24
  * @static
167
  /**
168
  * Get single instance of itself
169
  *
170
+ * @return AAM_Core_JwtAuth
171
  *
172
  * @access public
173
  * @static
183
  /**
184
  * Bootstrap AAM JWT Authentication feature
185
  *
186
+ * @return AAM_Core_JwtAuth
187
  *
188
  * @access public
189
  * @static
aam.php CHANGED
@@ -3,7 +3,7 @@
3
  /**
4
  Plugin Name: Advanced Access Manager
5
  Description: All you need to manage access to your WordPress website
6
- Version: 5.2
7
  Author: Vasyl Martyniuk <vasyl@vasyltech.com>
8
  Author URI: https://vasyltech.com
9
 
@@ -115,7 +115,7 @@ class AAM {
115
 
116
  //JWT Authentication
117
  if (AAM_Core_Config::get('jwt-authentication', false)) {
118
- AAM_Core_JWTAuth::bootstrap();
119
  }
120
  }
121
  }
3
  /**
4
  Plugin Name: Advanced Access Manager
5
  Description: All you need to manage access to your WordPress website
6
+ Version: 5.2.1
7
  Author: Vasyl Martyniuk <vasyl@vasyltech.com>
8
  Author URI: https://vasyltech.com
9
 
115
 
116
  //JWT Authentication
117
  if (AAM_Core_Config::get('jwt-authentication', false)) {
118
+ AAM_Core_JwtAuth::bootstrap();
119
  }
120
  }
121
  }
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: vasyltech
3
  Tags: access, role, user, capability, page access, post access, comments, security, login redirect, brute force attack, double authentication, membership, backend lockdown, wp-admin, 404, activity tracking
4
  Requires at least: 3.8
5
  Tested up to: 4.9.4
6
- Stable tag: 5.2
7
 
8
  The most powerful access management plugin for WordPress websites.
9
 
@@ -62,6 +62,9 @@ https://www.youtube.com/watch?v=yiOhjaacNJc
62
 
63
  == Changelog ==
64
 
 
 
 
65
  = 5.2 =
66
  * Fixed the bug with user lock functionality
67
  * Dropped support for PHP 5.2.x version. Minimum required version is 5.3.0
3
  Tags: access, role, user, capability, page access, post access, comments, security, login redirect, brute force attack, double authentication, membership, backend lockdown, wp-admin, 404, activity tracking
4
  Requires at least: 3.8
5
  Tested up to: 4.9.4
6
+ Stable tag: 5.2.1
7
 
8
  The most powerful access management plugin for WordPress websites.
9
 
62
 
63
  == Changelog ==
64
 
65
+ = 5.2.1 =
66
+ * Fixed bug with Linux incompatibility
67
+
68
  = 5.2 =
69
  * Fixed the bug with user lock functionality
70
  * Dropped support for PHP 5.2.x version. Minimum required version is 5.3.0