-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Damien Carcel
committed
Oct 9, 2015
1 parent
47881c9
commit 2a6d4a4
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
# 1.0 (2015-10-09) | ||
# 1.0.0 (2015-10-09) | ||
## New feature | ||
- Compatible with Akeneo 1.4 | ||
|
||
## BC Breaks | ||
- 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" | ||
|
||
## BC Breaks relative to Akeneo 1.4 | ||
- 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" | ||
|
||
# 0.1 (2015-07-22) | ||
- Initial release |