You are here

CHANGELOG.txt in RoleAssign 8

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
  2. 7.2 CHANGELOG.txt
  3. 7 CHANGELOG.txt
CHANGELOG for RoleAssign for Drupal 8


roleassign 8.x-1.x-dev:
  Issue #3162774 by Panchuk: License "GPL-2.0+" is a deprecated SPDX license identifier.
  Issue #3159656 by salvis: Remove the offending '<!--break-->' from translatable string.
  Issue #3115017 by nord102: Update module to follow Drupal coding standards (no functional changes).
  Issue #2833688 by nord102: Filter and sort roles when saving config.


roleassign 8.x-1.0-beta1 (2020-02-20):
  Issue #2882158 by Munavijayalakshmi, salvis, amit.drupal: Convert module to use short array syntax (new coding standard).
  Issue #3114240 by emek: Restrict roles when adding users with the CAS module.
  Issue #3042823 by franskuipers, Berdir: Drupal 9 Deprecated Code Report.
  Issue #3065871 by AkashkumarOSL, AmandeepKaur, Berdir: Adding Composer.json File.
  Issue #2964630 by salvis: Move the Role Assign settings from "Configuration" to "People" where it's more easily found.
  Issue #2935117 by idebr: Can't uninstall with Drush.
  Issue by salvis: Add self-evident warning to the README.txt file.
  Issue #2766347 by Vinay15, Dane Powell: Remove @file tag docblock from all the .php files.
  Issue #2661864 by heykarthikwithu: Remove unused imports in the code base.
  Issue #2758855 by Alan-H: Fix Hard-sets the Authenticated User role.


roleassign 8.x-1.0-alpha2 (2016-02-02):
  Issue #2657668 by salvis, svendecabooter: Avoid uninitialized $assigned_roles variable.
  Issue #2658028 by svendecabooter: Provide default values for config entity.

roleassign 8.x-1.0-alpha1 (2015-11-25):
  Issue #2405341 by svendecabooter, tkuldeep17, salvis: Initial port to D8.
  Issue #2405341: Branch to port to D8.

roleassign 7.x-1.x-dev:
  #2050711: Update README.txt to clarify the risk posed by the 'administer users' permission.

roleassign 7.x-1.0 (2012-11-04):

roleassign 7.x-1.0-rc2 (2012-10-17):
  #1402408: Ensure that hook_user_presave() is always registered.
  #1431338: Clarify the configuration instructions.
  #1386064: Fix a notice in the bulk user administration hook.
  Tune the module-uninstall protection.

roleassign 7.x-1.0-rc1 (2011-11-26):
  Clean up type hints, docblocks, comments and some minor code issues.

roleassign 7.x-1.0-beta2 (2011-09-05):
  Protect more-privileged users as well as RoleAssign itself.
  #1258808: Fix a warning in _roleassign_form_alter().

roleassign 7.x-1.0-beta1 (2011-08-11):
  Port to D7 and extract roleassign.admin.inc to reduce the footprint.


roleassign 6.x-1.0 (2011-08-11):

roleassign 6.x-1.0-rc1 (2011-07-20):
  Remove unnecessary quotes from the .info file.
  Avoid two 'undefined index' notices.
  #599440 by shark: Keep permission names in help text visible for light-on-dark themes.
  Minor coding style and porting clean-up.
  'administer access control' is called 'administer permissions' in D6.
  Maintainership passed to salvis.
  Minor code cleanup, by TBarregren.

roleassign 6.x-1.0-beta3 (2010-10-09):
  Last release by TBarregren.

File

CHANGELOG.txt
View source
  1. CHANGELOG for RoleAssign for Drupal 8
  2. roleassign 8.x-1.x-dev:
  3. Issue #3162774 by Panchuk: License "GPL-2.0+" is a deprecated SPDX license identifier.
  4. Issue #3159656 by salvis: Remove the offending '' from translatable string.
  5. Issue #3115017 by nord102: Update module to follow Drupal coding standards (no functional changes).
  6. Issue #2833688 by nord102: Filter and sort roles when saving config.
  7. roleassign 8.x-1.0-beta1 (2020-02-20):
  8. Issue #2882158 by Munavijayalakshmi, salvis, amit.drupal: Convert module to use short array syntax (new coding standard).
  9. Issue #3114240 by emek: Restrict roles when adding users with the CAS module.
  10. Issue #3042823 by franskuipers, Berdir: Drupal 9 Deprecated Code Report.
  11. Issue #3065871 by AkashkumarOSL, AmandeepKaur, Berdir: Adding Composer.json File.
  12. Issue #2964630 by salvis: Move the Role Assign settings from "Configuration" to "People" where it's more easily found.
  13. Issue #2935117 by idebr: Can't uninstall with Drush.
  14. Issue by salvis: Add self-evident warning to the README.txt file.
  15. Issue #2766347 by Vinay15, Dane Powell: Remove @file tag docblock from all the .php files.
  16. Issue #2661864 by heykarthikwithu: Remove unused imports in the code base.
  17. Issue #2758855 by Alan-H: Fix Hard-sets the Authenticated User role.
  18. roleassign 8.x-1.0-alpha2 (2016-02-02):
  19. Issue #2657668 by salvis, svendecabooter: Avoid uninitialized $assigned_roles variable.
  20. Issue #2658028 by svendecabooter: Provide default values for config entity.
  21. roleassign 8.x-1.0-alpha1 (2015-11-25):
  22. Issue #2405341 by svendecabooter, tkuldeep17, salvis: Initial port to D8.
  23. Issue #2405341: Branch to port to D8.
  24. roleassign 7.x-1.x-dev:
  25. #2050711: Update README.txt to clarify the risk posed by the 'administer users' permission.
  26. roleassign 7.x-1.0 (2012-11-04):
  27. roleassign 7.x-1.0-rc2 (2012-10-17):
  28. #1402408: Ensure that hook_user_presave() is always registered.
  29. #1431338: Clarify the configuration instructions.
  30. #1386064: Fix a notice in the bulk user administration hook.
  31. Tune the module-uninstall protection.
  32. roleassign 7.x-1.0-rc1 (2011-11-26):
  33. Clean up type hints, docblocks, comments and some minor code issues.
  34. roleassign 7.x-1.0-beta2 (2011-09-05):
  35. Protect more-privileged users as well as RoleAssign itself.
  36. #1258808: Fix a warning in _roleassign_form_alter().
  37. roleassign 7.x-1.0-beta1 (2011-08-11):
  38. Port to D7 and extract roleassign.admin.inc to reduce the footprint.
  39. roleassign 6.x-1.0 (2011-08-11):
  40. roleassign 6.x-1.0-rc1 (2011-07-20):
  41. Remove unnecessary quotes from the .info file.
  42. Avoid two 'undefined index' notices.
  43. #599440 by shark: Keep permission names in help text visible for light-on-dark themes.
  44. Minor coding style and porting clean-up.
  45. 'administer access control' is called 'administer permissions' in D6.
  46. Maintainership passed to salvis.
  47. Minor code cleanup, by TBarregren.
  48. roleassign 6.x-1.0-beta3 (2010-10-09):
  49. Last release by TBarregren.