Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.75 KB

UPGRADE.md

File metadata and controls

41 lines (29 loc) · 1.75 KB

Upgrade Notes

3.1.3

  • [ENHANCEMENT] Allow no auth_config for Google Index Worker @dpfaffenbauer
  • [BUGFIX] Fix Migration and Installer

3.1.2

  • [BUGFIX] Improve Migrations

3.1.1

  • [BUGFIX] Fix installer script

3.1.0

  • [NEW FEATURE] Add Release Type to allow draft/public states @64

3.0.3

  • Fix Symfony Console deprecation in QueuedIndexDataCommand @NiklasBr

3.0.2

  • Fix og:image URL for CoreShop third party og tag @breakone
  • FAdd ext-dom to composer.json @NiklasBr

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