Skip to content

Commit

Permalink
Merge pull request #1481 from algolia/develop
Browse files Browse the repository at this point in the history
release/3.13.1
  • Loading branch information
mohitalgolia authored Feb 2, 2024
2 parents 9cc28e3 + db1f4fe commit 3d8906d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGE LOG

## 3.13.1

### Bug Fixes
- Fixed the issue with PHP8.2 compatibility for recommendations on the cart page

## 3.13.0

### Updates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Algolia Search & Discovery extension for Magento 2
==================================================

![Latest version](https://img.shields.io/badge/latest-3.13.0-green)
![Latest version](https://img.shields.io/badge/latest-3.13.1-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
5 changes: 5 additions & 0 deletions ViewModel/Recommend/Cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@

class Cart implements ArgumentInterface
{
/**
* @var StoreManagerInterface
*/
protected $storeManager;

/**
* @var Session
*/
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Algolia Search & Discovery extension for Magento 2",
"type": "magento2-module",
"license": ["MIT"],
"version": "3.13.0",
"version": "3.13.1",
"require": {
"magento/framework": "~102.0|~103.0",
"algolia/algoliasearch-client-php": "3.3.2",
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.13.0">
<module name="Algolia_AlgoliaSearch" setup_version="3.13.1">
<sequence>
<module name="Magento_Theme"/>
<module name="Magento_Backend"/>
Expand Down

0 comments on commit 3d8906d

Please sign in to comment.