Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 2.01 KB

UPGRADE.md

File metadata and controls

41 lines (29 loc) · 2.01 KB

Upgrade Notes

3.0.9

  • [BUGFIX]: Refactor HTML class attribute in image templates according to Pimcore 10 requirements

3.0.8

  • [BUGFIX]: Fix video twig renderer

3.0.7

  • [BUGFIX]: Fix custom layout resolving in EntryTypeManager #63

3.0.6

  • [BUGFIX]: Fix paginator method call for px #60
  • [BUGFIX]: Fix undefined array key warning #61

3.0.5

  • [BUGFIX]: Fix exception Type of NewsBundle\Controller\Admin\SettingsController::$translator must not be defined @georgringer
  • [BUGFIX]: Fix Attempted to load class Versions from namespace PackageVersions @georgringer

3.0.4

  • [BUGFIX]: fix event constant NEWS_EDITABLE_DIALOG
  • [BUGFIX]: fixed imports for Pimcore\Twig\Extension\Templating\Placeholder\Container @rliebe

3.0.3

  • [BUGFIX]: fix otherElementsExists method: allow null for parameter $id @pascalmoser

3.0.2

  • [BUGFIX]: missing service subscriber for EntryController @pascalmoser

3.0.1

  • [BUGFIX]: catch class not found exception during installation @MyZik

Migrating from Version 2.x to Version 3.0.0

Global Changes

  • PHP8 return type declarations added: you may have to adjust your extensions accordingly
  • View Areas/news/edit_custom.html.twig has been removed. Use Event \NewsBundle\NewsEvents::NEWS_EDITABLE_DIALOG instead
  • It is no longer possible to toggle editable configuration based on given values.

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