Releases: pimcore/demo
Releases · pimcore/demo
11.0.0-ALPHA8
What's Changed
- Language switcher support for object with detail page. by @yuliusardian in #435
- [Task]: Disable introspection for data-hub GraphQL configs by @mcop1 in #437
- Use Symfony Runtime by @dvesh3 in #438
- [Task]: Chromium in Docker by @kingjia90 in #433
- composer.json: add "symfony-assets-install": "relative" by @brusch in #444
- [Task]: Change LinkGenerator param type to object by @kingjia90 in #443
- [Task] Down containers before running docker-compose up again by @mcop1 in #446
- [Improvement]: Add TinymceBundle to bundle.php by @robertSt7 in #442
- Re-enable csp headers by @aryaantony92 in #440
- Adapt Admin Bundle refactorings by @dvesh3 in #448
- Require refactored pimcore bundles by @dvesh3 in #451
- [Task] Enable PimcoreStaticRoutesBundle in config/bundles.php by @mattamon in #452
New Contributors
- @yuliusardian made their first contribution in #435
Full Changelog: v11.0.0-ALPHA7...v11.0.0-ALPHA8
10.3.0
What's Changed
- Made content and cart thumbnails downloadable by default by @aashan10 in #387
- Allow only actual products in Product Teasers by @aashan10 in #386
- [Task] Adding post installation check by @mattamon in #396
- [Task]: Disallow php-http/discovery plug in by @mcop1 in #414
- Upgrade to latest jQuery version by @brusch in #428
- Language switcher support for object with detail page. by @yuliusardian in #435
- [Task]: Disable introspection for data-hub GraphQL configs by @mcop1 in #437
- [Task] Down containers before running docker-compose up again by @mcop1 in #446
- [Bug]: Limit password length by @martineiber in #445
New Contributors
- @yuliusardian made their first contribution in #435
Full Changelog: v10.2.6...v10.3.0
11.0.0-ALPHA7
What's Changed
- Remove metadata column from demo dump by @aryaantony92 in #425
- [Task]: Substitute ForceInheritance::run with DataObject\Service::useInheritedValues by @mcop1 in #431
- [Task]: Prioritize EcommerceFrameworkBundle over PersonalizationBundle by @kingjia90 in #436
- [System Settings] Change valid_languages format by @lukmzig in #430
New Contributors
Full Changelog: v11.0.0-ALPHA6...v11.0.0-ALPHA7
11.0.0-ALPHA6
What's Changed
- [Improvement]: Replace plugins with event listener by @robertSt7 in #409
- Remove the usage of SSOAware interface by @aryaantony92 in #410
- Enable Personalization Bundle in demo and Change namespace accordingly by @aryaantony92 in #418
- [Task]: Enable PimcoreWebToPrintBundle in bundles.php by @kingjia90 in #420
- Fix path of installation file in dump by @aryaantony92 in #427
- docker-compose: use PHP 8.2 images by @brusch in #423
- Upgrade to latest jQuery version by @brusch in #428
- [Task]: Change Namespaces and config after Sitemap and Redirect extraction into SEO Bundle. by @martineiber in #417
- Enable GoogleMarketingBundle bundle by @dvesh3 in #424
New Contributors
- @martineiber made their first contribution in #417
Full Changelog: v11.0.0-ALPHA5...v11.0.0-ALPHA6
11.0.0-ALPHA5
What's Changed
- Refactor Authentication by @dvesh3 in #407
- [Task] Enabled PimcoreSimpleBackendSearchBundle in bundles.php file by @Corepex in #402
- [Bug]: Fix using query instead of attributes by @mattamon in #403
- Add symfony/dotenv requirement by @dvesh3 in #411
- [Task]: Add ApplicationLoggerBundle to demo by @mcop1 in #412
- Replace SensioFrameworkExtraBundle with PHP 8 attribute by @dvesh3 in #395
- [Task]: Disallow php-http/discovery plug in by @mcop1 in #414
- Fix undefined method getObject in Document\Link by @dvesh3 in #415
New Contributors
Full Changelog: v11.0.0-ALPHA4...v11.0.0-ALPHA5
11.0.0-ALPHA4
What's Changed
- [Task] Adding post installation check by @mattamon in #396
- [Task]: Activate CustomReportsBundle in demo and check custom report configuration for workflows by @mcop1 in #401
- [Task]: Fix return native
void
by @kingjia90 in #406
New Contributors
Full Changelog: v11.0.0-ALPHA3...v11.0.0-ALPHA4
11.0.0-ALPHA3
What's Changed
- Cast request params to right type by @blankse in #389
- CategoryFilterExtension: Fix array_filter by @blankse in #390
- [Model] Product - Change return type hints as per CheckoutableInterface changes by @dvesh3 in #391
- [Task]: Followup PhpStan level 6: params/return type changes by @kingjia90 in #394
- [Task] Enable PimcoreSeoBundle in config/bundles.php by @mattamon in #393
Full Changelog: v11.0.0-ALPHA2...v11.0.0-ALPHA3
11.0.0-ALPHA2
What's Changed
- [Task] Enable PimcoreGlossaryBundle in config/bundles.php by @mattamon in #385
- Migrate custom views & perspectives config to settingsstore by @dvesh3 in #380
- [Task]: Remove obsolete adminer regex condition by @kingjia90 in #383
Full Changelog: v11.0.0-ALPHA1...v11.0.0-ALPHA2
10.2.6
What's Changed
- Migrate custom views & perspectives config to settingsstore by @dvesh3 in #380
- [Task]: Change 'docker-compose.yml' to 'docker-compose.yaml' in readme.md by @kingjia90 in #381
https://github.com/pimcore/demo/issues?q=is%3Aclosed+milestone%3A10.2.6
Full Changelog: v10.2.5...v10.2.6
11.0.0-ALPHA1
What's Changed
- Added Support for Pimcore 11 922243c
- Fix: Document\DocType::$staticGeneratorEnabled should be bool by @blankse in #338
- Removed composer post update hook by @aashan10 in #341
- Removed the usage of \Pimcore\Config\Config by @aashan10 in #346
- [Task]: Remove wkhtmltopdf web2print settings from dump by @kingjia90 in #349
- Clean up the custom layout dump by @aryaantony92 in #351
- [Improvement]: consistently use .yaml not .yml by @robertSt7 in #355
- Change the path of routing yaml by @aryaantony92 in #357
- [Task]: Add Intl component by @kingjia90 in #358
- [Improvement]: Replace childs with children in all data object layouts by @robertSt7 in #365
- [Task]: Use the correct path for Presta/sitemap-bundle v3 routing.yaml by @kingjia90 in #359
- Added core bundles to bundles.php by @aashan10 in #368
- Symfony 6 upgrades by @dvesh3 in #370
- Remove regsitration social buttons & SSO implementation by @dvesh3 in #374
- [Dump] Fix url-slugs data by @dvesh3 in #375
- Remove Ecommerce override by @dvesh3 in #376
- [Task]: Apply native parameter and return type hints by @dvesh3 in #377
- further type fixes by @fashxp in #378
- Removed o_ prefixed from database columns by @aashan10 in #373
New Contributors
- @aashan10 made their first contribution in #341
- @robertSt7 made their first contribution in #355
Full Changelog: v10.2.5...v11.0.0-ALPHA1