Releases: pimcore/pimcore
Releases · pimcore/pimcore
11.5.1
What's Changed
- [Doc] Fix: Multiple Pimcore 11.5 Upgrade Notes by @blankse in #17911
- Remove excess
*
from PHPDoc by @jdreesen in #17903 - Fix cleanup bricks and fieldcollections tables task by @matthiashamacher in #17891
- Fix: change sorting column from
path
tokey
to ensure correct order by @peterheider in #17748 - [Bug]: Frontend::getSiteIdForDocument returns wrong id / wrong document public url (#17871) by @simon-matt-oetztal in #17872
New Contributors
- @simon-matt-oetztal made their first contribution in #17872
Full Changelog: v11.5.0...v11.5.1
11.4.4
11.5.0
What's Changed
- Update composer-checks-vulnerabilities.yaml by @bluvulture in #17637
- [Task]: Fix composer
.x-dev
alias by @kingjia90 in #17672 - [Bug]: Fix Site Additional domain validation issues by @kingjia90 in #17698
- [Bugfix] Fix typo in @param phpdoc by @dennzo in #17708
- [Readme] Add instructions for multiple applications on same domain by @BlackbitDevs in #17699
- [Bug]: Fix type error in NumericRange constructor when using decimals by @Brainshaker95 in #17738
- Fix duplicate relations on event listeners save by @cuca24 in #17408
- Fix: Invalid site domain validation for domains with umlauts (ä, ö, ü, etc.) by @blankse in #17734
- docs: remove version constraint of league/flysystem-aws-s3-v3 by @cngJo in #17739
- [Events] Add Deprecation to remove context from ResolveUploadTargetEvent by @martineiber in #17740
- [Bug]: Fix QuantityRangeValue validation failed on empty field by @kingjia90 in #17743
- QuantityValueRange: Call to a member function getMinimum() on null by @blankse in #17745
- [Improvement]: Add
versionCount
index to element and versions table by @kingjia90 in #17744 - [Bug]: copyRecursive fails on copying a folder with emails by @lukmzig in #17758
- [Bug]: Fix unique constraint issue when updating advanced many-to-many by @kingjia90 in #17344
- [Docs] Improve TinyMCE bundle documentation by @podarcis in #17709
- [Bug]: Merge conflict mistake in Installer mark_migrations_as_done by @kingjia90 in #17774
- [Task]: PhpStan Version Upgrade October by @kingjia90 in #17779
- [Bug] Panel layout getLayout can return null by @lukmzig in #17780
- [Bug,EC] Video Editable HTML Output ampersand by @kingjia90 in #17787
- [Bug]: Fix
php: ../../magick/exception.c:1121: ThrowMagickExceptionList: Assertion
error on install by @kingjia90 in #17767 - Revert native type changes in navigation container by @GALPR in #17048
- Update 01_Image_Thumbnails.md by @DanielLaranjeira063 in #17727
- [Bug]: Fix classification store group table type with no width issue by @kingjia90 in #17794
- [Improvement]: Add common search interface by @lukmzig in #17789
- Introduce new block syntax by @martineiber in #17792
- [Docs]: Fix link about Cron Job to right paragraph by @kingjia90 in #17806
- Optimize Asset Document ImageThumbnail generation by @dpfaffenbauer in #17793
- [Bug]: Error from Migrations - call on null $this->container by @kingjia90 in #17804
- Image processing: possibility to configure the image adapter by @brusch in #17807
- Add brickprefix to avoid ambiguity by @mattamon in #17815
- [docs] fix block syntax by @fashxp in #17832
- Fix: Documents are not copied completely by @blankse in #17805
- Add fix for phpredis BC break by using a newer symfony cache version by @alexz707 in #17839
- PhpStan Version Upgrade November by @kingjia90 in #17802
- Index for workspaces permission list by @mattamon in #17834
- Revert "Index for workspaces permission list" by @kingjia90 in #17844
- [Bug] Get values must be static by @mattamon in #17714
- [Bug] Missing dependencies for Generic execution engine bundle by @mattamon in #17829
- Fix getDefaultValue example by @blankse in #17848
- [Task]: Followup #17344, replace index name with columns by @kingjia90 in #17856
- Improvement index for workspaces permission list by @mattamon in #17847
- Impovement #17696 Upgrade dependencies where possible without BC break by @michalananapps in #17799
- Fix return type on getDataForQueryResource for CalculatedValue by @cancan101 in #17762
- fix: add
id
attribute to valid elements by @rubanooo in #17817 - Fix: Elements deleted by Scheduled Tasks don't appear in Recyclebin by @R-O-BIN in #17851
- [Improvement]: Added possibility to configure which metadata to be used as
alt
,copyright
,title
by @kingjia90 in #17835 - [Doc]: Improve docs about config location button being grayed out by @kingjia90 in #17859
- [Improvement]: Add checks for setting QuantityValue values and units by @kingjia90 in #17860
- [Docs]: Add upgrade note about
QuantityValue
invalid unit by @kingjia90 in #17876 - [Improvement]: Upgrade dependencies by @kingjia90 in #17864
- [Improvement]: Replace Request::get with explicit input sources by @kingjia90 in #17873
- Fix error on update in upsert with missing primaryKey "auto_id" by @Kayphonie in #17133
- Improvement: Add elements to html_sanitizer by @robertSt7 in #17849
- [Task]: Deprecate TinyMCE by @robertSt7 in #17884
- Fixing regression caused by #17873 in TemplateResolver by @brusch in #17892
- ElementListener: Fix variable variable "$$versionId" by @blankse in #17907
- Fix: EncryptedField getDataForGrid return typehint is defined as array while it could returns string by @blankse in #17778
- TinyMCE Bundle shouldn't be a recommended bundle anymore by @brusch in #17895
New Contributors
- @dennzo made their first contribution in #17708
- @alexz707 made their first contribution in #17839
- @R-O-BIN made their first contribution in #17851
- @Kayphonie made their first contribution in #17133
Full Changelog: v11.4.1...v11.5.0
https://github.com/pimcore/pimcore/issues?q=is%3Aclosed+milestone%3A11.5.0
11.5.0-RC2
What's Changed
- Improvement: Add elements to html_sanitizer by @robertSt7 in #17849
Full Changelog: v11.5.0-RC1...v11.5.0-RC2
11.5.0-RC1
What's Changed
- Update composer-checks-vulnerabilities.yaml by @bluvulture in #17637
- [Task]: Fix composer
.x-dev
alias by @kingjia90 in #17672 - [Bug]: Fix Site Additional domain validation issues by @kingjia90 in #17698
- [Bugfix] Fix typo in @param phpdoc by @dennzo in #17708
- [Readme] Add instructions for multiple applications on same domain by @BlackbitDevs in #17699
- [Bug]: Fix type error in NumericRange constructor when using decimals by @Brainshaker95 in #17738
- Fix duplicate relations on event listeners save by @cuca24 in #17408
- Fix: Invalid site domain validation for domains with umlauts (ä, ö, ü, etc.) by @blankse in #17734
- docs: remove version constraint of league/flysystem-aws-s3-v3 by @cngJo in #17739
- [Events] Add Deprecation to remove context from ResolveUploadTargetEvent by @martineiber in #17740
- [Bug]: Fix QuantityRangeValue validation failed on empty field by @kingjia90 in #17743
- QuantityValueRange: Call to a member function getMinimum() on null by @blankse in #17745
- [Improvement]: Add
versionCount
index to element and versions table by @kingjia90 in #17744 - [Bug]: copyRecursive fails on copying a folder with emails by @lukmzig in #17758
- [Bug]: Fix unique constraint issue when updating advanced many-to-many by @kingjia90 in #17344
- [Docs] Improve TinyMCE bundle documentation by @podarcis in #17709
- [Bug]: Merge conflict mistake in Installer mark_migrations_as_done by @kingjia90 in #17774
- [Task]: PhpStan Version Upgrade October by @kingjia90 in #17779
- [Bug] Panel layout getLayout can return null by @lukmzig in #17780
- [Bug,EC] Video Editable HTML Output ampersand by @kingjia90 in #17787
- [Bug]: Fix
php: ../../magick/exception.c:1121: ThrowMagickExceptionList: Assertion
error on install by @kingjia90 in #17767 - Revert native type changes in navigation container by @GALPR in #17048
- Update 01_Image_Thumbnails.md by @DanielLaranjeira063 in #17727
- [Bug]: Fix classification store group table type with no width issue by @kingjia90 in #17794
- [Improvement]: Add common search interface by @lukmzig in #17789
- Introduce new block syntax by @martineiber in #17792
- [Docs]: Fix link about Cron Job to right paragraph by @kingjia90 in #17806
- Optimize Asset Document ImageThumbnail generation by @dpfaffenbauer in #17793
- [Bug]: Error from Migrations - call on null $this->container by @kingjia90 in #17804
- Image processing: possibility to configure the image adapter by @brusch in #17807
- Add brickprefix to avoid ambiguity by @mattamon in #17815
- [docs] fix block syntax by @fashxp in #17832
- Fix: Documents are not copied completely by @blankse in #17805
- Add fix for phpredis BC break by using a newer symfony cache version by @alexz707 in #17839
- PhpStan Version Upgrade November by @kingjia90 in #17802
- Index for workspaces permission list by @mattamon in #17834
- Revert "Index for workspaces permission list" by @kingjia90 in #17844
- [Bug] Get values must be static by @mattamon in #17714
- [Bug] Missing dependencies for Generic execution engine bundle by @mattamon in #17829
- Fix getDefaultValue example by @blankse in #17848
- [Task]: Followup #17344, replace index name with columns by @kingjia90 in #17856
- Improvement index for workspaces permission list by @mattamon in #17847
- Impovement #17696 Upgrade dependencies where possible without BC break by @michalananapps in #17799
- Fix return type on getDataForQueryResource for CalculatedValue by @cancan101 in #17762
- fix: add
id
attribute to valid elements by @rubanooo in #17817 - Fix: Elements deleted by Scheduled Tasks don't appear in Recyclebin by @R-O-BIN in #17851
- [Improvement]: Added possibility to configure which metadata to be used as
alt
,copyright
,title
by @kingjia90 in #17835 - [Doc]: Improve docs about config location button being grayed out by @kingjia90 in #17859
- [Improvement]: Add checks for setting QuantityValue values and units by @kingjia90 in #17860
- [Docs]: Add upgrade note about
QuantityValue
invalid unit by @kingjia90 in #17876 - [Improvement]: Upgrade dependencies by @kingjia90 in #17864
- [Improvement]: Replace Request::get with explicit input sources by @kingjia90 in #17873
- Fix error on update in upsert with missing primaryKey "auto_id" by @Kayphonie in #17133
New Contributors
- @dennzo made their first contribution in #17708
- @alexz707 made their first contribution in #17839
- @R-O-BIN made their first contribution in #17851
- @Kayphonie made their first contribution in #17133
Full Changelog: v11.4.1...v11.5.0-RC1
11.4.3
What's Changed
- Fix getDefaultValue example by @blankse in #17848
- Fix return type on getDataForQueryResource for CalculatedValue by @cancan101 in #17762
- fix: add
id
attribute to valid elements by @rubanooo in #17817 - Fix: Elements deleted by Scheduled Tasks don't appear in Recyclebin by @R-O-BIN in #17851
- [Doc]: Improve docs about config location button being grayed out by @kingjia90 in #17859
- Fix error on update in upsert with missing primaryKey "auto_id" by @Kayphonie in #17133
New Contributors
- @R-O-BIN made their first contribution in #17851
- @Kayphonie made their first contribution in #17133
Full Changelog: v11.4.2...v11.4.3
https://github.com/pimcore/pimcore/issues?q=is%3Aclosed+milestone%3A11.4.3
11.4.2
What's Changed
- [Bug]: Fix Site Additional domain validation issues by @kingjia90 in #17698
- [Bugfix] Fix typo in @param phpdoc by @dennzo in #17708
- [Bug]: Fix type error in NumericRange constructor when using decimals by @Brainshaker95 in #17738
- Fix duplicate relations on event listeners save by @cuca24 in #17408
- Fix: Invalid site domain validation for domains with umlauts (ä, ö, ü, etc.) by @blankse in #17734
- docs: remove version constraint of league/flysystem-aws-s3-v3 by @cngJo in #17739
- [Bug]: Fix QuantityRangeValue validation failed on empty field by @kingjia90 in #17743
- QuantityValueRange: Call to a member function getMinimum() on null by @blankse in #17745
- [Bug]: copyRecursive fails on copying a folder with emails by @lukmzig in #17758
- [Docs] Improve TinyMCE bundle documentation by @podarcis in #17709
- [Bug]: Merge conflict mistake in Installer mark_migrations_as_done by @kingjia90 in #17774
- [Task]: PhpStan Version Upgrade October by @kingjia90 in #17779
- [Bug] Panel layout getLayout can return null by @lukmzig in #17780
- [Bug,EC] Video Editable HTML Output ampersand by @kingjia90 in #17787
- [Bug]: Fix
php: ../../magick/exception.c:1121: ThrowMagickExceptionList: Assertion
error on install by @kingjia90 in #17767 - Revert native type changes in navigation container by @GALPR in #17048
- Update 01_Image_Thumbnails.md by @DanielLaranjeira063 in #17727
- [Bug]: Fix classification store group table type with no width issue by @kingjia90 in #17794
- [Docs]: Fix link about Cron Job to right paragraph by @kingjia90 in #17806
- [Bug]: Error from Migrations - call on null $this->container by @kingjia90 in #17804
- Add brickprefix to avoid ambiguity by @mattamon in #17815
- Fix: Documents are not copied completely by @blankse in #17805
- Add fix for phpredis BC break by using a newer symfony cache version by @alexz707 in #17839
- PhpStan Version Upgrade November by @kingjia90 in #17802
- Index for workspaces permission list by @mattamon in #17834
- Revert "Index for workspaces permission list" by @kingjia90 in #17844
- [Bug] Get values must be static by @mattamon in #17714
- [Bug] Missing dependencies for Generic execution engine bundle by @mattamon in #17829
Full Changelog: v11.4.1...v11.4.2
https://github.com/pimcore/pimcore/issues?q=is%3Aclosed+milestone%3A11.4.2
11.4.1
What's Changed
- [Task]: Fix the minor branch usages by @kingjia90 in #17671
- [Task]: Change external links from http to https by @kingjia90 in #17674
- [Docs]: Add mention of
getCount()
method in Document PHP API Documentation by @hethehe in #17632 - [Docs] improve classification store example by @fashxp in #17678
- Fix fallback mechanism for ICU translations by @dolmit-tanel-paaro in #17057
- Fix Task setCid and setCtype methods by @mhgtlc in #17660
- [Bug, EC]: Visual mandatory flag on Classification Store group when attribute is not mandatory by @kingjia90 in #17680
- [Bug]: Fix domain name validation by @kingjia90 in #17685
New Contributors
- @dolmit-tanel-paaro made their first contribution in #17057
Full Changelog: v11.4.0...v11.4.1
11.4.0
What's Changed
- Remove duplicate error log by @blankse in #17209
- Validate domain names by @blankse in #17221
- [Task] CS Fixer for Micro Optimiziation by @blankse in #17000
- CLA: make it suitable for all Pimcore projects by @brusch in #17075
- Reverts changes from #15200 (FlysystemVisibilityPass not needed anymore) by @tomhatzer in #17245
- [Composer] Remove unused
rybakit/twig-deferred-extension
dependency by @blankse in #16966 - Fix upgrade notes by @blankse in #17352
- [Improvement] Selection Processing Modes for Generic Execution Engine by @mcop1 in #17360
- AbstractModel::__call() - Don't throw and log exceptions by @blankse in #17012
- Add branch alias by @blankse in #17403
- [Task] CS fixer update by @mcop1 in #17415
- [Improvement]: Allow JobStep of Generic Execution Engine to change selected elements for the next JobStep by @mcop1 in #17414
- Tinymce: Add advlist, charmap, searchreplace, visualblocks plugins by @blankse in #17319
- [Improvement] Trigger an event before TinyMCE uses the final config for better extendibility by @alexej-d in #17436
- [Task] Additional documentation on Generic Execution Engine by @mcop1 in #17475
- [Improvement] Get configuration values from environment data by @mcop1 in #17460
- [Task] Remove import of native functions by @mcop1 in #17515
- [Improvement] Extend notification and notification service by @mattamon in #17485
- Remove unnecessary static php docs by @blankse in #17433
- Added check if data changed on editor before dispatching pimcore.even… by @cuca24 in #17420
- Check the character count on WYSIWYG fields based on the initial content in the field by @cancan101 in #17441
- Update table docs by @markus-moser in #17525
- Prepare for twig >=3.9.0 by @markus-moser in #17444
- Don't remove version dependent comments in database dumps by @jdreesen in #16800
- Revert "Add static to the getValues function (#17349)" by @mattamon in #17558
- Areablock: Accept array for setDataFromResource() by @blankse in #16773
- [Task] Update upload-artifact to v4 by @mattamon in #17580
- Add events for website setting changes by @jan888adams in #17547
- [Improvement] Minor extension of last example in 15_Classification_Store.md by @QuantumRange in #17587
- [Bug] Check lastQuery in combo box on typed phrase by @mattamon in #17591
- [Bug] Fix maintenance email logger task by @mattamon in #17596
- Update composer-checks.yaml by @bluvulture in #17586
- [Bug] Fix mandatory check geopoint by @mattamon in #17607
- Revert "[BUG-15513] Wrong logic with image thumbnail when using Focal Point" by @kingjia90 in #17609
- Insert right autoload path in testing docs by @sl0wlydeadly in #17603
- Added secrets inherit by @bluvulture in #17608
- Deprecate key_value_table.html.twig by @markus-moser in #17614
- Added grid preview for field collections by @fashxp in #17510
- [Bug]: Typecast value passed to
str_starts_with
tostring
by @AlternateIf in #17250 - [Bug] Maintenance email logger filter_priority uses null as default value by @lukmzig in #17638
- Migration to rebuild classes was renamed and updated by @DanielLaranjeira063 in #17636
- PhpStan Version Upgrade September by @kingjia90 in #17658
- Fix: #17582 Tests to confirm the proper functionality of pimcore_placeholder with twig/twig 3.14 by @michalananapps in #17593
- Add target resolution to redirect model by @dweiss96 in #16901
- [Docs] Add upgrade notes for twig deprecations by @markus-moser in #17662
- Update license to make a list out of the last three links by @mattamon in #17628
New Contributors
- @tomhatzer made their first contribution in #17245
- @alexej-d made their first contribution in #17436
- @cuca24 made their first contribution in #17420
- @QuantumRange made their first contribution in #17587
- @DanielLaranjeira063 made their first contribution in #17636
- @michalananapps made their first contribution in #17593
- @dweiss96 made their first contribution in #16901
Full Changelog: v11.3.2...v11.4.0
11.3.3
What's Changed
- Remove unnecessary static php docs by @blankse in #17433
- Added check if data changed on editor before dispatching pimcore.even… by @cuca24 in #17420
- Check the character count on WYSIWYG fields based on the initial content in the field by @cancan101 in #17441
- Don't remove version dependent comments in database dumps by @jdreesen in #16800
- Revert "Add static to the getValues function (#17349)" by @mattamon in #17558
- Areablock: Accept array for setDataFromResource() by @blankse in #16773
- [Task] Update upload-artifact to v4 by @mattamon in #17580
- [Bug] Check lastQuery in combo box on typed phrase by @mattamon in #17591
- [Bug] Fix maintenance email logger task by @mattamon in #17596
- [Bug] Fix mandatory check geopoint by @mattamon in #17607
- Revert "[BUG-15513] Wrong logic with image thumbnail when using Focal Point" by @kingjia90 in #17609
- Insert right autoload path in testing docs by @sl0wlydeadly in #17603
- [Bug]: Typecast value passed to
str_starts_with
tostring
by @AlternateIf in #17250 - [Bug] Maintenance email logger filter_priority uses null as default value by @lukmzig in #17638
- Migration to rebuild classes was renamed and updated by @DanielLaranjeira063 in #17636
- PhpStan Version Upgrade September by @kingjia90 in #17658
- Update license to make a list out of the last three links by @mattamon in #17628
New Contributors
- @cuca24 made their first contribution in #17420
- @DanielLaranjeira063 made their first contribution in #17636
Full Changelog: v11.3.2...v11.3.3