Skip to content

Commit d88f7eb

Browse files
authored
Merge pull request #1725 from algolia/feat/MAGE-1228-update-changelog-3.15
MAGE-1228: updated changelog + pin PHP client version
2 parents 373a9cb + 1c9d0be commit d88f7eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
- Fixed a bug where categories highlighting didn't work as expected on PLP powered by InstantSearch
3434
- Fixed a bug where excluded websites weren't taken into account while indexing customer prices on products. (thanks @kamilszewczyk)
3535
- Fixed a bug where full page cache (FPC) didn't work on category pages
36+
- Fixed a bug where credentials errors weren't gracefully handled on the SKU reindexing form
3637

3738
### Breaking Changes
3839
- If you have customized your front end implementation based on the `algoliaBundle` you may need to shim your application accordingly (Full details are shared in [our documentation](https://www.algolia.com/doc/integration/magento-2/troubleshooting/front-end-issues/))

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"require": {
88
"php": "~8.1|~8.2|~8.3",
99
"magento/framework": "~103.0",
10-
"algolia/algoliasearch-client-php": "^4.0",
10+
"algolia/algoliasearch-client-php": "4.18.3",
1111
"guzzlehttp/guzzle": "^6.3.3|^7.3.0",
1212
"ext-json": "*",
1313
"ext-PDO": "*",

0 commit comments

Comments
 (0)