Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Port for drupal 7 Epsilon Harmony Connector module to drupal 8.
Includes:
Epsilon harmony service exposed in D8 to make callbacks more streamlined and convenient.
Added support for 2 new methods (Delete Record & Retrieve Record)
* Entity type based instead of bundle based. As of 2.x, each external entity type is its own entity type.
* Storage client improvements. In 1.x the provided storage settings are independent of the storage client that is chosen. Now each storage client plugin can provide its own configuration.
* Storage clients can now provide a specific implementation for count queries.
* Storage clients now have the possibility to load multiple items at once.
* Various enhancements to mapping field data
Issue #3016920 by deepanker_bhalla: Coding standard
Issue #3015341 by kdebisschop: Content is text/plain but header says it is HTML
Issue #2986602 by dshields: Doesn't work with Language and Redirect modules
Issue #2975043 by Grimreaper, emsearcy: Health check endpoint should be accessible even if in maintenance mode
Issue #2950101 by jrb: Can simplify code to prevent caching
This release contains many changes from the 1.0-alpha1 release that are not backwards compatible. We have decided to create a new theme that aligns with our Apigee integrated developer portal, and use Radix as our base theme.
Campaign Kit 1.0.0-alpha6, 2019-04-11
-------------------------------------
Changes since 1.0.0-alpha4:
- converted all list builders to views
- added Campaign Kit status check "pathauto is enabled"
- added Campaign Kit status check "payment module is enabled and at least one payment plugin is enabled"
- added Campaign Kit status check "Stripe keys are entered"
- hook_cron moved into an event with hook_event_dispatcher
- moved donation form logic to a service
- changed drupal/campaign_kit patch to drupal/payment