Install
Works with Drupal: ^9.4.15 || ^10Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
4.75 MB
MD5: 69d73ba7d1769053dba14dcd713dc73c
SHA-1: 508448f76733ed6536b39193269a2f3c5f03f787
SHA-256: b0a1f67df23a819de61d396fcd1d03fb56cf1a9f72f9368e007318b4677ecb78
Download zip
5.4 MB
MD5: 14323cf5087102f12db47d6e445d8f84
SHA-1: d6bb23f870bae5c3fc2382847cafd40caa4eef63
SHA-256: 41bc2e88520d0eeafcad7226d14279b54e0e168df2471ab2fc6c5aa75f05bc86
Release notes
New feature: Manual Export Mode
This feature provides capability for a publisher to have two export modes: automatic or manual. Automatic would be the current behaviour, and manual would require a manual action (via UI View) to add the entity to the export queue. Acquia ContentHub Export Tracker view is available under /admin/content/ach_export_tracker.
- Skipping depcalc cache invalidation for entities on subscriber sites.
- Test coverage for export - import process with optional config syndication.
- Removed unnecessary event service logging during import/export.
- Configured gitlab pipeline .
- Fixed array_walk error in ach-rs command.
- Fixed error in webhook request when there's no payload.
- Added primary key to export and import tracking tables.
- Reinstated old unsubscribe functionality for backward compatibility.
- Performance improvements - DeleteAssets in terms of interest list outbound requests.
- Added null check before fetching user role entity.
- Remove outdated docs directory.
- In drush ach-rs, table column labels for UUID and Client Name are fixed.
- Added ach-webhook-list drush command.
- Fixed phpunit deprecations.
- Added php 8.3 compatibility.
- Updated code with Php coding standards.
- Checking body field of blocks during stub-cleanup.
-
- Publisher Dashboard:
- Fixed bug in filter creation and deletion.
- Vocabulary names added to Tags in filters.
- Fixed overlapping table headers.
- Fixed bug in site role assignment on connected sites.