Skip to content

Commit

Permalink
Preparing version 2.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
rouliane committed Jul 25, 2018
1 parent a76f227 commit 5137ed9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG-2.0.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 2.0.30 (2018-07-25)

## Technical improvements

- PIM-7396: Improve family import performances.

## Bug fixes

- PIM-7452: Fix a memory leak when computing the completeness of all the products of a family.
- PIM-7519 : Fix infinite scroll to see all reference data options when creating a new variant product.

## BC Breaks

- PIM-7396: Changes the service `pim_connector.job.csv_family_import` list of job steps
to replace `@pim_connector.step.csv_family.compute_data_related_to_family_variants` with
`@pim_connector.step.csv_family.compute_data_related_to_family_root_product_models` and `@pim_connector.step.csv_family.compute_data_related_to_family_sub_product_models`
- PIM-7396: Changes the service `pim_connector.job.xlsx_family_import` list of job steps
to replace `@pim_connector.step.xlsx_family.compute_data_related_to_family_variants` with
`@pim_connector.step.xlsx_family.compute_data_related_to_family_root_product_models` and `@pim_connector.step.xlsx_family.compute_data_related_to_family_sub_product_models`

# 2.0.29 (2018-07-04)

## Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
]
},
"require": {
"akeneo/pim-community-dev": "2.0.x-dev@dev"
"akeneo/pim-community-dev": "~2.0.30"
},
"require-dev": {
"doctrine/migrations": "1.5.0",
Expand Down

0 comments on commit 5137ed9

Please sign in to comment.