libraries 4.0.0

Bug fixes
New features

Init Drupal 10 release

Removed tests, that were created for deprecated functions

libraries 4.0.x-dev

Bug fixes
New features

Copy of 8.x-3.x, switched to semantic versioning

Applied Drupal 10 work from https://www.drupal.org/project/libraries/issues/3297522

libraries 8.x-3.0-alpha3

Bug fixes
New features

Replace more deprecated API calls. see commit: https://git.drupalcode.org/project/libraries/-/commit/1fc92c06a1cedefc81...
it was actually joseph.olstad that did this commit above not padarok but alas, it's all good.

Adds Drupal 9 support, big thanks to @padorok , I basically cloned his fixed copy of libraries and pushed it up. This wasn't enough, so I am following up with alpha3 which fixes the remaining deprecated call issues for libraries.

libraries 8.x-3.0-alpha2

Bug fixes
New features

Adds Drupal 9 support, big thanks to @padorok , I basically cloned his fixed copy of libraries and pushed it up.

libraries 7.x-2.5

Bug fixes

New to 7.x-2.5 - Regression fixes related to changes brought in with 7.x-2.4 (only affected some installs, should be resolved with this release):

libraries 7.x-2.4

Bug fixes
New features

Improve support for PHP 7.x.x including 7.1.x and 7.2.x and other fixes and optimizations.

libraries 8.x-3.0-alpha1

New features

This is the first alpha release of this module for Drupal 8.

The API has not yet been stabilized and the module is still in a very unfinished state in general, but since people are using it and for exmaple Thunder depends on it, this alpha at least gives people a stable version to work from.

libraries 7.x-2.3

Bug fixes
New features

This brings contains a number of fixes including a couple new features.

Downloading libraries

Most prominently, Libraries API now has support for downloading external libraries for you using Drush. In particular, there is now a drush libraries-download command. In order to support this, libraries need to provide a download file url in their metadata. See hook_libraries_info() for more information.

libraries 7.x-2.2

Bug fixes
New features

Please note that you need to clear caches after applying this update!

The most important change of this release is that theme-provided library information now actually works. Themes can implement hook_libraries_info() in their template.php just like modules. This supposedly worked in 7.x-2.1 already but did not work correctly.

libraries 7.x-2.1

New features

This is a minor update with two new features. It is fully backwards-compatible with version 7.x-2.0.

Be sure, however, to run update.php (as always)!

libraries 8.x-3.x-dev

New features

This is the development branch for the 8.x-3.x version.

Passes tests with D8 core as of 09/05/12.

libraries 7.x-3.x-dev

New features

This is the development version of the 7.x-3.x branch.

libraries 7.x-2.0

New features

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.

libraries 7.x-2.0-alpha1

New features

This is the first alpha release of the 2.x branch of Libraries API.
You can do a lot more than libraries_get_path() now, see the libraries.api.php file now shipped with the module. A lot is still unfinished and in flux, but if your use-case is not supported by our API yet, we hope to see you in our issue queue!

libraries 6.x-1.0

Changes since DRUPAL-6--1-0-ALPHA1:

  • #496732 by tstoeckler, robphillips: Allow placing libraries in root directory.
  • #1028744 by tstoeckler: Code clean-up.

libraries 7.x-1.0

Same as 6.x-1.0, just for Drupal 7.

Changes since DRUPAL-6--1-0-ALPHA1:

  • #743522 by sun: Ported to D7.
  • #496732 by tstoeckler, robphillips: Allow placing libraries in root directory.
  • #1028744 by tstoeckler: Code clean-up.
Subscribe with RSS Subscribe to Releases for Libraries API