Skip to content

Commit

Permalink
added upgrade notes
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmannmartin committed Oct 30, 2023
1 parent c1d2c8c commit d68fc0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UPGRADE-14.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ Follow the instructions in relevant sections, e.g. `shopsys/coding-standards` or
- see #project-base-diff to update your project
- re-enable phing target cron ([#2875](https://github.com/shopsys/shopsys/pull/2875))
- see #project-base-diff to update your project
- prepare core for dispatch/consume system ([#2907](https://github.com/shopsys/shopsys/pull/2907))
- your custom classes using internal array caching or should be somehow reset between consuming messages should now implement `\Symfony\Contracts\Service\ResetInterface` interface
- method `Shopsys\FrameworkBundle\Model\Product\Pricing\ProductPriceRecalculationScheduler::cleanScheduleForImmediateRecalculation()` has been renamed to `reset()`
- see #project-base-diff to update your project

### Storefront

Expand Down

0 comments on commit d68fc0c

Please sign in to comment.