Removed pimcore/admin-ui-classic-bundle dependency. The bundle no longer supports the ExtJS-based admin UI.
PimcoreTranslationsProviderInterfaceBundle no longer implements PimcoreBundleAdminClassicInterface and no longer uses BundleAdminClassicTrait. The methods getJsPaths() and getCssPaths() returning ExtJS assets have been removed.
Removed DependencyInjection\Compiler\ContentSecurityPolicyUrlsPass compiler pass which registered Bootstrap/jQuery CDN URLs for the admin CSP header.
The following legacy ExtJS JS/CSS assets have been removed:
public/js/ext_extensions.js
public/js/pimcore/startup.js
public/js/pimcore/configPanel.js
public/js/pimcore/translationsettings.js
public/css/admin.css
public/js/pimcore/vendor/ (Bootstrap datepicker and locale files)
The XliffBundle has been moved from pimcore/pimcore into this bundle as a sub-bundle at Pimcore\TranslationsProviderInterfaceBundle\Bundle\XliffBundle\.
All references to Pimcore\Bundle\XliffBundle\* must be updated to Pimcore\TranslationsProviderInterfaceBundle\Bundle\XliffBundle\*. Affected namespaces include:
TranslationsJobServiceInterface: The use statement for TranslationItemCollection changed from Pimcore\Bundle\XliffBundle\TranslationItemCollection\TranslationItemCollection to Pimcore\TranslationsProviderInterfaceBundle\Bundle\XliffBundle\TranslationItemCollection\TranslationItemCollection. Update all implementations accordingly.