Upgrade Information
Following steps are necessary during updating to newer versions.
Upgrade to 2026.1.0
PHP / Symfony 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
- Dropped
symfony/scheduler^6.4support;^7.2is now required
Removed Admin Classic UI (ExtJS) Support
The bundle no longer supports the Pimcore Admin Classic UI (ExtJS). All ExtJS-related code and assets have been removed:
PimcoreStatisticsExplorerBundleno longer implementsPimcoreBundleAdminClassicInterfaceand no longer usesBundleAdminClassicTrait- Removed method:
PimcoreStatisticsExplorerBundle::getJsPaths() - Deleted ExtJS JavaScript assets:
src/Resources/public/js/pimcore/customreports/statisticsExplorerList.jssrc/Resources/public/js/pimcore/customreports/statisticsExplorerStatistic.jssrc/Resources/public/js/pimcore/customreports/statisticsFilter.js
The bundle now exclusively supports the Pimcore Studio UI. pimcore/studio-ui-bundle is now a required dependency.
Removed / Replaced Classes
Pimcore\Bundle\StatisticsExplorerBundle\Controller\CustomReportsAdapterControllerhas been removed; it is replaced by the newPimcore\Bundle\StatisticsExplorerBundle\Controller\StatisticsControllerPimcore\Bundle\StatisticsExplorerBundle\Routing\StudioRouteLoaderhas been removed; routing is now handled via standard Symfony attribute routing
Routing Changes
- The custom route loader type
pimcore_statistics_explorer_studiois no longer available - Studio backend routes are now loaded unconditionally (no longer conditional on
PimcoreStudioBackendBundlepresence) - A new route group
pimcore_statistics_exploreris registered under the prefix/pimcore-statistics-explorerfor all controllers in theControllernamespace
Bundle Extension Changes
PimcoreStatisticsExplorerExtensionnow unconditionally loadsstudio_backend.yamlandstudio_ui.yaml; previously these were only loaded when the respective bundles were detected in the container
Upgrade to 2.0.0
- Removed support for Elasticsearch 6 and 7, added Elasticsearch 8 support
- Changed Elasticsearch client configuration, details see Configuration.
Upgrade to 1.3.0
- Execute all migrations of the bundle.
Upgrade to Pimcore X
- Update to latest (allowed) bundle version in Pimcore 6.9 and execute all migrations.
- Then update to Pimcore X.