Skip to content

Commit

Permalink
Update change log & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannu Pölönen committed Oct 22, 2019
1 parent 5e7e99f commit 11f12a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

### 4.0.0-rc2 (pre-release)
* Add null checks for product data before trying to unserialize the data
* Check the memory consumption in indexers and exit gracefully if the process starts to run out of PHP memory limit
* Improve the error handling in product data generation

### 4.0.0-rc1 (pre-release)
* Introduce cache for Nosto product data to speedup the product tagging added to the product pages
* Introduce Nosto product data change detection to avoid redundant API calls to Nosto
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.0.0-rc1",
"version": "4.0.0-rc2",
"require-dev": {
"php": ">=7.1.0",
"phan/phan": "0.8.8",
Expand Down
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="4.0.0-rc1"/>
<module name="Nosto_Tagging" setup_version="4.0.0-rc2"/>
</config>

0 comments on commit 11f12a6

Please sign in to comment.