Downloads
Download tar.gz
102.31 KB
MD5: be60beda8d6cd7bda1268a676badb68b
SHA-1: 0757513a782bc9e39eb393c0df7aac13bf1b3622
SHA-256: 846dff6de1d92888f8f7a8b0c6c31a2d77cc192345b2d84f2c4d5a7d9f10953f
Download zip
109.39 KB
MD5: 334e83e9f96194c545b4748cbdaf19a9
SHA-1: 081c1a154a7f546991ef18ff9c5c9f1a7a84bdc6
SHA-256: 6c97a111a908bf70752d909ff67170e9046cb13e7a682ed5b18e70b7edf57329
Release notes
Changes since 5.x-2.0-beta
Bugs fixed:
- #153756: Fixed math bug when comparing the timestamps of development snapshots.
- #153798: Fixed warning logic for development snapshots and flag security updates.
- #153502: Made update_status E_ALL compliant.
- #154540: Minor wording fixes for the UI and help texts.
- #153569: Fixed obscure CSS problem for Firefox 2.0.0.4 on Windows XP.
- #154689: Settings page looked bad in marvin theme due to CSS class conflict.
- Don't clear the update_status cache when an admin saves the system themes page, since in 5.x, there is no information about theme updates.
New features and enhancements:
- #153741: Added support for optionally reporting anonymous usage statistics.
- #153757: Added a setting to only warn when there are security updates.
- #154049: Added a setting to control how frequently to check for updates.
- #146564: Major performance gain for fetching available update data: directly fetch the .xml files instead of going through the Drupal menu callback inside project_release.module.
- #153783: Don't hard-code dark black (#000) in update_status.css, use theme's default foreground color.
- #149079: Further visual clarity about the recommended version: use a subtle "zebra stripe" with a slightly lighter shade of the status color for the entire recommended version line.
- Completely re-wrote the README to match 5.x-2.* reality.