Libraries 7.x-2.x, xxxx-xx-xx ----------------------------- #958162 by tstoeckler, sun, good_man: Allow to apply callbacks to libraries. #1125904 by tstoeckler, boombatower: Fix drush libraries-list. #1050076 by tstoeckler: Re-utilize libraries_detect() and remove libraries_detect_library(). #466090 by tstoeckler: Add update function. #466090 by tstoeckler: Allow cache to be flushed. #466090 by tstoeckler, sun: Cache library information. #1064008 by tstoeckler, bfroehle: Fix outdated API examples in libraries.api.php. #1028744 by tstoeckler: Code clean-up. #1023322 by tstoeckler, sun: Fixed libraries shouldn't be loaded multiple times. #1024080 by hswong3i, tstoeckler: Fixed installation profile retrieval. #995988 by good_man: Wrong default install profile. #975498 by Gábor Hojtsy: Update JS/CSS-loading to new drupal_add_js/css() API. #958162 by tsteoeckler, sun: Consistent variable naming. #924130 by aaronbauman: Fixed libraries_get_path() should use drupal_static(). #958162 by tstoeckler, sun: Code clean-up, tests revamp, more robust loading. #919632 by tstoeckler, sun: Allow library information to be stored in info files. by sun: Fixed testbot breaks upon directory name/info file name mismatch. #864376 by tstoeckler, sun: Code-cleanup, allow hard-coded 'version'. #939174 by sun, tstoeckler: Rename example.info to libraries_example.info. by sun: Fixed testbot breaks upon .info file without .module file. #542940 by tstoeckler, sun: Add libraries-list command. #919632 by tstoeckler: Add example library info file for testing purposes. #719896 by tstoeckler, sun: Documentation clean-up and tests improvement. #542940 by sun: Added initial Drush integration file. #719896 by tstoeckler, sun: Improved library detection and library loading. #855050 by Gábor Hojtsy: Avoid call-time pass by reference in libraries_detect(). #719896 by tstoeckler, sun: Added starting point for hook_libraries_info(). Libraries 7.x-1.x, xxxx-xx-xx ----------------------------- Libraries 7.x-1.0, 2010-01-27 ----------------------------- #743522 by sun: Ported to D7. Libraries 6.x-1.0, 2010-01-27 ----------------------------- #1028744 by tstoeckler: Code clean-up. #496732 by tstoeckler, robphillips: Allow placing libraries in root directory. Libraries 6.x-1.0-ALPHA1, 2009-12-30 ------------------------------------ #480440 by markus_petrux: Fixed base_path() not applied to default library path. #320562 by sun: Added basic functions.