Advanced Access Manager - Version 5.9.6.1

Version Description

  • Fixed the fatal error related to URI object
Download this release

Release Info

Developer vasyltech
Plugin Icon 128x128 Advanced Access Manager
Version 5.9.6.1
Comparing to
See all releases

Code changes from version 5.9.6 to 5.9.6.1

Files changed (3) hide show
  1. Application/Core/Object/Uri.php +1 -1
  2. aam.php +1 -1
  3. readme.txt +4 -1
Application/Core/Object/Uri.php CHANGED
@@ -187,7 +187,7 @@ class AAM_Core_Object_Uri extends AAM_Core_Object {
187
  $combined = array_merge($external, $this->getOption());
188
  $merged = array();
189
 
190
- $preference = $this->getConfig(
191
  "core.settings.uri.merge.preference", 'deny'
192
  );
193
 
187
  $combined = array_merge($external, $this->getOption());
188
  $merged = array();
189
 
190
+ $preference = AAM::api()->getConfig(
191
  "core.settings.uri.merge.preference", 'deny'
192
  );
193
 
aam.php CHANGED
@@ -3,7 +3,7 @@
3
  /**
4
  * Plugin Name: Advanced Access Manager
5
  * Description: Collection of features to manage your WordPress website authentication, authorization and monitoring
6
- * Version: 5.9.6
7
  * Author: Vasyl Martyniuk <vasyl@vasyltech.com>
8
  * Author URI: https://vasyltech.com
9
  *
3
  /**
4
  * Plugin Name: Advanced Access Manager
5
  * Description: Collection of features to manage your WordPress website authentication, authorization and monitoring
6
+ * Version: 5.9.6.1
7
  * Author: Vasyl Martyniuk <vasyl@vasyltech.com>
8
  * Author URI: https://vasyltech.com
9
  *
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: vasyltech
3
  Tags: access control, membership, backend menu, user role, restricted content, security, jwt
4
  Requires at least: 4.0
5
  Tested up to: 5.1
6
- Stable tag: 5.9.6
7
 
8
  All you need to manage access to you WordPress websites on frontend, backend and API levels for any role, user or visitors.
9
 
@@ -80,6 +80,9 @@ https://www.youtube.com/watch?v=mj5Xa_Wc16Y
80
 
81
  == Changelog ==
82
 
 
 
 
83
  = 5.9.6 =
84
  * Fixed the bug with URI Access feature for URIs with trailing forward slash "/"
85
  * Fixed the bug with Access Policy where incorrect default value was propagated
3
  Tags: access control, membership, backend menu, user role, restricted content, security, jwt
4
  Requires at least: 4.0
5
  Tested up to: 5.1
6
+ Stable tag: 5.9.6.1
7
 
8
  All you need to manage access to you WordPress websites on frontend, backend and API levels for any role, user or visitors.
9
 
80
 
81
  == Changelog ==
82
 
83
+ = 5.9.6.1 =
84
+ * Fixed the fatal error related to URI object
85
+
86
  = 5.9.6 =
87
  * Fixed the bug with URI Access feature for URIs with trailing forward slash "/"
88
  * Fixed the bug with Access Policy where incorrect default value was propagated