Issue #3189646: Cannot create signup form
Issue #3189471 by sgourebi: Error on API Key form submission
Issue #3200836: Error WSOD after entering API key
Issue #3198899 by tim_dj: Require SDK trough composer and do not include in module code
Issue #3192787: Module refactoring : API v2 & v3 : Break compatibility
- Please use dependency injection in place of static calls to different services like database.
- You should use a constant or configuration for the BASE_URL of the external URL (https://my.sendinblue.com). This should not be hardcoded at multiple places in code.
- sendinblue_page_attachments(): why do you add you admin library to every page? You should only add it on the render array of admin pages?
#Clean module install
#Clean module info
#Replace watchdog by service logger
#Allow markup in Signup forms description
#Replace curl dependency with Drupal httpClient service:
Compatibility with Drupal >8.
This version is not compatible with Drupal versions <8. If you're using Drupal <8, please download our latest 7.x- version.