patreon 4.0.0

New features

First full release supporting Drupal 10. Drupal 8 support has been removed.

This release is a straight copy of the 3.1.x release with the core_version_requirement amended.

patreon 3.1.0

Bug fixes

Last stable release that supports Drupal 8. No further development will be undertaken in the 3.1.x release: any new bugs will need to be recreated in the 4.0.x branch and will be resolved there.

patreon 4.0.x-dev

New features

Updates version requirement to remove Drupal 8, and include Drupal 10.

patreon 3.0.0

Bug fixes

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.

patreon 3.0.0-beta1

New features

Beta release of a major version update for the Drupal 8/9 version of the module. This updates the module to use the Patreon API (v1.0.0).

patreon 8.x-2.0

Bug fixes
New features

Major update to upgrade the version of the Patreon API in use. The returns from the API are now an \Art4\JsonApiClient\Document obtained from the Patreon API. Values can be pulled from the returned results using the bridge method getValueByKey().

patreon 7.x-2.0

Bug fixes
New features

Major update to upgrade the version of the Patreon API in use. The returns from the API are now an \Art4\JsonApiClient\Document obtained from the Patreon API.

The Patreon API library has a dependency on composer, which means that this module must also be installed using composer. You can find instructions for managing a Drupal 7 site using composer at https://www.drupal.org/node/2718229.

patreon 7.x-2.x-dev

Bug fixes
New features

Updates module to use latest version of the Patreon API. Must be installed via composer.

A new PatreonBridge.php entity now exists to provide a bridge between Drupal and the API.
The Drupal functions can be bypassed in favour of direct interaction with this object. A
new instance can be instantiated using the patreon_get_bridge() function.

patreon 8.x-2.x-dev

New features

Development Release.

Brings the version of the Patreon API in use up to the current standard, including handling of the new [art4/json-api-client/Document](https://github.com/Art4/json-api-client/blob/master/docs/objects-documen...) objects for the API's returns.

patreon 7.x-1.3

Bug fixes

#2968640 - Updated patreon_get_token() to accept the callback URL as a variable, and prevent issues where the wrong callback is used.

patreon 8.x-1.0

New features

Full Drupal 8 release of the module.

In line with Drupal 8 standards, the module uses composer to pull in dependencies: after installation, you will need to run composer install if you have not installed via composer. an administrator is required to complete Oauth authentication of the site by registering at https://www.patreon.com/platform/documentation/clients and entering the Client ID and Client Secret into the admin form at /admin/config/services/patreon/settings.

patreon 7.x-1.2

New features

Stable release of sub-modules for logging users in from Patreon, controlling node access by Patreon user status and displaying Patreon Stats as tokens. This should be the last release of the 7.x-1 branch as the next release will hopefully be a port back of the Drupal 8 version of the module, which will introduced improved functionality (and reduce the burden of supporting two entirely different codebases).

patreon 8.x-1.x-dev

New features

Initial commit of a Drupal 8 version of the Patreon API module, which provides functionality to link a Drupal site to the Patreon API.

patreon 7.x-1.1

Bug fixes
New features

Bringing Patreon Single Sign On (patreon_user) module into the main release. Improving functionality or main API module to prevent incidents where the API access token expires silently on the Patreon website, preventing the module from working without feedback.

patreon 7.x-1.0

New features

Initial release. See README.txt for more information.

Subscribe with RSS Subscribe to Releases for Patreon