Skip to content

Commit

Permalink
Merge pull request #824 from Nosto/bugfix/category-ids-crawler
Browse files Browse the repository at this point in the history
Release 7.2.3 - Fix crawler category ID's
  • Loading branch information
supercid authored Apr 18, 2023
2 parents 7f9abaf + ec74a96 commit 61f4049
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 27 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

### 7.2.3
* Update PHP-SDK to fix an issue that would cause category id's to be removed by the crawler

### 7.2.2
* Fixes an issue with Zend_Validate that would cause the admin to not connect to a Nosto account

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nosto/module-nostotagging",
"description": "Increase your conversion rate and average order value by delivering your customers personalized product recommendations throughout their shopping journey.",
"type": "magento2-module",
"version": "7.2.2",
"version": "7.2.3",
"require-dev": {
"phpmd/phpmd": "^2.5",
"sebastian/phpcpd": "*",
Expand Down Expand Up @@ -41,7 +41,7 @@
"php": ">=7.4.0",
"magento/framework": ">=101.0.6|~104.0",
"ext-json": "*",
"nosto/php-sdk": "^6.2"
"nosto/php-sdk": "6.2.1"
},
"repositories": [
{
Expand Down
43 changes: 19 additions & 24 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
<!--suppress XmlUnboundNsPrefix -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Nosto_Tagging" setup_version="7.2.2"/>
<module name="Nosto_Tagging" setup_version="7.2.3"/>
</config>

0 comments on commit 61f4049

Please sign in to comment.