Skip to content

Commit 1a49fd8

Browse files
authored
Merge pull request #1576 from algolia/feature/MAGE-962
Feature/mage 962
2 parents 9122d44 + 33d5e74 commit 1a49fd8

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# CHANGE LOG
22

3+
## 3.14.0
4+
5+
GA release
6+
7+
- New PHP API client (v4) under the hood for communicating with Algolia
8+
- Authenticated user tokens now utilized for backend and frontend events to track entire customer journey
9+
- Revenue data now sent with all events including application of Magento specific discounts such as catalog price rules and customer group pricing
10+
- Support for event subtypes allowing the capture of conversion data for both "Add to cart" and "Place order" events
11+
- Increased protection of PII in the event data
12+
- Introduced new admin groups to InstantSearch for improved UX
13+
- Updated `ConfigHelper` to use new paths
14+
- Added data patch to migrate old configurations
15+
- Bugfix for query rule disable on facets with new admin groupings
16+
- Added new sorting admin option via source model
17+
- Added derived virtual replica enablement to `ConfigHelper` based on `ArraySerialized`
18+
- Intro’d simplified data structures to avoid array diff mismatches
19+
- Intro’d new `ReplicaManager` abstraction to map Magento sorting to Algolia replica configuration
20+
- Removed dependencies in backend models to handle replica config updates in Algolia addressing stale data
21+
- Added `ReplicaState` registry for tracking changes to sorting configuration to minimize number of replica build operations
22+
- Added logic to preserve replicas created outside of Magento such as Merchandising Studio "sorting strategies"
23+
- Introduced PHP 8 constructor property promotion on affected classes
24+
- Added stronger typing to affected classes and methods
25+
- Added Looking Similar recommendations
26+
27+
### Bug fixes:
28+
- Fixed issue with how Algolia extension handles end user consent for allowing cookies
29+
- Improved handling of user tokens across insights events and corresponding queries
30+
331
## 3.14.0-beta.2
432

533
### Updates

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Algolia Search & Discovery extension for Magento 2",
44
"type": "magento2-module",
55
"license": ["MIT"],
6-
"version": "3.14.0-beta.2",
6+
"version": "3.14.0",
77
"require": {
88
"php": "~8.1|~8.2|~8.3",
99
"magento/framework": "~103.0",

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="Algolia_AlgoliaSearch" setup_version="3.14.0-beta.2">
3+
<module name="Algolia_AlgoliaSearch" setup_version="3.14.0">
44
<sequence>
55
<module name="Magento_Theme"/>
66
<module name="Magento_Backend"/>

0 commit comments

Comments
 (0)