Install
Works with Drupal: ^9.4 || ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
48.62 KB
MD5: f36c8445ca9deab92aa7b1c5ab017df8
SHA-1: c4be2ab0432c7f98aa7a953a209d946b1792cf86
SHA-256: 3d96cc5c698978fd4dc285d73a9661351ed2dbdddcc06003e52119e25a6e9a10
Download zip
74.21 KB
MD5: 155208370b86c7da536db3573267f93f
SHA-1: 403c8184913ee2f16823f7aad947014abc52b4bb
SHA-256: 3484cbd27baf1e74af1ea116aa7178e7a5dbaf409bf74d226459ea4ae9912088
Release notes
This version contains breaking changes:
- OrangeDamApi::getContent(): removed in favor of queueContent()
- OrangeDamApi::getKeywords() now only returns keywords and does not queue them.
If you have code that calls these functions, you will need to adapt your code in order to use version 2.
Other changes:
Feature: Issue #3439306 by apotek: Provide public method to retrieve content data without queuing it.
Feature: Issue #3440353 by apotek, markdorison: Allow dynamic configuration/overrides for content item requests from OrangeDamApi.
Feature: Issue #3441899 by apotek: Make OrangeDamApi::getKeywords a pure get function