2 Libraries 7.x-2.x, xxxx-xx-xx
3 -----------------------------
4 #1449346 by tstoeckler, sun: Clean-up libraries.test
7 Libraries 7.x-2.0-alpha2, 2011-12-15
8 ------------------------------------
9 #1299076 by tstoeckler: Improve testing of JS, CSS, and PHP files.
10 #1347214 by rfay: Improve update function 7200.
11 #1323530 by tstoeckler: Document libraries_get_version() pattern matching.
12 #1325524 by sun, Rob Loach, tstoeckler: Statically cache libraries_detect().
13 #1321372 by Rob Loach: Provide a 'post-load' callback group.
14 #1205854 by tstoeckler, sun: Test library caching.
17 Libraries 7.x-2.0-ALPHA1, 2011-10-01
18 ------------------------------------
19 #1268342 by tstoeckler: Clean up drush libraries-list command.
20 #962214 by tstoeckler, sun: Add support for library dependencies.
21 #1224838 by sun, mjpa: Fix library path not being prepended to JS/CSS files.
22 #1023258 by tstoeckler: Make 'files' consistently keyed by filename.
23 #958162 by sun, tstoeckler: Add pre-detect callback group.
24 #958162 by sun, tstoeckler: Make tests debuggable and provide libraries_info_defaults().
25 #961476 by tstoeckler: Changed libraries_get_path() to return FALSE by default.
26 #958162 by tstoeckler, sun, good_man: Allow to apply callbacks to libraries.
27 #1125904 by tstoeckler, boombatower: Fix drush libraries-list.
28 #1050076 by tstoeckler: Re-utilize libraries_detect() and remove libraries_detect_library().
29 #466090 by tstoeckler: Add update function.
30 #466090 by tstoeckler: Allow cache to be flushed.
31 #466090 by tstoeckler, sun: Cache library information.
32 #1064008 by tstoeckler, bfroehle: Fix outdated API examples in libraries.api.php.
33 #1028744 by tstoeckler: Code clean-up.
34 #1023322 by tstoeckler, sun: Fixed libraries shouldn't be loaded multiple times.
35 #1024080 by hswong3i, tstoeckler: Fixed installation profile retrieval.
36 #995988 by good_man: Wrong default install profile.
37 #975498 by Gábor Hojtsy: Update JS/CSS-loading to new drupal_add_js/css() API.
38 #958162 by tsteoeckler, sun: Consistent variable naming.
39 #924130 by aaronbauman: Fixed libraries_get_path() should use drupal_static().
40 #958162 by tstoeckler, sun: Code clean-up, tests revamp, more robust loading.
41 #919632 by tstoeckler, sun: Allow library information to be stored in info files.
42 by sun: Fixed testbot breaks upon directory name/info file name mismatch.
43 #864376 by tstoeckler, sun: Code-cleanup, allow hard-coded 'version'.
44 #939174 by sun, tstoeckler: Rename example.info to libraries_example.info.
45 by sun: Fixed testbot breaks upon .info file without .module file.
46 #542940 by tstoeckler, sun: Add libraries-list command.
47 #919632 by tstoeckler: Add example library info file for testing purposes.
48 #719896 by tstoeckler, sun: Documentation clean-up and tests improvement.
49 #542940 by sun: Added initial Drush integration file.
50 #719896 by tstoeckler, sun: Improved library detection and library loading.
51 #855050 by Gábor Hojtsy: Avoid call-time pass by reference in libraries_detect().
52 #719896 by tstoeckler, sun: Added starting point for hook_libraries_info().
55 Libraries 7.x-1.x, xxxx-xx-xx
56 -----------------------------
59 Libraries 7.x-1.0, 2010-01-27
60 -----------------------------
61 #743522 by sun: Ported to D7.
64 Libraries 6.x-1.0, 2010-01-27
65 -----------------------------
66 #1028744 by tstoeckler: Code clean-up.
67 #496732 by tstoeckler, robphillips: Allow placing libraries in root directory.
70 Libraries 6.x-1.0-ALPHA1, 2009-12-30
71 ------------------------------------
72 #480440 by markus_petrux: Fixed base_path() not applied to default library path.
73 #320562 by sun: Added basic functions.