Install
Works with Drupal: ^8.8 || ^9Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
Updates the module to use the 1.0 version of the Patreon API. This includes a lot of breaking changes to the underlying functionality. The API Service's fetch function have been updated to correctly return an array, although the structure of this may have changed. However if you are implementing custom code you will need to make changes. The custom Bridge entity has also been removed as all the work is now done within the service.
For more information on changes in the v1.0 version of the API, please see https://github.com/Patreon/patreon-php/blob/master/CHANGELOG.md .
Due to changes in the way that the API returns data, it is now longer possible to obtain the individual labels for the tiers patrons have subscribed at on Patreon. The Patreon Entity module has been removed as it only provided a very low level of functionality and required significant upkeep: similar functionality can be provided with a basic node and some access hooks.