Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
34.17 KB
MD5: 904ab8b8d241a2ca0c43125827fe9cb7
SHA-1: ca879b8f9f114dcf64ace535515f63efd05ca08a
SHA-256: ddc36220258305aa410b9f05761935dd7cc4158f5c4d0a539cc9d933649afec6
Download zip
44.14 KB
MD5: ef09a0955f9524e6df3d41b36f2c8604
SHA-1: aae51dcb2f2beade01db4ef060455b379a5dd75e
SHA-256: 2aff42acd34f84bc739a4bafbd58333cd2a29c3f1d139743d53e9601ee145ddd
Release notes
Bugfix release. Please also update the Entity API module to the most recent stable version.
Changes since 7.x-2.1:
- #2101361 by maximilianmikus, fago: Fixed HTTP Basic auth headers not supported by Apache FastCGI.
- #2053147 by btopro, heddn: Allow for custom meta controls in restws_meta_controls().
- #2206775 by dasjo: Use entity_type instead of resource name for entity queries.
- #2206661 by dasjo, fago: Add resourceController as parameter for hook_restws_response_alter.
- Check whether an entity type supports UUID module before using it.
- #2208745 by fago: API change: static RestWSBaseFormat methods cannot be overridden.
- #2237879 by klausi: Remove custom restws_entity_node_access() hack.
- #2207775 by mr.baileys, fago: Fixed Avoid 404 for queries without results.
- #2284355 by mr.baileys: DRY: refactor request termination code into its own function.
- #1697558 by mr.baileys: Properly document and implement "menu_path".