Skip to content

Commit a31eecc

Browse files
committed
Updated changelog
1 parent 612c776 commit a31eecc

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## 3.11.0-beta
4+
5+
### Bug Fixes
6+
- Support for Merch Studio and the Visual Merchandiser.
7+
- Upgraded the Algolia PHP client to version 3.3.2
8+
- Upgraded the Algolia insight 2.6.0
9+
- Preserve facet selections after adding an item to the cart from the PLP
10+
- Fixes related to Neural Search compatibility
11+
312
## 3.10.5
413

514
### Bug Fixes

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Algolia Search integration for Magento 2",
44
"type": "magento2-module",
55
"license": ["MIT"],
6-
"version": "3.10.5",
6+
"version": "3.11.0-beta",
77
"require": {
88
"magento/framework": "~102.0|~103.0",
99
"algolia/algoliasearch-client-php": "3.3.2",

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

0 commit comments

Comments
 (0)