- Tested under PHP 7
- Thoroughly tested under GovCMS 7.x
- An example sub-module that automatically creates book parent (publication) and book (publication section) pages so you don't have set them up yourself.
- Entity reference support
- Workbench support
- Content administrators can specify the language of imported pages if locale module is enabled
- Anchor reference links are re-established using aliased URLs when they are available
- Some other minor bug fixes and improvements
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.