Skip to content

Commit

Permalink
Merge pull request #1190 from algolia/develop
Browse files Browse the repository at this point in the history
Bring updates from develop for release v3.3.1
  • Loading branch information
rakesh-algolia authored May 19, 2022
2 parents 478c552 + 2a144d6 commit 5440bb2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGE LOG

## 3.3.1

### UPDATES
- Updated to support Guzzle Http version with 6.3 and 7.4 for compatibility with Magento 2.4.x (#1187)

## 3.3.0

### UPDATES
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Algolia Search for Magento 2
==================

![Latest version](https://img.shields.io/badge/latest-3.3.0-green.svg)
![Magento 2](https://img.shields.io/badge/Magento-%32.3,%202.4-blue.svg)
![Latest version](https://img.shields.io/badge/latest-3.3.1-green
)
![Magento 2](https://img.shields.io/badge/Magento-2.4.x-orange)

![PHP](https://img.shields.io/badge/PHP-7.3,7.4-blue)

[![CircleCI](https://circleci.com/gh/algolia/algoliasearch-magento-2/tree/master.svg?style=svg)](https://circleci.com/gh/algolia/algoliasearch-magento-2/tree/master)

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"description": "Algolia Search integration for Magento 2",
"type": "magento2-module",
"license": ["MIT"],
"version": "3.3.0",
"version": "3.3.1",
"require": {
"magento/framework": "~102.0|~103.0",
"algolia/algoliasearch-client-php": "^2.4",
"guzzlehttp/guzzle": "^7.3.0",
"guzzlehttp/guzzle": "^6.3.3|^7.3.0",
"ext-json": "*",
"ext-PDO": "*",
"ext-mbstring": "*",
"ext-dom": "*"
},
"suggest": {
"algolia/algoliasearch-inventory-magento-2": "Algolia Search Inventory module for Magento 2.3.x and Algolia Search 1.12+ extension"
"algolia/algoliasearch-inventory-magento-2": "Algolia Search Inventory module for Magento 2.3.x,2.4.x and Algolia Search 1.12+ extension"
},
"repositories": [
{
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.3.0">
<module name="Algolia_AlgoliaSearch" setup_version="3.3.1">
<sequence>
<module name="Magento_Theme"/>
<module name="Magento_Backend"/>
Expand Down

0 comments on commit 5440bb2

Please sign in to comment.