3.2.1
December 2, 2024
Compatibility Adobe Commerce versions 2.4.4 and newer
- Added the HIPAA-ready extension to Data Connection so merchants can share Commerce back office event data with Experience Platform and maintain HIPAA compliance.
- Fixed an issue where the Data Connection extension was overwriting eventForwarding
data and setting the HIPAA
flag for all customers. Now the extension only sets the flag for HIPAA customers.
3.2.0
October 7, 2024
Compatibility Adobe Commerce versions 2.4.4 and newer
- Added ability to create custom order attributes to back office data.
- Added new Custom Order Attributes table to help you view any custom attributes configured in Commerce and sent to Experience Platform.
- Added ability to collect and send profile records and data to Experience Platform.
3.2.0-beta3
August 27, 2024
Compatibility Adobe Commerce versions 2.4.4 and newer
- If you are participating in the beta, make sure your composer.json
file has the following on the root level: "minimum-stability": "beta"
. Also, add composer require "magento/customers-connector: ^1.2.0"
to send customer profiles from your Commerce instance to SaaS.
- This release contains the patches released in 3.1.1, 3.1.2, 3.1.3, and 3.1.4.
3.1.4
August 9, 2024
Compatibility Adobe Commerce versions 2.4.4 and newer
- Updated the experience-platform-connector
metapackage to remove additional unused data exporters and indexers.
3.1.3
July 22, 2024
Compatibility Adobe Commerce versions 2.4.4 and newer
- Updated the experience-platform-connector
metapackage to remove unused data exporters and indexers.
3.1.2
June 5, 2024
Compatibility Adobe Commerce versions 2.4.4 and newer
- Fixed an issue where the wrong date format was being used when initiating a historical sync.
- Fixed an issue where the startCheckout event was not being sent on Adobe Commerce 2.4.7.
3.1.1
April 4, 2024
Compatibility Adobe Commerce versions 2.4.4 and newer
- Added support for PHP 8.3 for all Data Connection extensions.
- Added article about how to integrate the Adobe Experience Platform Mobile SDK with Commerce.
3.2.0-beta2
March 4, 2024
Compatibility Adobe Commerce versions 2.4.4 and newer
- If you are participating in the beta, make sure your composer.json
file has the following on the root level: "minimum-stability": "beta"
. Also, add composer require "magento/customers-connector: ^1.2.0"
to send customer profiles from your Commerce instance to SaaS.
- Added ability to add custom attributes.
- Added ability to collect and send profile records and data to Experience Platform.
3.1.0
November 16, 2023
Compatibility Adobe Commerce versions 2.4.4 and newer
- The Experience Platform connector has been renamed to Data Connection.
- Added ability to log error response if Adobe IMS cannot generate the access token.
- Added a notification message if you attempt to sync Historical Orders but have not specified account credentials.
3.0.0
October 10, 2023
Compatibility Adobe Commerce versions 2.4.4 and newer
This is a major version release. Edit your project’s root composer.json file.
- General availability to send historical order data and status to the Experience Platform.
- Added support for OAuth 2.0 when you configure the Data Connection extension.
- Ended support for Adobe Commerce 2.4.3.
2.3.0
June 27, 2023
Supported Adobe Commerce versions 2.4.3 and newer
- Added ability to turn off sending storefront events to the Experience Platform.
- Updated Content Security Policy configurations.
- Fixed support for back office events on Commerce 2.4.7 version.
- Added a notification message about cache invalidation when you save changes to the Data Connection extension form.
3.0.0-beta1 (internal only)
June 13, 2023
Supported Adobe Commerce versions 2.4.3 and newer
- (Beta) Added ability to send historical order data and status to the Experience Platform.
2.2.0
March 30, 2023
Supported Adobe Commerce versions 2.4.3 and newer
- Bundled the commerce-data-export
and saas-export
dependencies with the experience-platform-connector
extension. Previously, you had to install these dependencies separately. These dependencies, along with merchant configuration, enables server-side processing of back office events.
- Added new back office event called orderShipmentCompleted
.
2.1.1
February 28, 2023
Supported Adobe Commerce versions 2.4.3 and newer
- Added support for PHP 8.2 for all Data Connection extensions.
2.1.0
January 17, 2023
Supported Adobe Commerce versions 2.4.3 and newer
- Updated the Data Connection extension Admin so you can specify your own AEP Web SDK (alloy).
Changed to using identityMap
instead of personID
when setting the primary identity for any data pushed to the edge.
2.0.1
November 10, 2022
Supported Adobe Commerce versions 2.4.3 and newer
- Now the Adobe Experience Platform context is set only after the Storefront Event Collector and Storefront Event SDK are successfully loaded.
2.0.0
October 12, 2022
Supported Adobe Commerce versions 2.4.3 and newer
- Added ability to specify your own AEP Web SDK when connecting your Adobe Commerce instance to the Experience Platform.
- Updated datastream scope requirement so that datastream IDs must be scoped to the website rather than storeview.
1.0.0
August 9, 2022
Supported Adobe Commerce versions 2.4.3 and newer
- General availability release.