Skip to content

Commit 9aa9dab

Browse files
committed
MAGE-950: code updated as per code review.
1 parent 5789e79 commit 9aa9dab

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ Try the autocomplete and the instantsearch results page on our [live demo](https
3333

3434
We are happy to announce that version 3.x of our extension is now compatible with Magento 2.4. Review the [Customisation](https://github.com/algolia/algoliasearch-magento-2#customisation) section to learn more about the differences between our extension versions.
3535

36-
| Extension Version | End of Life |
37-
|-------------------| --- |
38-
| v3.13.x | N/A |
39-
| v3.14.x | N/A |
36+
| Extension Version | End of Life | Magento | PHP |
37+
|-------------------| --- |----------| ---------|
38+
| v3.13.x | N/A | `2.4.x` | `^7.2 \|\| ^8.0` |
39+
| v3.14.x | N/A | `2.4.x` | `>=8.1` |
4040

4141
## Documentation
4242

@@ -87,10 +87,10 @@ The extension does most of the heavy lifting when it comes to gathering and prep
8787

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

90-
| Extension Version | API Client Version | PHP | Magento |
91-
|-------------------|------------------------|------------------|-----------|
92-
| v3.13.x | [3.3.2](https://github.com/algolia/algoliasearch-client-php/tree/3.3.2) | `^7.2 \|\| ^8.0` | `2.4.x` |
93-
| v3.14.x | `4.0.x` | `>=8.1` | `2.4.x` |
90+
| Extension Version | API Client Version |
91+
|-------------------|------------------------|
92+
| v3.13.x | [3.3.2](https://github.com/algolia/algoliasearch-client-php/tree/3.3.2) |
93+
| v3.14.x | `4.0.x` |
9494

9595
Refer to these docs when customising your Algolia Magento extension backend:
9696
- [Indexing](https://www.algolia.com/doc/integration/magento-2/how-it-works/indexing/)

0 commit comments

Comments
 (0)