Change record status: 
Project: 
Introduced in branch: 
4.0.x
Introduced in version: 
4.0.0-alpha1
Description: 

Class names:

  • IndividualGroupPermissionCalculator became IndividualGroupRoleAccessPolicy
  • SynchronizedGroupPermissionCalculator became SynchronizedGroupRoleAccessPolicy

Service names:

  • group_permission.individual_calculator became access_policy.individual_group_role
  • group_permission.synchronized_calculator became access_policy.synchronized_group_role

Because this now uses the core API, we dropped the dependency on variation_cache. While upgrading to v4 you may want to manually composer require said module so that it can be turned off properly after upgrading to v4 and then be removed.