Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
122.57 KB
MD5: 3baaf984fe5c276e82cd44aac72db9e1
SHA-1: d8ded456bf88d317b923f436a61db00cf6d49c4f
SHA-256: 0a0c3f93d82c1779f77c557449ca8d0777195716e77da0ac64819eda7e7d240b
Download zip
156.38 KB
MD5: c62fe80e5a6a94f190ee12bb2218ee3e
SHA-1: 0c1ae0b551403231a089426d098b3dd09107910f
SHA-256: 63ec5982e2915e1c35577ed299af12796d7495500e11ba9a1790fd7ec7fecb1e
Release notes
The main feature of this new release is compatibility with PHP 8.0 and PHP 8.1 (rc).
There are also a small number of bug fixes, and a lot of documentation and coding standards improvements.
Changes since 7.x-1.9:
- #3249556 by TR: PHP 8.1 changes
- #3249548 by TR: Namespace dependencies in .info files
- #2886570 by dbt102, TR, krina.addweb: Add_Entity_Help - follow-up from comment 14
- #3249387 by TR: Miscellaneous coding standards
- #2886570 by dbt102, TR, krina.addweb: Add_Entity_Help
- #3230418 by TR: [D7] Coding standards - return type documentation
- #2194695 by joachim: document hook_ENTITY_TYPE_FOO() hooks in api.php
- #2008090 by joachim: hook_ENTITY_TYPE_defaults_rebuild() is not documented
- #3230356 by TR: [D7] Coding standards - method visibility
- #3224847 by TR: Error in entity_entity_property_edit_form_validate()
- #3224827 by TR: Coding standards - whitespace and punctuation
- #1312374 by KeyboardCowboy, Alan D.: Fatal error: Call to undefined function link_field_property_info_callback() in field.info.inc on line 30
- #1910596 by ytsurk: markup issues: w3c validation
- #3222090 by TR: Remove required parameter following optional parameter in entity.features.inc (PHP 8.0)
- #3023044 by TR: error in entity_property_verbatim_get
- #2386545 by laughnan, TR: Fix field.info.inc function comments for clarity
- #1844266 by TR, jweowu: Fix multiple spelling mistakes
- #3222088 by TR: Some test cases are not being executed
- #3206793 by Liam Morland, DamienMcKenna: Remove required parameter following optional parameter (PHP 8.0)