Skip to content

Commit

Permalink
Merge pull request #1202 from algolia/develop
Browse files Browse the repository at this point in the history
Bring in updates from develop to master for release v3.6.1
  • Loading branch information
rakesh-algolia authored Jun 8, 2022
2 parents 5554a79 + 0d2ab0c commit fba4b78
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
# CHANGE LOG

## 3.6.0
## 3.6.1

### UPDATES
- Implemented DB schema using the Declarative schema(#1196)
- Updated to support the latest released Magento 2.4.4 with PHP 8.1(#1196)
- Updated Algolia Php Client version 2.5.1 to 3.2.0(#1200)

## 3.4.0
## 3.6.0

### UPDATES
- Implemented DB schema using the Declarative schema(#1196)
- Updated to support the latest released Magento 2.4.4 with PHP 8.1(#1196)
- Updated to support Guzzle Http version with 6.3 and 7.4 for compatibility with Magento 2.4.x (#1187)

## 3.3.0

### UPDATES
- Updated to support the latest released Magento 2.4.4 with PHP 7.4 (#1173)
- Updated PHP Unit Integration Test for magento 2.4.4 (#1176)
- Release Notes Automation using github release.yml (#1174)
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Algolia Search for Magento 2
==================

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

![PHP](https://img.shields.io/badge/PHP-7.4%2C8.1-blue)
Expand Down Expand Up @@ -111,11 +111,12 @@ The extension does most of the heavy lifting when it comes to gathering and prep

Depending on the extension version you are using, you could have a different PHP API client version powering the extension's backend functionality.

| Extension Version | API Client Version |
| --- | --- |
| v1.x | [1.28.0](https://github.com/algolia/algoliasearch-client-php/tree/1.28.0) |
| v2.x | [2.5.1](https://github.com/algolia/algoliasearch-client-php/tree/2.5.1) |
| v3.x | [2.5.1](https://github.com/algolia/algoliasearch-client-php/tree/2.5.1) |
| Extension Version | API Client Version |
|-------------------|---------------------------------------------------------------------------|
| v1.x | [1.28.0](https://github.com/algolia/algoliasearch-client-php/tree/1.28.0) |
| v2.x | [2.5.1](https://github.com/algolia/algoliasearch-client-php/tree/2.5.1) |
| v3.x | [2.5.1](https://github.com/algolia/algoliasearch-client-php/tree/2.5.1) |
| v3.6.x | [3.2.0](https://github.com/algolia/algoliasearch-client-php/tree/3.2.0) |

Refer to these docs when customising your Algolia Magento extension backend:
- [Indexing](https://www.algolia.com/doc/integration/magento-2/how-it-works/indexing/)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "Algolia Search integration for Magento 2",
"type": "magento2-module",
"license": ["MIT"],
"version": "3.6.0",
"version": "3.6.1",
"require": {
"magento/framework": "~102.0|~103.0",
"algolia/algoliasearch-client-php": "^2.4",
"algolia/algoliasearch-client-php": "^3.2",
"guzzlehttp/guzzle": "^6.3.3|^7.3.0",
"ext-json": "*",
"ext-PDO": "*",
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.6.0">
<module name="Algolia_AlgoliaSearch" setup_version="3.6.1">
<sequence>
<module name="Magento_Theme"/>
<module name="Magento_Backend"/>
Expand Down

0 comments on commit fba4b78

Please sign in to comment.