Advanced Access Manager - Version 6.8.2

Version Description

  • Fixed: Fix jquery 1.9 incompatibility with attr 'checked' by @Tofandel https://github.com/aamplugin/advanced-access-manager/pull/204
Download this release

Release Info

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

Code changes from version 6.8.1 to 6.8.2

Files changed (3) hide show
  1. aam.php +2 -2
  2. media/js/aam.js +6 -6
  3. readme.txt +5 -4
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: 6.8.1
7
  * Author: Vasyl Martyniuk <vasyl@vasyltech.com>
8
  * Author URI: https://vasyltech.com
9
  * Text Domain: advanced-access-manager
@@ -264,7 +264,7 @@ if (defined('ABSPATH')) {
264
  //define few common constants
265
  define('AAM_MEDIA', plugins_url('/media', __FILE__));
266
  define('AAM_KEY', 'advanced-access-manager');
267
- define('AAM_VERSION', '6.8.1');
268
  define('AAM_BASEDIR', __DIR__);
269
 
270
  //load vendor
3
  /**
4
  * Plugin Name: Advanced Access Manager
5
  * Description: Collection of features to manage your WordPress website authentication, authorization and monitoring
6
+ * Version: 6.8.2
7
  * Author: Vasyl Martyniuk <vasyl@vasyltech.com>
8
  * Author URI: https://vasyltech.com
9
  * Text Domain: advanced-access-manager
264
  //define few common constants
265
  define('AAM_MEDIA', plugins_url('/media', __FILE__));
266
  define('AAM_KEY', 'advanced-access-manager');
267
+ define('AAM_VERSION', '6.8.2');
268
  define('AAM_BASEDIR', __DIR__);
269
 
270
  //load vendor
media/js/aam.js CHANGED
@@ -1740,7 +1740,7 @@
1740
  var items = new Array(_this.data('menu-id'));
1741
 
1742
  $('input', target).each(function () {
1743
- $(this).attr('checked', status ? true : false);
1744
  items.push($(this).data('menu-id'));
1745
  });
1746
 
@@ -1768,7 +1768,7 @@
1768
  $('.panel-title .icon-eye-off', target + '-heading').remove();
1769
  }
1770
  } else {
1771
- _this.attr('checked', !status);
1772
  }
1773
  });
1774
  });
@@ -1872,7 +1872,7 @@
1872
  var items = new Array(_this.data('toolbar'));
1873
 
1874
  $('input', target).each(function () {
1875
- $(this).attr('checked', status ? true : false);
1876
  items.push($(this).data('toolbar'));
1877
  });
1878
 
@@ -1900,7 +1900,7 @@
1900
  $('.panel-title .icon-eye-off', target + '-heading').remove();
1901
  }
1902
  } else {
1903
- _this.attr('checked', !status);
1904
  }
1905
  });
1906
  });
@@ -2388,7 +2388,7 @@
2388
 
2389
  $('#add-capability-modal').on('shown.bs.modal', function (e) {
2390
  $('#new-capability-name').val('');
2391
- $('#assign-new-capability').attr('checked', true);
2392
  $('#new-capability-name').focus();
2393
  });
2394
 
@@ -5438,4 +5438,4 @@
5438
  getAAM().initialize();
5439
  });
5440
 
5441
- })(jQuery);
1740
  var items = new Array(_this.data('menu-id'));
1741
 
1742
  $('input', target).each(function () {
1743
+ $(this).prop('checked', status ? true : false);
1744
  items.push($(this).data('menu-id'));
1745
  });
1746
 
1768
  $('.panel-title .icon-eye-off', target + '-heading').remove();
1769
  }
1770
  } else {
1771
+ _this.prop('checked', !status);
1772
  }
1773
  });
1774
  });
1872
  var items = new Array(_this.data('toolbar'));
1873
 
1874
  $('input', target).each(function () {
1875
+ $(this).prop('checked', status ? true : false);
1876
  items.push($(this).data('toolbar'));
1877
  });
1878
 
1900
  $('.panel-title .icon-eye-off', target + '-heading').remove();
1901
  }
1902
  } else {
1903
+ _this.prop('checked', !status);
1904
  }
1905
  });
1906
  });
2388
 
2389
  $('#add-capability-modal').on('shown.bs.modal', function (e) {
2390
  $('#new-capability-name').val('');
2391
+ $('#assign-new-capability').prop('checked', true);
2392
  $('#new-capability-name').focus();
2393
  });
2394
 
5438
  getAAM().initialize();
5439
  });
5440
 
5441
+ })(jQuery);
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: vasyltech
3
  Tags: access control, membership, backend menu, user role, restricted content, security, jwt
4
  Requires at least: 4.7.0
5
  Requires PHP: 5.6.0
6
- Tested up to: 5.9.0
7
- Stable tag: 6.8.1
8
 
9
  All you need to manage access to WordPress websites on the frontend, backend and API levels for any role, user or visitors.
10
 
@@ -12,8 +12,6 @@ All you need to manage access to WordPress websites on the frontend, backend and
12
 
13
  > Advanced Access Manager (aka AAM) is a powerfully robust WordPress plugin designed to help you control every aspect of your website, your way.
14
 
15
- > FYI! Any business that operates on the territory of Ukraine or project that is developing for the Ukrainians gets all our premium products for free. Please email vasyl@vasyltech.com to obtain the free license key.
16
-
17
  https://www.youtube.com/watch?v=mj5Xa_Wc16Y
18
 
19
  = Few Quick Facts =
@@ -93,6 +91,9 @@ We take security and privacy very seriously, that is why there are several non-n
93
 
94
  == Changelog ==
95
 
 
 
 
96
  = 6.8.1 =
97
  * Fixed: Translation issues [https://github.com/aamplugin/advanced-access-manager/issues/199](https://github.com/aamplugin/advanced-access-manager/issues/199)
98
  * Fixed: Undefined class constant 'DB_VIOLATION_OPTION' [https://github.com/aamplugin/advanced-access-manager/issues/198](https://github.com/aamplugin/advanced-access-manager/issues/198)
3
  Tags: access control, membership, backend menu, user role, restricted content, security, jwt
4
  Requires at least: 4.7.0
5
  Requires PHP: 5.6.0
6
+ Tested up to: 6.0.0
7
+ Stable tag: 6.8.2
8
 
9
  All you need to manage access to WordPress websites on the frontend, backend and API levels for any role, user or visitors.
10
 
12
 
13
  > Advanced Access Manager (aka AAM) is a powerfully robust WordPress plugin designed to help you control every aspect of your website, your way.
14
 
 
 
15
  https://www.youtube.com/watch?v=mj5Xa_Wc16Y
16
 
17
  = Few Quick Facts =
91
 
92
  == Changelog ==
93
 
94
+ = 6.8.2 =
95
+ * Fixed: Fix jquery 1.9 incompatibility with attr 'checked' by @Tofandel [https://github.com/aamplugin/advanced-access-manager/pull/204](https://github.com/aamplugin/advanced-access-manager/pull/204)
96
+
97
  = 6.8.1 =
98
  * Fixed: Translation issues [https://github.com/aamplugin/advanced-access-manager/issues/199](https://github.com/aamplugin/advanced-access-manager/issues/199)
99
  * Fixed: Undefined class constant 'DB_VIOLATION_OPTION' [https://github.com/aamplugin/advanced-access-manager/issues/198](https://github.com/aamplugin/advanced-access-manager/issues/198)