Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Added a new hook, hook_node_convert_change which allows node modules perfrom needed changes on the conversion process. For example, when converting a page to a book node, a book row should be inserted in to the book table.
Fixed a bug when choosing a few nodes to be bulk converted.
Fixed a bug when converting a node to the book type, so a proper book row is inserted and deleted from the table.
Added menu inclusion supporti via custompage_menu_tile() function, fixed PHP4 incompatibility and you can use *_tile() functions on non-custompage pages, too, now.