Skip to content

Commit 43939eb

Browse files
authored
Merge pull request #1674 from algolia/feat/MAGE-1179-3.14.4-release
MAGE-1179: update extension for 3.14.4 release
2 parents 72af00d + f1f303e commit 43939eb

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# CHANGE LOG
22

3+
## 3.14.4
4+
5+
### Features
6+
- Added a feature to enable automatic price indexing on the Advanced section of the configuration (This feature should help alleviate issues where missing pricing records prevent Algolia from being able to index products.)
7+
8+
### Updates
9+
- Updated `getCookie` method to make it more consistent
10+
- Removed dependency to `catalog_product_price` indexer
11+
12+
### Bug Fixes
13+
- Fixed a bug where the Landing Page Builder was crashing on save with customer group pricing was enabled.
14+
- Fixed issue where Insights information wasn't kept on the url after clicking "add to cart" on PLP powered by InstantSearch
15+
- Fixed a bug where synonyms were unintentionally duplicated on the Algolia dashboard
16+
317
## 3.14.3
418

519
### Updates

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Algolia Search & Discovery extension for Magento 2
22
==================================================
33

4-
![Latest version](https://img.shields.io/badge/latest-3.14.3-green)
4+
![Latest version](https://img.shields.io/badge/latest-3.14.4-green)
55
![Magento 2](https://img.shields.io/badge/Magento-2.4.x-orange)
66

77
![PHP](https://img.shields.io/badge/PHP-8.1%2C8.2%2C8.3-blue)

composer.json

+1-1
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.3",
6+
"version": "3.14.4",
77
"require": {
88
"php": "~8.1|~8.2|~8.3",
99
"magento/framework": "~103.0",

etc/module.xml

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

0 commit comments

Comments
 (0)