Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
29.52 KB
MD5: bb4707fe9c9c67401c9baa514fbab948
SHA-1: 06ace5bab89f62e269e820c96304c96dc704f27d
SHA-256: c3ff6fabf7687daedb95e8254afc2797dcc503ca8f18618b7578cd112f2ca81d
Download zip
39.06 KB
MD5: 78a894f4441bf0f79d90dbf2281253b7
SHA-1: ff91c3459475fce7c80e1b25f01485b394884eb6
SHA-256: 22be1ac7435affbeec8c7367aa9727a3ccd14b360533361554d51a8f80e56165
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.