Platform Versions
The Pimcore platform consists of the core framework and a growing number of extensions, each with its own repository, version, and release cycle. As the number of modules grows, tracking compatible versions across all packages becomes increasingly complex.
The Platform Version solves this by providing a curated set of specific module versions that are tested together and verified by Pimcore. It ships as a single Composer metapackage (pimcore/platform-version) that constrains all Pimcore module versions to a compatible combination.
Benefits
- A tested, compatible set of all Pimcore module versions in one dependency
- Combined release notes covering all modules per Platform Version release
- Documentation aligned to Platform Version releases
- Simplified updates through a single version constraint
Versioning Schema
Platform Versions follow a Major.Minor schema (e.g. 2025.4, 2026.1).
| Version Change | Rules |
|---|---|
| Major (year boundary, e.g. 2025.x to 2026.x) | May include major module version updates. Released once per year. |
| Minor (e.g. 2025.1 to 2025.2) | Minor module version updates only. Released approximately quarterly. |
| Bugfix (within a minor) | Bugfix module versions install automatically via composer update without changing the Platform Version. |
Starting with Platform Version 2026.1, all module versions are synchronized with the platform version number. This means every module included in 2026.1 carries the version number 2026.1.
Support Policy
Community support for a Platform Version ends with the release of the next Platform Version.
Long-Term Support (LTS)
Selected Platform Versions are designated as LTS releases. LTS provides 3 years of extended support beyond the regular release cycle, covering:
- Security fixes for CVE-rated vulnerabilities with critical severity
- Critical bug fixes limited to issues causing potential data loss or infrastructure destruction
LTS is included in the Enterprise and Enterprise PaaS editions only. For details, see Long Term Support. For pricing, see pimcore.com/en/pricing.
Support Timeline
Platform Version Releases
| Version | Release Notes | Module Details | SBOM | LTS | LTS Support Until |
|---|---|---|---|---|---|
| 2026.1 | Release Notes | Details | SBOM | ||
| 2025.4 | Release Notes | Details | - | ✅ | December 2028 |
| 2025.3 | Release Notes | Details | - | ||
| 2025.2 | Release Notes | Details | - | ||
| 2025.1 | Release Notes | Details | - | ||
| 2024.4 | Release Notes | Details | - | ✅ | December 2026 |
| 2024.3 | Release Notes | Details | - | ||
| 2024.2 | Release Notes | Details | - | ||
| 2024.1 | Release Notes | Details | - | ||
| 2023.3 | Release Notes | Details | - | ✅ | December 2025 |
| 2023.2 | Release Notes | Details | - | ||
| 2023.1 | Release Notes | Details | - | ||
| 2022.0 | - | Details | - | ✅ | August 2025 |