Skip to content

Commit 5440bb2

Browse files
Merge pull request #1190 from algolia/develop
Bring updates from develop for release v3.3.1
2 parents 478c552 + 2a144d6 commit 5440bb2

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

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

3+
## 3.3.1
4+
5+
### UPDATES
6+
- Updated to support Guzzle Http version with 6.3 and 7.4 for compatibility with Magento 2.4.x (#1187)
7+
38
## 3.3.0
49

510
### UPDATES

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
Algolia Search for Magento 2
22
==================
33

4-
![Latest version](https://img.shields.io/badge/latest-3.3.0-green.svg)
5-
![Magento 2](https://img.shields.io/badge/Magento-%32.3,%202.4-blue.svg)
4+
![Latest version](https://img.shields.io/badge/latest-3.3.1-green
5+
)
6+
![Magento 2](https://img.shields.io/badge/Magento-2.4.x-orange)
7+
8+
![PHP](https://img.shields.io/badge/PHP-7.3,7.4-blue)
69

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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
"description": "Algolia Search integration for Magento 2",
44
"type": "magento2-module",
55
"license": ["MIT"],
6-
"version": "3.3.0",
6+
"version": "3.3.1",
77
"require": {
88
"magento/framework": "~102.0|~103.0",
99
"algolia/algoliasearch-client-php": "^2.4",
10-
"guzzlehttp/guzzle": "^7.3.0",
10+
"guzzlehttp/guzzle": "^6.3.3|^7.3.0",
1111
"ext-json": "*",
1212
"ext-PDO": "*",
1313
"ext-mbstring": "*",
1414
"ext-dom": "*"
1515
},
1616
"suggest": {
17-
"algolia/algoliasearch-inventory-magento-2": "Algolia Search Inventory module for Magento 2.3.x and Algolia Search 1.12+ extension"
17+
"algolia/algoliasearch-inventory-magento-2": "Algolia Search Inventory module for Magento 2.3.x,2.4.x and Algolia Search 1.12+ extension"
1818
},
1919
"repositories": [
2020
{

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="Algolia_AlgoliaSearch" setup_version="3.3.0">
3+
<module name="Algolia_AlgoliaSearch" setup_version="3.3.1">
44
<sequence>
55
<module name="Magento_Theme"/>
66
<module name="Magento_Backend"/>

0 commit comments

Comments
 (0)