- Compatible with Akeneo 1.4
- All occurrences of addCategory have been replaced by classify, including AddCategory and add_category
- The setCategory functionality has been replaced by the new unclassify rule
- Change services prefix from "pimee_automatic_classification" to "pimee_classification_rule"
- Use "Akeneo\Component\Classification\Repository\CategoryRepositoryInterface" instead of "Pim\Bundle\CatalogBundle\Repository\CategoryRepositoryInterface"
- Use "Pim\Component\Catalog\Updater\ProductTemplateUpdaterInterface" instead of "Pim\Bundle\CatalogBundle\Updater\ProductTemplateUpdaterInterface"
- Use "Akeneo\Component\StorageUtils\Updater\PropertyCopierInterface" and "Akeneo\Component\StorageUtils\Updater\PropertySetterInterface" instead of "Pim\Bundle\CatalogBundle\Updater\ProductUpdaterInterface"
- Initial release