Skip to content

Commit

Permalink
Preparing version 2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocquard committed Mar 29, 2018
1 parent 7ceb97f commit ecda38b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG-2.0.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 2.0.20 (2018-03-29)

## Bug fixes

- PIM-7240: Add subscriber to clear the cache between each job step batch
- PIM-7257: Add missing translations in product grid
- PIM-7241: Fix memory consumption issue when archiving an import file
- PIM-7256: Add missing filters on product group grid
- PIM-6945: Fix missing header elements on identifier attribute edit form
- PIM-7259: Remove only attribute's option removed for multi select attribute

# 2.0.19 (2018-03-23)

## Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion app/config/pim_parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ parameters:

# Files used as configuration for the Elasticsearch index
elasticsearch_index_configuration_files:
- '%kernel.root_dir%/../vendor/akeneo/pim-community-dev/src/Pim/Bundle/CatalogBundle/Resources/elasticsearch/index_configuration.yml'
- '%kernel.root_dir%/../src/Pim/Bundle/CatalogBundle/Resources/elasticsearch/index_configuration.yml'
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.0.x-dev@dev"
"akeneo/pim-community-dev": "~2.0.20"
},
"require-dev": {
"doctrine/migrations": "1.5.0",
Expand Down

0 comments on commit ecda38b

Please sign in to comment.