You are here

CHANGELOG.txt in Chain Menu Access API 8

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
  2. 7.2 CHANGELOG.txt
  3. 7 CHANGELOG.txt
CHANGELOG for Chain Menu Access API for Drupal 8


chain_menu_access 8.x-1.x-dev:
  - Issue #2995656 by somersoft, aburrows: Fix Function create_function() is deprecated.
  - Fix missing quotes in .info.yml file.
  - Change .info file into .info.yml.


chain_menu_access 8.x-1.0-beta5 (2012-08-30):
  - Avoid a notice (no functional change).
  - #1757616 by salvis: Handle MENU_DEFAULT_LOCAL_TASKs automatically (API change!).
  - Remove the dependency on the Devel module to make the tests pass on t.d.o.
  - #1186208 by salvis, yched: Help ensure that MENU_DEFAULT_LOCAL_TASK items properly inherit access from their parent.

chain_menu_access 8.x-1.0-beta4 (2011-08-09):
  - Branch for D8, based on 7.x-1.0.


chain_menu_access 7.x-1.0 (2011-08-09):

chain_menu_access 7.x-1.0-beta4 (2011-07-17):
  - #1186208 by mrfelton, chx: Fix callback inheritance by removing the empty(['page callback']).

chain_menu_access 7.x-1.0-beta3 (2011-07-05):
  - #1186208 by chx, salvis, mrfelton: Improve the stability and throw an exception for MENU_DEFAULT_LOCAL_TASKs.

chain_menu_access 7.x-1.0-beta2 (2011-03-26):
  - Issue #1079032 by salvis: Create test infrastructure and a first test to check the ability to provide access to admin/people/create.
  - #1036478. Avoid a bogus PHP 5.3.3 warning.
  - Fixed default 'access arguments' typo.

chain_menu_access 7.x-1.0-beta1 (2010-12-11):
  - Merged the $or and $pass_index parameters which were in conflict with each other.
  - Commented, fixed, and prepared for distribution by salvis.
  - Generalized and expanded version written by chx during a chat session with salvis.
  - An API module to help client modules chain their access callbacks into other modules' menu items. Initial version written by chx in 3.5 minutes.

File

CHANGELOG.txt
View source
  1. CHANGELOG for Chain Menu Access API for Drupal 8
  2. chain_menu_access 8.x-1.x-dev:
  3. - Issue #2995656 by somersoft, aburrows: Fix Function create_function() is deprecated.
  4. - Fix missing quotes in .info.yml file.
  5. - Change .info file into .info.yml.
  6. chain_menu_access 8.x-1.0-beta5 (2012-08-30):
  7. - Avoid a notice (no functional change).
  8. - #1757616 by salvis: Handle MENU_DEFAULT_LOCAL_TASKs automatically (API change!).
  9. - Remove the dependency on the Devel module to make the tests pass on t.d.o.
  10. - #1186208 by salvis, yched: Help ensure that MENU_DEFAULT_LOCAL_TASK items properly inherit access from their parent.
  11. chain_menu_access 8.x-1.0-beta4 (2011-08-09):
  12. - Branch for D8, based on 7.x-1.0.
  13. chain_menu_access 7.x-1.0 (2011-08-09):
  14. chain_menu_access 7.x-1.0-beta4 (2011-07-17):
  15. - #1186208 by mrfelton, chx: Fix callback inheritance by removing the empty(['page callback']).
  16. chain_menu_access 7.x-1.0-beta3 (2011-07-05):
  17. - #1186208 by chx, salvis, mrfelton: Improve the stability and throw an exception for MENU_DEFAULT_LOCAL_TASKs.
  18. chain_menu_access 7.x-1.0-beta2 (2011-03-26):
  19. - Issue #1079032 by salvis: Create test infrastructure and a first test to check the ability to provide access to admin/people/create.
  20. - #1036478. Avoid a bogus PHP 5.3.3 warning.
  21. - Fixed default 'access arguments' typo.
  22. chain_menu_access 7.x-1.0-beta1 (2010-12-11):
  23. - Merged the $or and $pass_index parameters which were in conflict with each other.
  24. - Commented, fixed, and prepared for distribution by salvis.
  25. - Generalized and expanded version written by chx during a chat session with salvis.
  26. - An API module to help client modules chain their access callbacks into other modules' menu items. Initial version written by chx in 3.5 minutes.