Posted by tstoeckler on July 29, 2012 at 11:34am
| Download | Size | md5 hash |
|---|---|---|
| libraries-7.x-2.0.tar.gz | 29.52 KB | bb4707fe9c9c67401c9baa514fbab948 |
| libraries-7.x-2.0.zip | 39.06 KB | 78a894f4441bf0f79d90dbf2281253b7 |
Last updated: July 29, 2012 - 11:37
Release notes
This is the first stable release in the 7.x-2.x branch.
The following commits have been made since the 7.x-2.0-alpha2 release:
- #1606018 by chemical: Tests fail if the module is downloaded from Drupal.org.
- #1386250 by tstoeckler: Clarify module and library installation in README.txt.
- #1578618 by iamEAP: Fixed Fatal cache flush failure on major version upgrades.
- #1449346 by tstoeckler, sun: Clean-up libraries.test
For a detailed list of commits since the 1.0 release, see the release note of the 7.x-2.0-alpha1 and the 7.x-2.0-alpha2 releases.
Most importantly, Libraries API can now manage the library information for you. The idea is that you declare the library information once in hook_libraries_info() and the simply use libraries_load() to load it. Also see the handbook for more information.
Please note that there are some known issues and shortcomings with this version. Please see the issue queue for more information.