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.
Aggregate image data separate from the main CSS when the embedded images would significantly increase the size of the CSS. This allows other site styles to begin rendering while the image data is still downloading.
IE 6 and 7 fallbacks using conditional comments instead of CSS hacks.
Aggregate declarations where possible to minimize duplication of image data
Automatically skip repeated images if embedding them would result in greater transfer time than another round trip to fetch the image separately.
This is version 2.6 of Subscriptions for Drupal 6.
The purpose of this release is to move a feature that has been sitting in -dev version for half a year into a proper release and to close the -dev snapshot. You don't need to update unless you want this feature.
Changes since 2.5:
Enhancement:
- #735092: Backport #560146 from D6: Allow specifying a cron job time percentage (including 0 to temporarily disable notifications).