Skip to content

Commit

Permalink
Merge pull request #854 from Nosto/feature/deprecate-message-queue-mysql
Browse files Browse the repository at this point in the history
Feature/deprecate message queue mysql
  • Loading branch information
supercid authored Jun 5, 2024
2 parents cc20c15 + 4806432 commit c7b7e56
Show file tree
Hide file tree
Showing 8 changed files with 255 additions and 242 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

### 7.5.1
* Upgrade SDK to 7.4
* Remove PII information from Order Export
* Query speed-up when building categories
* Crypto utilities now use GCM mode

### 7.5.0
* Add category parent id to tagging and product data

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.5.0",
"version": "7.5.1",
"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": "^7.3",
"nosto/php-sdk": "^7.4",
"laminas/laminas-uri": "*"
},
"repositories": [
Expand Down
Loading

0 comments on commit c7b7e56

Please sign in to comment.