diff --git a/CHANGELOG.md b/CHANGELOG.md index 81c3f65..1785d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ -# 1.0.0 # +# Changelog -## Functionalities ## +## 3.0.0 -* Clone product model - - -# 1.1.0 # +* Add support for Akeneo 3.0 (LTS) -## Functionalities ## +## 1.1.0 * Clone products and variation products +## 1.0.0 + +* Clone product model diff --git a/README.md b/README.md index d5708fa..30b1806 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Flagbit ProductClonerBundle for Akeneo PIM [![Build Status](https://img.shields.io/travis/flagbit/akeneo-product-cloner/master.svg?style=flat-square)](https://travis-ci.org/flagbit/akeneo-product-cloner?branch=master) +[![Total Downloads](https://poser.pugx.org/flagbit/product-cloner-bundle/downloads?format=flat-square)](https://packagist.org/packages/flagbit/product-cloner-bundle) +[![Quality Score](https://img.shields.io/scrutinizer/g/flagbit/akeneo-product-cloner.svg?style=flat-square)](https://scrutinizer-ci.com/g/Flagbit/akeneo-product-cloner) [![Packagist Version](https://img.shields.io/packagist/v/flagbit/product-cloner-bundle.svg?style=flat-square)](https://packagist.org/packages/flagbit/product-cloner-bundle) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) @@ -71,6 +73,12 @@ After clicking on **clone** you will see this **dialog**: Put in a new **product code** and click on **save**. After that check if all the data is correct for the new product. +## Akeneo Compatibility ## + +This extension supports the latest Akeneo PIM CE/EE stable versions: + +* 3.0 and 2.3 (LTS) + ## License ## The TableAttributeBundle is licensed under the MIT License - see the [LICENSE](LICENSE) file for details