Skip to content

Commit a639ca1

Browse files
Merge pull request #1179 from algolia/feature/release-preparation
Updated Change log
2 parents e0d4ae6 + 4dc4fcb commit a639ca1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## 3.3.0
4+
5+
### UPDATES
6+
- Updated to support the latest released Magento 2.4.4 with PHP 7.4 (#1173)
7+
- Updated PHP Unit Integration Test for magento 2.4.4 (#1176)
8+
- Release Notes Automation using github release.yml (#1174)
9+
10+
### FIXES
11+
- Fixed the merchandised query on Query Merchandiser to display query-based products for merchandising (#1177)
12+
- Fixed the issue with userToken not being sent to Algolia for the logged-in user for personalisation (#1178)
13+
- Fixed the issue with requirejs not being defined on the swagger (#1172)
14+
15+
### TOOLING
16+
- Update CS fixer with the Version 3 (#1173)
17+
318
## 3.2.0
419

520
### UPDATES

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.2.0">
3+
<module name="Algolia_AlgoliaSearch" setup_version="3.3.0">
44
<sequence>
55
<module name="Magento_Theme"/>
66
<module name="Magento_Backend"/>

0 commit comments

Comments
 (0)