Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Upgrade Notes

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