This release is a major code cleanup / rewrite of the advanced_blog module, fixing various bugs and problems caused by inconsistent Drupal API usage.
No extra functionality has been added to this module. However some functionality might produce slightly different output. See warning & list of fixes below.
Installing this release is highly recommended, as it fixes potential security and access bypass issues.
However make sure to backup your website before performing an upgrade of this module.
WARNING:
The HTML layout of the advanced_blog/list page has been slightly changed to produce valid HTML output.
You might want to check the output on your site, and fix the layout accordingly (output now runs through the theme system, and you could override CSS definitions in your own CSS file).
The theme function theme_advanced_blog_block has been renamed to theme_advanced_blog_info_block and takes other parameters.
Please update your own theme overrides for this theme function, if appropriate.
FIXES:
code cleanup & refactoring: make code follow Drupal code standards, APIs and best practices