Upgrade Information
Upgrade to 2026.1.0
PHP & Symfony Version Requirements
- Added support for PHP 8.5.
- Dropped PHP 8.3 and Symfony 6 support — upgrade to PHP 8.4+ and Symfony 7 before updating to this version.
Removed Admin Classic (ExtJS) Support
PimcoreTinymceBundleno longer implementsPimcoreBundleAdminClassicInterfaceand no longer usesBundleAdminClassicTrait. All ExtJS-based Admin Classic UI assets have been removed.- The following JavaScript files have been removed:
public/js/editor.js- All
public/js/langs/*.jslanguage files (70+ language stubs)
- The CSS file
public/css/editor.csshas been removed. - The methods
getCssPaths(),getEditmodeCssPaths(),getJsPaths(),getEditmodeJsPaths(), and the privategetAllJsPaths()have been removed fromPimcoreTinymceBundle.
Removed EventListener
Pimcore\Bundle\TinymceBundle\EventListener\IndexSettingsListenerhas been removed. It was used to pass the TinyMCE script URL into the Admin Classic index settings event.
Studio UI Services
- The Studio UI and Studio Backend service configurations are now always loaded unconditionally.
PimcoreStudioUiBundleis now a required dependency.