Advanced Access Manager - Version 4.4.1

Version Description

  • Adjusted code to support low memory servers
Download this release

Release Info

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

Code changes from version 4.4 to 4.4.1

Files changed (2) hide show
  1. aam.php +1 -1
  2. readme.txt +25 -15
aam.php CHANGED
@@ -3,7 +3,7 @@
3
  /**
4
  Plugin Name: Advanced Access Manager
5
  Description: Manage website access for any user, role or visitors
6
- Version: 4.4
7
  Author: Vasyl Martyniuk <vasyl@vasyltech.com>
8
  Author URI: https://www.vasyltech.com
9
 
3
  /**
4
  Plugin Name: Advanced Access Manager
5
  Description: Manage website access for any user, role or visitors
6
+ Version: 4.4.1
7
  Author: Vasyl Martyniuk <vasyl@vasyltech.com>
8
  Author URI: https://www.vasyltech.com
9
 
readme.txt CHANGED
@@ -3,22 +3,17 @@ Contributors: vasyltech
3
  Tags: access, role, user, capability, page access, post access, 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.7.3
6
- Stable tag: 4.4
7
 
8
- Manage your website access and security for any user, role or visitors.
9
 
10
  == Description ==
11
 
12
- > Advanced Access Manager (aka AAM) is the WordPress plugin with all necessary
13
- > set of tools to manage access to your website frontend and backend for any
14
- > user, role or visitors.
15
 
16
  https://www.youtube.com/watch?v=yiOhjaacNJc
17
 
18
- Please note! Some features are limited or not included in the basic plugin installation.
19
- Upon activation refer to the Extensions tab to learn more about free and
20
- premium extensions that are available for download.
21
-
22
  = Backend Lockdown =
23
  Restrict access to your website backend side for any user or role. For more information about this feature
24
  refer to the [How to lockdown WordPress backend](https://aamplugin.com/help/how-to-lockdown-wordpress-backend)
@@ -98,15 +93,30 @@ Check our [help page](https://aamplugin.com/help) to find out more about AAM.
98
 
99
  == Screenshots ==
100
 
101
- 1. Backend menu manager
102
- 2. Metaboxes & Widgets manager
103
- 3. User/Role Capabilities manager
104
- 4. Posts & Pages manager
105
- 5. Posts & Pages access control form
106
- 6. Utilities tab
 
 
 
 
 
107
 
108
  == Changelog ==
109
 
 
 
 
 
 
 
 
 
 
 
110
  = 4.4 =
111
  * Fixed bug with frontend page redirect
112
  * Significantly improved AAM speed and caching
3
  Tags: access, role, user, capability, page access, post access, 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.7.3
6
+ Stable tag: 4.5
7
 
8
+ Manage access to your website for any user, role or visitors for both frontend and backend.
9
 
10
  == Description ==
11
 
12
+ > Advanced Access Manager (aka AAM) is all you need to manage access to your website frontend and backend for any user, role or visitors.
13
+ > Please note! Some features are limited or not included in the basic plugin installation. Upon activation go to the Extensions tab to learn more about free and premium extensions that are available for download.
 
14
 
15
  https://www.youtube.com/watch?v=yiOhjaacNJc
16
 
 
 
 
 
17
  = Backend Lockdown =
18
  Restrict access to your website backend side for any user or role. For more information about this feature
19
  refer to the [How to lockdown WordPress backend](https://aamplugin.com/help/how-to-lockdown-wordpress-backend)
93
 
94
  == Screenshots ==
95
 
96
+ 1. Manage access to backend menu
97
+ 2. Manage access to metaboxes & widgets
98
+ 3. Manage capabilities for roles and users
99
+ 4. Manage access to posts, pages, media or custom post types
100
+ 5. Posts and pages access options form
101
+ 6. Define access to posts and categories while editing them
102
+ 7. Manage access denied redirect rule
103
+ 8. Manage user login redirect
104
+ 9. Manage 404 redirect
105
+ 10. Create your own content teaser for limited content
106
+ 11. Improve your website security
107
 
108
  == Changelog ==
109
 
110
+ = 4.5 =
111
+ * Fixed few minor bugs reported by users
112
+ * Refactored Extensions functionality
113
+ * Added fully functioning Access Manager Widget for both Posts and Categories
114
+ * Updated documentation
115
+ * Significantly improved performance
116
+
117
+ = 4.4.1 =
118
+ * Adjusted code to support low memory servers
119
+
120
  = 4.4 =
121
  * Fixed bug with frontend page redirect
122
  * Significantly improved AAM speed and caching