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.
Drupal coding standards fixes.
Code optimization.
Less memory used.
Path module compatibility (Sponsored by LucksDigital).
The two localizer attributes added to the node object have changed name :
$node->pid is now $node->localizer_pid
$node->language is now $node->localizer_language
This has been changed only in the code and NOT in the database.
The database's fields are yet pid and language.