Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
13.95 KB
MD5: 78e907f6037b9b0bf3e9402f7fc5ea8d
SHA-1: 6b1a89fec0a4b5728fec8f6e73377c1f0aa3591a
SHA-256: 1c588fc672039442e5a213835be8ae8fa39326ba83b783e44db9be50893287e3
Download zip
15.99 KB
MD5: e97d3f05f5692cf7438a4ddf4aa7de8a
SHA-1: 41e15a0fc536215844e31862859950264c58c315
SHA-256: 7085c0d9b7a699ac4d733317137b2a831996bb631cf042dce65b482c32bddb9f
Release notes
Added these functionalities:
- Adding nid to hook_block_info such that you can use it in hook_block_info_alter.
- Remove the status message because it is not helpful in a lot of situations.
- Issue #1977420: Update vertical tab summary by Idebr, enabled/disabled in Vertical tab.
Fixed these issues:
- Issue #2056143: Nodeblock title not updated when node title is changed., Nodeblock title not updated when node title is changed.
- Issue #2051267: block does not get deleted if using custom machine name by Legolasbo, block does not get deleted if using custom machine name.
- Issue #1978630: Error when loading linked node, Notices when nodeblock array doesn't exist.
- Issue #2006220: Node export/import not compatible with Provide a machine name. by steverweber, ronino, Node export/import not compatible with Provide a machine name.
- Issue #1999308: Create a block is checked for existing nodes by dudeonthebayou, Only run preprocess node when node is actually shown as a block.
- Issue #1949192: Confusing templating implementation by Ronino, changed template suggestions order to not overwrite other modules settings.