Skip to content

Commit

Permalink
Merge pull request #500 from akeneo/2_1_1_5a55ea53d09ee
Browse files Browse the repository at this point in the history
Preparing version 2.1.1
  • Loading branch information
pierallard authored Jan 10, 2018
2 parents d28a45d + c8fe702 commit 2c1138b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG-2.1.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 2.1.1 (2018-01-10)

## Bug fixes

- PIM-7074: Fix label and completeness filters for search

## BC breaks

### Services

- Rename the service `pim_enrich.normalizer.product_model_incomplete_values` to `pim_enrich.normalizer.incomplete_values` because it works not only for product models

### Constructors

- Change the constructor of `Pim\Bundle\EnrichBundle\Normalizer\ProductNormalizer` to add a `Pim\Bundle\EnrichBundle\Normalizer\IncompleteValuesNormalizer` as last argument

# 2.1.0 (2017-12-21)

## Better manage products with variants
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
},
"require": {
"akeneo/pim-community-dev": "2.1.x-dev@dev"
"akeneo/pim-community-dev": "~2.1.1"
},
"require-dev": {
"doctrine/migrations": "1.5.0",
Expand Down

0 comments on commit 2c1138b

Please sign in to comment.