Skip to content

Commit

Permalink
MAGE-1078: update extension for 3.14.3 release (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
damcou authored Oct 31, 2024
1 parent 4738dc2 commit fd6c4cb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGE LOG

## 3.14.3

### Updates
- Updated PHP client version in the composer file
- Tests: added new integration scenarios including multi-stores ones.

### Bug Fixes
- Fixed landing page typing error
- Improved query method for alternate root categories - Thank you @igorfigueiredogen
- Fixed an error where a missing prefix can throw errors with strong types added to ConfigHelper
- Fixed an error where stale cache data was preventing ranking applied on replica
- Fixed reindexing issue with NeuralSearch
- Tests : Fixed current integration tests

## 3.14.2

### Updates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Algolia Search & Discovery extension for Magento 2
==================================================

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

![PHP](https://img.shields.io/badge/PHP-8.1%2C8.2%2C8.3-blue)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Algolia Search & Discovery extension for Magento 2",
"type": "magento2-module",
"license": ["MIT"],
"version": "3.14.2",
"version": "3.14.3",
"require": {
"php": "~8.1|~8.2|~8.3",
"magento/framework": "~103.0",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Algolia_AlgoliaSearch" setup_version="3.14.2">
<module name="Algolia_AlgoliaSearch" setup_version="3.14.3">
<sequence>
<module name="Magento_Theme"/>
<module name="Magento_Backend"/>
Expand Down

0 comments on commit fd6c4cb

Please sign in to comment.