Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Commit

Permalink
Version bumps for RC version
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Richardson committed Dec 22, 2015
1 parent 3eb653e commit dcc3200
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Personalised Products for Magento 2

[![Codacy Badge](https://api.codacy.com/project/badge/grade/a3a65aaab04249468edbac783c5ae16d)](https://www.codacy.com/app/steven_4/personalised-products) [![Build Status](https://scrutinizer-ci.com/g/richdynamix/personalised-products/badges/build.png?b=develop)](https://scrutinizer-ci.com/g/richdynamix/personalised-products/build-status/develop) [![Quality Score](https://scrutinizer-ci.com/g/richdynamix/personalised-products/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/richdynamix/personalised-products/build-status/develop) [![Packagist Version](https://img.shields.io/badge/packagist-0.1.1-green.svg)](https://packagist.org/packages/richdynamix/personalised-products#0.1.1)
[![Codacy Badge](https://api.codacy.com/project/badge/grade/a3a65aaab04249468edbac783c5ae16d)](https://www.codacy.com/app/steven_4/personalised-products) [![Build Status](https://scrutinizer-ci.com/g/richdynamix/personalised-products/badges/build.png?b=develop)](https://scrutinizer-ci.com/g/richdynamix/personalised-products/build-status/develop) [![Quality Score](https://scrutinizer-ci.com/g/richdynamix/personalised-products/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/richdynamix/personalised-products/build-status/develop) [![Packagist Version](https://img.shields.io/badge/packagist-0.2.0-green.svg)](https://packagist.org/packages/richdynamix/personalised-products#0.2.0)

Personalised Products is a Magento 2 module that will serve realtime predicted suggestions for product upsells on the product page and complimentary suggestions for cross sells on the basket page. All powered by PredictionIO.

Expand All @@ -14,7 +14,7 @@ Using the two individual prediction engines the module will serve accurate and p
- [PredictionIO](https://prediction.io/ "PredictionIO") +0.9.5
- [Complementary Purchase](https://templates.prediction.io/PredictionIO/template-scala-parallel-complementarypurchase "Complementary Purchase") engine template v0.3.3
- [Similar Product](https://templates.prediction.io/PredictionIO/template-scala-parallel-similarproduct "Similar Product") engine template v0.3.2
- [Magento 2.0](https://www.magentocommerce.com/download, "Magento 2.0")
- [Magento 2.0](https://www.magentocommerce.com/download, "Magento 2.0") Community Edition or Enterprise Edition

## Installation

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": "richdynamix/personalised-products",
"description": "Personalised products module for Magento 2 using PredictionIO Machine Learning",
"type": "magento2-module",
"version": "0.1.1",
"version": "0.2.0",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down

0 comments on commit dcc3200

Please sign in to comment.