The service definitions for both FileHandler
and ImageHandler
have changed.
If you have changed their classes using the %kunstmaan_media.media_handler.[image|file].class%
parameter, make sure they implement the new method.
The MEDIA_PATH
constant on FileHandler
has been removed in favor of a property that can be set using the setMediaPath
method.
If you relied on those classes use new interfaces and services instead:
kunstmaan_page_part.page_part_configuration_reader
implementingPagePartConfigurationReaderInterface
kunstmaan_page_part.page_template_configuration_reader
implementingPageTemplateConfigurationReaderInterface
Classes using those services has changed as well and now take them as a constructor dependency instead of creating an instance in place.
The PageTemplateConfigurationRepostiory::findOrCreateFor
has been moved to PageTemplateConfigurationService::findOrCreateFor
. It can be found via the kunstmaan_page_part.page_template.page_template_configuration_service
service.