Install
Works with Drupal: >=8.9 <11.0.0-stableUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
301.52 KB
MD5: c833798dc640d3681ed402cac03d0b0b
SHA-1: 8687706046ac0a0735fb87a83d19b95c29ab5b0b
SHA-256: 428c872c17792545cd8982faefb4744c05ecafa0b682079cabc28a97c6efb8d3
Download zip
332.49 KB
MD5: ba05927f9e01be5a1d86aa0671855198
SHA-1: 2fd289e2f42cc2760a3129e6442e68871ba6667f
SHA-256: 1ba7912598f0e459812007cb7cac1579d8ff2783c63831f70b570cd3a1fed54e
Release notes
This is an important update to Acquia Connector, as it removes the calls to the now EOL Insight Service.
If you have any custom code that sent or retrieved data from Acquia insight, you will see errors pop up in your logs now. Otherwise, if you're using the module in a stock format (most customers), this release will fix the following
* Errors during cron sending to Acquia SPI
* Errors when trying to register a site
This version also introduces support for Drupal 10 and PHP 8.1. It is likely the last version to support Drupal 8. (8.9)
All changes since 3.0.4:
- Remove remaining SPI call code and tests (#178)
- Issue #3285589 by murilohp, Drews_man: PHP8.1 - Promo DSM message is being displayed on acquia_connector pages and preg_match deprecation error
- DIT-473: Add message for Code Studio Reviews.
- Drupal 10 readiness.
- DIT-445: add and update files. (#159)
- Update tests to PHP 7.4 as minimum.