Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
This is a maintenance release, all users are urged to update since this fixes heavy PHP warnings output.
Fixes:
Fixes #1338416 - thanks to peterx - Warning happen when CSS data has no group set.
Fixes #1338390 - thanks to peterx - Stats about inline code was wrongly collected.
Refined a way too aggressive previous bugfix: overlay bugfixes did prevent the module to work in many cases.
This release is dedicated to peterx which reported a lot of bugs and opened some interesting support requests.
It also introduce API changes:
The module is now only compatible with PHP 5.3, any prior version will lead to WSOD.
All OOP code has been converted to namespaced PHP 5.3 and uses a PSR-0 autoloader.