Skip to content

Kitodo.Presentation 4.0.0

Compare
Choose a tag to compare
@albig albig released this 08 Apr 13:58
· 891 commits to master since this release
c82f36d

Major Release - Going Extbase / Fluid

This release is a big refactoring of Kitodo.Presentation. Touching almost all files to achieve this following major features:

  • use Extbase as framework and Fluid as template engine
  • add compatibility with TYPO3 10.4

Lot's of small bugs have been fixed and maybe some new have been introduced ;-)

Upgrade Instruction 3.3 -> 4.0

The first steps to upgrade is quite easy:

  1. Install Kitodo.Presentation 4.0 via composer
  2. Do a database compare e.g. via the TYPO3 console typo3cms database:updateschema
  3. Run the two upgrade wizards in Upgrade -> Upgrade-Wizard
  4. Set the storagePid of the Kitodo.Presentation configuration folder in Template -> Constants Editor
  5. Open and check all Plugin-settings. Especially the ListView has new required value.

If you used custom templates, you have to adjust your needs now in own Fluid templates. Have a look at slub_digitalcollections for some inspiration.

There is no changes to the Solr schema in this release.

What's Changed

Full Changelog: v3.3.0...v4.0.0