Skip to content

Commit

Permalink
add upgrade notes
Browse files Browse the repository at this point in the history
  • Loading branch information
vitek-rostislav committed Mar 15, 2024
1 parent 3aed0cb commit 43fad0c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions UPGRADE-14.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -1440,6 +1440,15 @@ Follow the instructions in relevant sections, e.g. `shopsys/coding-standards` or
- replace search with SearchInput in search queries in Frontend API ([#3044](https://github.com/shopsys/shopsys/pull/3044))
- in `articlesSearch`, `brandSearch`, `categoriesSearch` and `productsSearch` queries, the `search` argument has been replaced with `searchInput` of type `SearchInput` update your usages of these queries appropriately
- see #project-base-diff to update your project
- add EntityManagerDecorator::getClassMetadata with EntityNameResolver ([#3068](https://github.com/shopsys/shopsys/pull/3068))
- `Shopsys\FrameworkBundle\Model\Category\CategoryRepository::__contruct()` has changed:
```diff
public function __construct(
protected readonly EntityManagerInterface $em,
protected readonly ProductRepository $productRepository,
- EntityNameResolver $entityNameResolver,
```
- see #project-base-diff to update your project

### Storefront

Expand Down

0 comments on commit 43fad0c

Please sign in to comment.