Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

v3.6.0

Choose a tag to compare

@vyskocilpavel vyskocilpavel released this 06 Dec 07:50
· 431 commits to master since this release
25c082c

Added

  • Added method getFacilityByEntityId
  • Added resource capabilities into entitlements

Changed

  • Slightly modified text displayed on WAYF
  • Updated phpcs ruleset to PSR-12
  • is_null() changed to === null
  • Using identity comparison instead of equality comparison
  • Removed checks in ifs that var is (not) null before empty(var) function (empty checks that itself)
  • Double quotes changed to single quotes
  • getFacilitiesByEntityId marked as deprecated (getFacilityByEntityId should be used instead)
  • Using of getFacilityByEntityId instead of getFacilitiesByEntityId
  • Filters JoinGroupsAdnEduPersonEntitlement and PerunGroups merged into PerunEntitlement
  • Using expression in asserts (String in assert() is DEPRECATED from PHP 7.2)

Fixed

  • Fixed wrong dictionary name in post.php
  • Removed unnecessary include
  • Resolve problem with Sideeffects (PSR1.Files.SideEffects)