Skip to content

v1.11.3

Compare
Choose a tag to compare
@GSadee GSadee released this 08 Apr 12:32
v1.11.3
7e2a722

Details

  • #11850 Fix redirection when there is a trailing slash in the products list path (@loic425)
  • #12538 [Behat] Allow to use some useful methods on Order show page (@loic425)
  • #13724 Fix disappearing products in Admin Panel when translation for current locale is missing (@jakubtobiasz)
  • #13736 [Maintenance] Testing with PHP 8.1 (@loic425)
  • #13744 [Maintenance]Ignore phpstan.neon file (@Ferror)
  • #13745 [Promotion] Add validation of coupon usage limit per customer (@coldic3)
  • #13753 [UI] Replacing the placeholder avatar with an icon (@mamazu)
  • #13759 [Behat] Use "When" for user actions where possible (@coldic3)
  • #13767 Change sylius.behat.context.ui.email context to sylius.behat.context.api.email (@Ferror)
  • #13768 Bump Psalm version to 4.19 (php 8.1 support) (@loic425)
  • #13769 [Core][Shipping] Fix estimated shipping costs (@coldic3, @lchrusciel)
  • #13770 [ADR] Clean up existing ADRs mostly by updating their statuses (@GSadee)
  • #13772 [ADR][API] Update ADR for providing locales after changing the approach (@GSadee)
  • #13775 [Behat][API] Change the undefined step to create a configurable product instead of simple one (@GSadee)
  • #13779 [Documentation][Plus] Update cookbook about restricting access to the entity (@GSadee)
  • #13782 [Plus] Fix Sylius installation guide (@lchrusciel)
  • #13787 [ADR] Use raw data in commands and events (@ernestWarwas)
  • #13790 [Maintenance] Update UPGRADE-1.11.md (@coldic3)
  • #13795 [ADR] Remove flush() from handlers. (@ernestWarwas)
  • #13798 [Events] Sylius template event forms (@SirDomin)
  • #13799 [Core][Shipping] Deprecate processing shipments before recalculating prices (@coldic3)
  • #13801 [Behat] added context to manage non-collection subresources (@emmanuel-tilleuls)
  • #13802 [Docs] Add a guide on how to deal with file access problems in the wkhtmltopdf (@coldic3)
  • #13803 [Admin][JS] Applying all the options selected for an attribute of type multiple select fixed (@TheMilek)
  • #13805 [JS] Not render empty value in multi select autocompletes (@ernestWarwas)
  • #13809 [Documentation] Fix build by specifying jinja2 version requirement (@GSadee)
  • #13811 [Documentation][Plus] Adjust installation guide after entities refactor (@GSadee)
  • #13817 [Admin] Clean up and refactor new template events (@GSadee)
  • #13818 [Maintenance] Bump copyright year in docs and license files (@coldic3)
  • #13828 [Maintenance] Fix a misleading description (@GSadee)
  • #13839 Limit the number of packages build run on 1.10 (@Zales0123)
  • #13840 [GitHub Actions] Fix symfony/flex in workflows and invalid EngineInterface namespace (@coldic3)

New Contributors