Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
Resource Handling improvements:
- Now handles core image style generated files properly. The only exception is private files (not implemented yet, they probably will end up generated as static public files).
- HTTP headers handling has been greatly improved.
- Core CSS support is fully working (missing JS aggregation through Resource Handling, but still works).
- Proper documentation added.
- Singleton registry is now handled on a per-scheme basis, every schemes that are local files have now their own registry and menu callback (same code shared for all).
- Cleaner API, put the file URI as being centric in the pattern.
- Default File handling improvement (better HTTP headers).
- Full path introspection is based on (local file) scheme and scheme base directory. This allows the design to rely more on Stream Wrappers, and provide a cleaner and shorter code.