Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1000 Bytes

UPGRADE.md

File metadata and controls

21 lines (15 loc) · 1000 Bytes

Upgrade Notes

3.0.1

  • Skip meta data update when elementId is missing @NiklasBr

Migrating from Version 2.x to Version 3.0.0

  • Execute: bin/console doctrine:migrations:migrate --prefix 'SeoBundle\Migrations'

Global Changes

  • Recommended folder structure by symfony adopted
  • SEO changes are not getting persisted at auto-save events anymore

New Features

  • Xliff Import/Export Support, see #31
    • Introduced XliffAwareIntegratorInterface to specify xliff translation states for given integrator
    • Properties for OpenGraph and TwitterCard integrator can be extended by an 3. argument to include/exclude them for xliff translations (Default false)
  • Seo Document Editor Support, see #54

SeoBundle 2.x Upgrade Notes: https://github.com/dachcom-digital/pimcore-seo/blob/2.x/UPGRADE.md