Skip to content

Commit bfbf29d

Browse files
committed
MAGE-855 Sync 3.14 beta release with 3.13.3
2 parents 536ffb6 + 63566f3 commit bfbf29d

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

3+
## 3.13.3
4+
5+
### Updates
6+
- Updated CSP whitelist
7+
- Updated code to show current version of AlgoliaSearch extension in Magento admin
8+
- Updated code to make compatible with PHP 7
9+
- Updated code and merged community submitted PRs
10+
- Updated code for consistent auth tokens
11+
- Updated code for Autocomplete highlights
12+
13+
### Bug Fixes
14+
- Fixed issues with Recommend items in mobile view
15+
- Fixed issue related to decompoundedAttributes admin config error
16+
- Fixed issue with Analytics Overview date format bug
17+
18+
319
## 3.13.2
420

521
### Updates

Helper/AlgoliaHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ public function mergeSettings($indexName, $settings, $mergeSettingsFrom = '')
356356
} catch (\Exception $e) {
357357
}
358358

359-
$removes = ['slaves', 'replicas'];
359+
$removes = ['slaves', 'replicas', 'decompoundedAttributes'];
360360

361361
if (isset($settings['attributesToIndex'])) {
362362
$settings['searchableAttributes'] = $settings['attributesToIndex'];

README.md

Lines changed: 1 addition & 1 deletion
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.13.2-green)
4+
![Latest version](https://img.shields.io/badge/latest-3.13.3-green)
55
![Magento 2](https://img.shields.io/badge/Magento-2.4.x-orange)
66

77
![PHP](https://img.shields.io/badge/PHP-8.2%2C8.1%2C7.4-blue)

0 commit comments

Comments
 (0)