Version Description
- Fixed compatibility with PHP 5.3 or lower
Download this release
Release Info
Developer | vasyl_m |
Plugin | Advanced Access Manager |
Version | 4.9.5.2 |
Comparing to | |
See all releases |
Code changes from version 4.9.5.1 to 4.9.5.2
- Application/Core/Media.php +1 -1
- aam.php +1 -1
- readme.txt +5 -2
Application/Core/Media.php
CHANGED
@@ -69,7 +69,7 @@ class AAM_Core_Media {
|
|
69 |
$root = AAM_Core_Request::server('DOCUMENT_ROOT');
|
70 |
|
71 |
$this->request = str_replace('\\', '/', $root . $request);
|
72 |
-
$this->request_uri =
|
73 |
}
|
74 |
|
75 |
/**
|
69 |
$root = AAM_Core_Request::server('DOCUMENT_ROOT');
|
70 |
|
71 |
$this->request = str_replace('\\', '/', $root . $request);
|
72 |
+
$this->request_uri = preg_replace('/\?.*$/', '', $request);
|
73 |
}
|
74 |
|
75 |
/**
|
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: 4.9.5.
|
7 |
Author: Vasyl Martyniuk <vasyl@vasyltech.com>
|
8 |
Author URI: https://vasyltech.com
|
9 |
|
3 |
/**
|
4 |
Plugin Name: Advanced Access Manager
|
5 |
Description: All you need to manage access to your WordPress website
|
6 |
+
Version: 4.9.5.2
|
7 |
Author: Vasyl Martyniuk <vasyl@vasyltech.com>
|
8 |
Author URI: https://vasyltech.com
|
9 |
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
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.
|
6 |
-
Stable tag: 4.9.5.
|
7 |
|
8 |
Manage access to your website for any user, role or visitors for both frontend and backend.
|
9 |
|
@@ -102,6 +102,9 @@ Check our [help page](https://aamplugin.com/help) to find out more about AAM.
|
|
102 |
|
103 |
== Changelog ==
|
104 |
|
|
|
|
|
|
|
105 |
= 4.9.5.1 =
|
106 |
* Fixed the bug with media access
|
107 |
* Improved UI
|
2 |
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
|
6 |
+
Stable tag: 4.9.5.2
|
7 |
|
8 |
Manage access to your website for any user, role or visitors for both frontend and backend.
|
9 |
|
102 |
|
103 |
== Changelog ==
|
104 |
|
105 |
+
= 4.9.5.2 =
|
106 |
+
* Fixed compatibility with PHP 5.3 or lower
|
107 |
+
|
108 |
= 4.9.5.1 =
|
109 |
* Fixed the bug with media access
|
110 |
* Improved UI
|