Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1 KB

UPGRADE.md

File metadata and controls

23 lines (16 loc) · 1 KB

Upgrade Notes

5.0.2

  • fixed bug when no locale url mapping is available #153

5.0.1

  • Remove isEnabled and setEnabled from redirector adapter since disabled services aren't available anymore #149
  • Remove legacy mode check in profiler #150

Migrating from Version 4.x to Version 5.0

Global Changes

  • Recommended folder structure by symfony adopted

New Features

  • [BC BREAK] Config node mode has been removed and will be handled internally which simplifies i18n usability
  • [BC BREAK] Config node cookie has been removed. Please use i18n.registry.redirector.cookie.config.cookie instead.
    See Redirector Adapter for further reference
  • Fully configurable redirector adapters

I18nBundle 4.x Upgrade Notes: https://github.com/dachcom-digital/pimcore-i18n/blob/4.x/UPGRADE.md