Skip to content

Commit

Permalink
Updated code for release 3.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitalgolia committed Aug 21, 2023
1 parent a98dd6d commit f691a26
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# CHANGE LOG

## 3.10.6

### Bug Fixes
- Replaced referenceBlock by referenceContainer following Magento best practices.

## 3.10.5

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
Algolia Search for Magento 2
============================

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

![PHP](https://img.shields.io/badge/PHP-8.2%2C8.1%2C7.4-blue)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -3,7 +3,7 @@
"description": "Algolia Search integration for Magento 2",
"type": "magento2-module",
"license": ["MIT"],
"version": "3.10.5",
"version": "3.10.6",
"require": {
"magento/framework": "~102.0|~103.0",
"algolia/algoliasearch-client-php": "3.2",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
@@ -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.10.5">
<module name="Algolia_AlgoliaSearch" setup_version="3.10.6">
<sequence>
<module name="Magento_Theme"/>
<module name="Magento_Backend"/>
Expand Down

0 comments on commit f691a26

Please sign in to comment.