You are here

CHANGELOG.txt in Field Permissions 6

Same filename and directory in other branches
  1. 7 CHANGELOG.txt
6.x-1.x-dev
===========

Bugfixes:
- #782938 i18n API change causes call to undefined function tt() in includes/admin.inc on line 318.


6.x-1.0
=======

Features:
- #627218 Refinement of the troubleshooting report.
- Updated translation template.

Bugfixes:
- #628136 The uid of the node is not always supplied to hook_field_access().
- #629800 by hefox: array_filter warning.
- #632292 Document Field Permissions requires CCK 6.x-2.5 or higher.
- Fixed a couple of Coder module warnings.


6.x-1.0-beta2
=============

Features:
- #626446 Externalize code to separate include files to reduce memory consumption during normal site operation.
- #626584 Field permissions overview.
- #627218 Add report to help troubleshoot the execution of content_access().

Bugfixes:
- #626444 Ensure the content module is loaded in implementations of hook_install(), hook_uninstall() and hook_update_6001().


6.x-1.0-beta1
=============

- Use @ to format URL to permissions administration.
- Added support for create field permission.
- Every permission type can be enabled independently.

File

CHANGELOG.txt
View source
  1. 6.x-1.x-dev
  2. ===========
  3. Bugfixes:
  4. - #782938 i18n API change causes call to undefined function tt() in includes/admin.inc on line 318.
  5. 6.x-1.0
  6. =======
  7. Features:
  8. - #627218 Refinement of the troubleshooting report.
  9. - Updated translation template.
  10. Bugfixes:
  11. - #628136 The uid of the node is not always supplied to hook_field_access().
  12. - #629800 by hefox: array_filter warning.
  13. - #632292 Document Field Permissions requires CCK 6.x-2.5 or higher.
  14. - Fixed a couple of Coder module warnings.
  15. 6.x-1.0-beta2
  16. =============
  17. Features:
  18. - #626446 Externalize code to separate include files to reduce memory consumption during normal site operation.
  19. - #626584 Field permissions overview.
  20. - #627218 Add report to help troubleshoot the execution of content_access().
  21. Bugfixes:
  22. - #626444 Ensure the content module is loaded in implementations of hook_install(), hook_uninstall() and hook_update_6001().
  23. 6.x-1.0-beta1
  24. =============
  25. - Use @ to format URL to permissions administration.
  26. - Added support for create field permission.
  27. - Every permission type can be enabled independently.