libraries_cdn 7.x-1.7

Bug fixes
New features

WARNING

To have a working tests system in this release, some classes has been renamed.
You will need to rebuild the registry to get it working.

libraries_cdn 7.x-1.6

Bug fixes
New features

Features

  • Add a method formatData() that formats the results so we can unify almost all methods in the base object.
  • Update code to handle the configuration option properly.
  • It's now possible to pass arguments to the drupal_http_query() function by adding a array keyed with 'request' in the cdn options array of hook_libraries_info().
  • Fix performance bug in hook_libraries_info_alter().
  • Add methods getScheme() and setScheme().

Bug fixes

  • Fix performance bug in hook_libraries_info_alter().

libraries_cdn 7.x-1.5

Bug fixes
New features
  • Add hook_cron to download libraries when cron is running.
  • Added the keyword '*' in the ['cdn']['download']['plugins'] array to download the versions of a library in each available CDN plugins.
  • More documentation and cleanup.
  • Replace method request() with query() to isolate the call to drupal_http_request().

libraries_cdn 7.x-1.4

Bug fixes
New features

Add more documentation and cleanup.
Updated README and module page.
Add a 'download' option key to let you download and use a library locally, cloned from the CDN.
Add function libraries_cdn_add to easy add a library from a CDN to a page.
Fix bug in CDNJS.

libraries_cdn 7.x-1.2

New features

Add LibrariesCDN::search() and LibrariesCDN::find() methods. Update README and documentation.

libraries_cdn 7.x-1.1

Bug fixes

Remove scheme from generated urls so it doesn't raise an error when loading on HTTPS.

Subscribe with RSS Subscribe to Releases for Libraries CDN API