All Versions
81
Latest Version
Avg Release Cycle
18 days
Latest Release
9 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v12.3.5 Changes
April 23, 2026What's Changed
- β‘οΈ [Task] Update PHPunit and Codeception by @jcPimcore in #19080
- Chore/fix php cs fixer workflow by @berfinyuksel in #19087
- π Fix: quote fields in SQL adapter by @robertSt7 in #19089
Full Changelog : v12.3.4...v12.3.5
-
v12.3.4 Changes
April 08, 2026What's Changed
- π [Bug] Fixed query that fetches outdated versions by @MartaMarija in #18969
- [Bug]: Pimcore Core requirements to Admin by @kingjia90 in #19010
- [Task]: Add conflict for broken symfony/event-dispatcher version by @lukmzig in #19064
- [Bug]: Implement null check for className in Document.php by @kingjia90 in #19015
π New Contributors
- @MartaMarija made their first contribution in #18969
Full Changelog : v12.3.3...v12.3.4
https://github.com/pimcore/pimcore/issues?q=is%3Aclosed%20milestone%3A%2212.3.4%22 -
v12.3.3 Changes
February 19, 2026What's Changed
- [Bug]: Gotenberg health ping instead of try convert dummy file by @kingjia90 in #18954
- [Bug, EC] PEES-923: type error in getDataForListfolderGrid by @kingjia90 in #18977
- π¨ [Security]: Dependency Dao - Refactor SQL queries to use parameter binding by @kingjia90 in #18991
Full Changelog : v12.3.2...v12.3.3
-
v12.3.2 Changes
February 04, 2026What's Changed
- π [Bug]: Fix Command pimcore:deployment:classes-rebuild flags -c and -o do not work together by @kingjia90 in #18930
- π [Docs]: Added Link to Limitations by @astapc in #18753
- π [Docs]: Added Link to Limitations in FC docs by @astapc in #18752
- π Improve PHPDoc in
PasswordHasherFactoryby @jdreesen in #18686 - β Remove empty line from static analysis workflow by @bluvulture in #18905
- [Imagick] Ensure only the first image is getting loaded when re-initializing by @brusch in #18820
- [Image gallery] Write inherited hotspot data to query table when saving parent by @BlackbitDevs in #18855
- π Fix hotspot data index by @robertSt7 in #18948
Full Changelog : v12.3.1.1...v12.3.2
-
v12.3.1 Changes
January 13, 2026What's Changed
- [Bug,EC]: PEES-883 - Blurry images fix should be limited to vectorial types by @kingjia90 in #18886
- π² [Bug, EC] PEES-881: Fix misleading Document Thumbnail Creation log message by @kingjia90 in #18894
- [Bug]: Fix Static Route permission by @kingjia90 in #18893
- [Bug, EC] PEES-888: Loss of all relation data in FC after moving DataObjects by @kingjia90 in #18892
- β‘οΈ Workflows update for 11.x by @bluvulture in #18904
- π [Security]: Brick key validity check during filtered search by @kingjia90 in #18913
- [Task]: Fix stan by @kingjia90 in #18914
- [Bug, EC] PEES-900: TypeError for Asset::getById() when using protected asset folder and controller action by @kingjia90 in #18915
- [Bug, EC] PEES-894: Video Editable getThumbnail throws Type Error when e.g. type is missing by @kingjia90 in #18916
- 0οΈβ£ [Bug]: Default Value Generator not working when importing data by @kingjia90 in #18902
- π [Security]: Remove and disable sensitive data log in http error Log by @kingjia90 in #18918
Full Changelog : v12.3.0...v12.3.1
https://github.com/pimcore/pimcore/issues?q=is%3Aclosed%20milestone%3A%2212.3.1%22 -
v12.3.1.1 Changes
January 16, 2026What's Changed
- [Bug, EC] PEES-887: Not able to save localized field data within block field in Pimcore V 2025.3 by @kingjia90 in #18919
- fix: Skip http_error_log cleanup migration if table is missing by @astehlik in #18922
π New Contributors
Full Changelog : v12.3.1...v12.3.1.1
-
v12.3.0 Changes
December 09, 2025What's Changed
- β‘οΈ [Improvement]: Update regex to match additional export filename patterns by @kingjia90 in #18750
- π [Improvement] Better error message for symfony-config write target in production migrations by @creativehubspace in #18760
- π Feature: Adjust Custom Report Delimiter by @torqdev in #18691
- β [Task]: Add warning doc for v13 about space between value and unit by @kingjia90 in #18761
- [Feature]: Command to find out whether there were changes to class definitions or not by @kingjia90 in #18766
- β‘οΈ Update: migrate docs workflow to Node LTS (setup-node@v4, node-versioβ¦ by @berfinyuksel in #18771
- Symfony7 next steps by @herbertroth in #18762
- [Improvement]: Add inactive-only option to Classification Store delete command by @kingjia90 in #18765
- [Improvement]: Add -dUseCropBox option in Ghostscript to generation of thumbnail from pdf (#18317) by @croitoruion in #18317
- β Adding functionality to add in new calculated value functions. Add docs. by @torqdev in #18754
- β Add shareBetweenFolders column to gridconfigs by @robertSt7 in #18817
- π Improve: add date folders for log files by @robertSt7 in #18792
- π Changed base branch name input by @bluvulture in #18825
- π Changed base branch name input by @bluvulture in #18826
- π Changed base branch name input by @bluvulture in #18827
- π Changed base branch name input by @bluvulture in #18828
- π Deprecate integrated bundles by @robertSt7 in #18838
- π Use reusable documentation workflow by @berfinyuksel in #18816
- [Improvement]: Introducing a way to check if a pimcoreblock is empty - outside of the block by @kingjia90 in #18854
- β Add symfony/var-exporter dependency to composer.json by @herbertroth in #18860
- β Remove phpstan/phpdoc-parser conflict by @rvanlaak in #18812
- [Bug]: Fix prefix option for DoctrineCommand by @kingjia90 in #18863
- β [Task][Tests]: Fix DomCrawler differences from PHP 8.4 HTML5 renderer by @kingjia90 in #18865
- π¨ [Improvement] PEES-836: Refactor Version CleanUp Task and reduce and fix slow queries by @kingjia90 in #18747
- β¬οΈ Revise upgrade notes for deprecated features by @fashxp in #18870
- π Improvement: check validity for (Multi)Select before setting values by @samynw in #17742
- π [Task]: Deprecate unused method and exception in BundleLocator namespace by @jdreesen in #18861
π New Contributors
- @creativehubspace made their first contribution in #18760
- @berfinyuksel made their first contribution in #18771
- @rvanlaak made their first contribution in #18812
Full Changelog : v12.2.4...v12.3.0
https://github.com/pimcore/pimcore/issues?q=is%3Aclosed%20milestone%3A%2212.3.0%22 -
v12.2.4 Changes
December 05, 2025What's Changed
- 0οΈβ£ [Bug, EC] PEES-824: Bug: Default Value When Using Field Collections by @kingjia90 in #18814
- β‘οΈ [BUG] Update checkPostAuth of UserChecker to set last login date by @storbahn in #18836
- π [Bugfix]: Ensure
getConditionVariableTypes()is used in all DAOs by @jdreesen in #18789 - [Bug, EC] PEES-839: Fix Static Page generation not working properly via CLI by @kingjia90 in #18835
- π fix: ambiguous bundle resolution in
BundleLocatorby @rberneder in #18858 - [Bug]: Doctrine command prefix followup fix by @kingjia90 in #18874
Full Changelog : v12.2.3...v12.2.4
-
v12.2.3 Changes
December 02, 2025What's Changed
- π§ [Bug, EC] PEES-816: Fix Maintenance Mode does not work as intendend when activated via cli by @kingjia90 in #18803
- β‘οΈ [Task]: Update codeception.yaml to avoid tests triggered twice by @kingjia90 in #18805
- [Bug]: Fix data is null when forced in Core Cache Handler by @kingjia90 in #18804
- π [Bugfix]: mark editables anywhere in Twig as "safe" by @jdreesen in #18620
- [Bug, EC] PEES-842: PIMCORE_CLASS_DEFINITON_DIRECTORY setting not applied for brick container classes by @kingjia90 in #18809
- [Bugfix]: use
PIMCORE_CUSTOM_CONFIGURATION_CLASS_DEFINITION_DIRECTORYinLocateFileTraitby @jdreesen in #18709 - [Bug, EC] PEES-842: followup PIMCORE_CLASS_DEFINITON_DIRECTORY setting not applied for brick container classes" by @kingjia90 in #18815
- π [Bug]: Video Thumbnail Processing runs in loop when TmpStore Entry is removed but custom-settings process is there by @robertSt7 in #18819
- π [Security]: Install Third-Party bundles with security advisories fixed version by @kingjia90 in #18821
- π Revert "[Security]: Install Third-Party bundles with security advisories fixed version" by @kingjia90 in #18823
- π Changed branch name input by @bluvulture in #18824
- π Fixed base branch and repo by @bluvulture in #18831
- [Bug, EC] PEES-846: Copying with DataRange field fails due DatePeriod by @kingjia90 in #18850
- [Studio][Export]: Data object export for superuser does not work by @lukmzig in #18862
- π fix: dont use symfony 7.4 by @herbertroth in #18866
- β‘οΈ [Doc] Updated TinyMCE upgrade information by @brusch in #18801
Full Changelog : v12.2.2...v12.2.3
https://github.com/pimcore/pimcore/issues?q=is%3Aclosed%20milestone%3A%2212.2.3%22 -
v12.2.2 Changes
November 03, 2025What's Changed
- β‘οΈ Codeception update to reusable workflow (#18094) by @robertSt7 in #18718
- π Fix: tests by @robertSt7 in #18719
- [Bug]: Gridview filtering invalid types by @robertSt7 in #18743
- π docs: fix link to github security advisory mechanism by @jhoermann in #18720
- π [Bug, EC] PEES-757 Exception in document toolbar "Translation" - "New Document" - "Using Inheritance" by @robertSt7 in #18744
- [Bug, EC]: PEES-748 Fix csv export duplicate title by @kingjia90 in #18742
- π¨ [Bug]: Refactor extending admin bundle from core for GDPR Extractor by @dpfaffenbauer in #18768
- [Bug, EC] PEES-781 Faulty if condition in \ManyToManyRelationTrait#getFilterConditionExt by @kingjia90 in #18767
- π [Bugfix]: pass custom renderlet config as query parameters by @jdreesen in #18712
- π· [Bug, EC] PEES-655: Pimcore Copilot (Execution Engine) job runs table Log column breaks with newlines. by @kingjia90 in #18769
- 0οΈβ£ [Bug, EC] PEES-805: [Riedel] Error with invalid default workflow place by @kingjia90 in #18790
- π Fix CSP example in the docs by @jdreesen in #18781
- [Bug]: Fix migration Version20230321133700 by adding a PHP conversion fallback when CONVERT_TZ is not working by @kingjia90 in #18788
- β‘οΈ [Bug]: Asset::updateChildPaths() can delete S3 source directory even when no files were moved (data loss risk on cloud storage) by @kingjia90 in #18797
π New Contributors
- @jhoermann made their first contribution in #18720
https://github.com/pimcore/pimcore/milestone/274?closed=1
Full Changelog : v12.2.1...v12.2.2