Skip to main content
Version: 2026.2

Upgrade Information

Upgrade to 2026.2.0

  • Added support for TinyMCE v8.

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

  • PimcoreTinymceBundle no longer implements PimcoreBundleAdminClassicInterface and no longer uses BundleAdminClassicTrait. 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/*.js language files (70+ language stubs)
  • The CSS file public/css/editor.css has been removed.
  • The methods getCssPaths(), getEditmodeCssPaths(), getJsPaths(), getEditmodeJsPaths(), and the private getAllJsPaths() have been removed from PimcoreTinymceBundle.

Removed EventListener

  • Pimcore\Bundle\TinymceBundle\EventListener\IndexSettingsListener has 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. PimcoreStudioUiBundle is now a required dependency.