Warning: You are browsing the documentation from version 4 to 10 of Pimcore. Please visit https://pimcore.com/docs/platform/ for the latest versions of Pimcore.
Version: Edit on GitHub

Upgrade Notes

6.9.0

  • [Workflows] Fixed wrong behavior of force_unpublished option, which created a new version (in case of published) instead of unpublishing the object. If you still want to save version, just use save_version option.

  • [Documents] Announcement: Run the pimcore:documents:migrate-elements command before (!) you upgrade to Pimcore 10. Not needed if you don't intend to keep your document versions.

  • [Templating] If you are using Twig, then overriding templating helpers will no effect on Twig extension calls on frontend. Please override Twig extensions instead.

  • [Data Objects] Deprecated \Pimcore\Model\DataObject\ClassDefinition\Data\DataInterface as it isn't used anymore. Will be removed in Pimcore 10.

  • [Data Objects] Deprecated method getFromCsvImport() on all data-types

  • [Data Objects] Data types: marshal/unmarshal is deprecated and will be removed in Pimcore 10. Use normalize/denormalize instead. For custom data types implement the NormalizerInterface

  • Constants PIMCORE_ASSET_DIRECTORY, PIMCORE_VERSION_DIRECTORY, PIMCORE_TEMPORARY_DIRECTORY, PIMCORE_PUBLIC_VAR, PIMCORE_RECYCLEBIN_DIRECTORY, PIMCORE_USERIMAGE_DIRECTORY have been deprecated and will be removed in Pimcore 10.

  • Classes Pimcore\Config\EnvironmentConfigInterface and \Pimcore\Config\EnvironmentConfig have been deprecated and will be removed in Pimcore 10.

  • Constants PIMCORE_DEBUG PIMCORE_DEVMODE PIMCORE_ENVIRONMENT and PIMCORE_KERNEL_DEBUG have been deprecated and will be removed in Pimcore 10.

  • \Pimcore\Maintenance\Tasks\VersionsCompressTask has been deprecated and will be removed in Pimcore 10

  • \Pimcore\Helper\RobotsTxt has been deprecated and will be removed in Pimcore 10

  • [Documents] Editable::factory() is deprecated and will be removed in Pimcore 10, use EditableLoader service instead.

  • [Data Objects] CSV import feature will be removed in Pimcore 10. Use https://github.com/pimcore/data-hub or https://github.com/w-vision/DataDefinitions instead

  • [DataObjects] PHP Class Pimcore\Model\DataObject\Data\Geopoint will go away in Pimcore 10. Use GeoCoordinates instead which changes the signature of __construct parameters

  • [Ecommerce] getClientConfig method will be added to Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\ElasticSearchConfigInterface in Pimcore 10

  • [ECommerce] setSuccessorOrder will be added to Pimcore\Bundle\EcommerceFrameworkBundle\Model\AbstractOrder in Pimcore 10

  • [Ecommerce] getFieldNameMapped will be added to Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\ElasticSearchConfigInterface in Pimcore 10

  • [Ecommerce] getReverseMappedFieldName will be added to Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\ElasticSearchConfigInterface in Pimcore 10

  • [Ecommerce] Tenant config type hint will be changed to FindologicConfigInterface in Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\ProductList\DefaultFindologic::__construct in Pimcore 10

  • Calling static methods on Pimcore\Model\DataObject\AbstractObject is deprecated, use Pimcore\Model\DataObject instead.

  • [Ecommerce] Abstract method setCartHash will be added to Pimcore\Bundle\EcommerceFrameworkBundle\Model\AbstractOrder in Pimcore 10

  • Abstract method load will be added to Pimcore\Model\Listing\Dao\AbstractDao in Pimcore 10

  • [Elastic Search] getClientConfig will be added to the Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config interface in Pimcore 10

  • PageSnippet::$elements property visibility changed from protected to private

  • PageSnippet::$inheritedElements property visibility changed from protected to private

  • [Ecommerce] Ecommerce tracking *.js.php templates are deprecated and will not supported on Pimcore 10. Please use Twig *.js.twig templates. Also Tracker::templateExtension property is deprecated and will be removed in Pimcore 10.

  • Config option and container parameter pimcore.routing.defaults is deprecated, use pimcore.documents.default_controller instead.

  • Method \Pimcore\Tool::getRoutingDefaults() is deprecated and will be removed in Pimcore 10.

  • PageSnippet::$module|$action|get/setAction()|get/setModule() are deprecated and will be removed in Pimcore 10 - see below for migration.

  • DocType::$module|$action|get/setAction()|get/setModule() are deprecated and will be removed in Pimcore 10 - see below for migration.

  • Staticroute::$module|$action|get/setAction()|get/setModule() are deprecated and will be removed in Pimcore 10 - see below for migration.

  • Using dynamic modules, controllers and actions in static routes (e.g. %controller) is deprecated and will not continue to work in Pimcore 10.

  • \Pimcore\Controller\Config\ConfigNormalizer has been deprecated and will be removed in Pimcore 10.

  • Templating helper $this->action() as well as the Twig extension pimcore_action() are deprecated and will be removed in Pimcore 10. Use Twig render() instead.

  • \Pimcore\Model\Element\Reference\Placeholder has been deprecated and will be removed in Pimcore 10. Use \Pimcore\Model\Element\ElementDescriptor instead.

  • WebDebugToolbarListenerPass has been deprecated and will be removed in Pimcore 10.

  • MigrationInstaller for bundles has been deprecated and will be removed in Pimcore 10, please use AbstractInstaller instead.

  • The entire Pimcore\Migrations namespace has been deprecated and will be removed in Pimcore 10. Please use Doctrine Migrations directly instead for your project and bundles.

  • ClassMapLoader now takes priority over PrefixLoader e.g. config pimcore.document.editables.map has higher priority than pimcore.document.editables.prefixes.

  • The config option asset.image.thumbnails.webp_auto_support has been deprecated and will be removed in Pimcore 10. Use the <picture> tag instead (you can force that in your thumbnail config).

  • \Pimcore\Model\Asset\Image\Thumbnail\Processor::setHasWebpSupport() and hasWebpSupport() has been deprecated and will be removed in Pimcore 10.

  • \Pimcore\Tool\Frontend::hasWebpSupport() and all related webp methods have been deprecated and will be removed in Pimcore 10.

  • Config option pimcore.translations.case_insensitive has been deprecated and will be removed in Pimcore 10.

  • PageSnippet::$elements property visibility changed from protected to private

  • PageSnippet::$inheritedElements property visibility changed from protected to private

  • Pimcore\Model\Translation\AbstractTranslation, Pimcore\Model\Translation\Admin and Pimcore\Model\Translation\Website with corresponding listing classes have been deprecated and will be removed in Pimcore 10. Use new class Pimcore\Model\Translation with domain support (Translation::DOMAIN_DEFAULT or Translation::DOMAIN_ADMIN).

  • Calling getQuery() on listing classes (to fetch Zend Compatibility Query Builder) has been deprecated and will be removed in Pimcore 10. Use getQueryBuilder() which returns Doctrine Query builder instead.

  • Using onCreateQuery callback to modify listing queries has been deprecated. Use onCreateQueryBuilder() instead. e.g.

    /** @var \Pimcore\Model\DataObject\News\Listing $list */
    $list = new Pimcore\Model\DataObject\News\Listing();

    $list->onCreateQueryBuilder(
        function (\Doctrine\DBAL\Query\QueryBuilder $select) use ($list) {
            // modify listing $select->join(....);
        }
    );
  • Using Zend\Paginator for listing classes has been deprecated and will be removed in Pimcore 10. Use Knp\Component\Pager\Paginator instead.
  • [Ecommerce] Elasticsearch 5 and 6 support is deprecated, use newer versions of elasticsearch.
  • [Ecommerce] Calling getItemAmount and getItemCount of Carts with boolean parameter is deprecated. Use one of CartInterface::COUNT_MAIN_ITEMS_ONLY, CartInterface::COUNT_MAIN_AND_SUB_ITEMS, CartInterface::COUNT_MAIN_OR_SUB_ITEMS instead.
  • Pimcore\Targeting\Storage\Cookie\JWT\Decoder class has been deprecated and will be removed in Pimcore 10.
  • Pimcore\Tool\Console: Methods getSystemEnvironment(), exec(), execInBackground() and runPhpScriptInBackground() have been deprecated, use Symfony\Component\Process\Process instead where possible. For long running background tasks (which should run even when parent process has exited), switch to a queue implementation.
  • Image thumbnails: Using getHtml() on Image Thumbnails will return <picture> tag instead of <img> tag in Pimcore 10. Please use getImageTag() method instead. Also, passing $removeAttribute param to getHtml() has been deprecated and will throw Exception in Pimcore 10.
  • Deprecated Pimcore\Tool\Mime, use Symfony\Component\Mime\MimeTypes instead.
  • Pimcore\Config::getFlag() method has been deprecated and will be removed in Pimcore 10.

The following methods have been all deprecated and will be removed in Pimcore 10:

\Pimcore\Config::resolveEnvVarValue()
Pimcore::getDevMode()
Pimcore::setDevMode()
Pimcore::setDebugMode()
\Pimcore::getDebugMode()
\Pimcore\Config::initDebugDevMode()
\Pimcore\Config::setEnvironmentConfig()
\Pimcore\Config::setEnvironment()
\Pimcore\Config::getEnvironmentConfig()
\Pimcore\Bundle\InstallBundle\SystemConfig\ConfigWriter::writeDebugModeConfig()
\Pimcore\File::getDefaultMode()
\Pimcore\Model\Asset::getFileSystemPath()
\Pimcore\Model\Asset::getChecksum()
\Pimcore\Model\Asset\Image::getRelativeFileSystemPath()
\Pimcore\Model\Asset\Thumbnail\ImageThumbnailTrait::getChecksum()
\Pimcore\Model\Asset\Thumbnail\ImageThumbnailTrait::getFileSystemPath()
\Pimcore\Model\Version::getBinaryFilePath()
\Pimcore\Model\Version::getLegacyFilePath()
\Pimcore\Model\Version::getFilePath()
\Pimcore\Model\Asset::getImageThumbnailSavePath()
\Pimcore\Model\Asset::getVideoThumbnailSavePath()

Migrating legacy module/controller/action configurations to new controller references

You can use ./bin/console migration:controller-reference to migrate your existing Documents, Staticroutes and Document Types to the new controller references in the format: AppBundle\Controller\FooController::barAction. The migration has to be done before upgrading to the next major version! We recomment to perform the migration right after the upgrade to version 6.9.0. If there are some errors during the execution of the command, don't panic. You can run the command as often as you want, since it doesn't touch already migrated entities.

6.8.0

  • HybridAuth integration is deprecated and will be removed in Pimcore 10.
  • Pimcore\Browser is deprecated and will be replaced by \Browser in Pimcore 10. #7084
  • Javascript - All classes under namespaces pimcore.document.tags are deprecated and will be removed in Pimcore 10. These are moved to new namespace pimcore.document.editables. If you have custom editables or wysiwyg global config then please change namespace from pimcore.document.tags.* to pimcore.document.editables.*
  • Javascript - Class pimcore.document.tag is deprecated as well and will be removed in Pimcore 10. Use new class pimcore.document.editable instead.
  • All classes in namespace Pimcore\Document\Tag moved to new namespace Pimcore\Document\Editable (including their services) for better readability and marked as deprecated. Please update custom document editable classes and mappings. #6921
  • All document_tag_ css classes are deprecated and will be removed in Pimcore 10. Use new classes document_editable_ for custom styling of document editables.
  • Method signature AbstractObject::setChildren($children) has been updated to AbstractObject::setChildren($children, array $objectTypes = [self::OBJECT_TYPE_OBJECT, self::OBJECT_TYPE_FOLDER], $includingUnpublished = false).
  • Edit Template for Area Bricks edit.html.(php|twig) has been deprecated and will be removed in Pimcore 10. Use new feature editable dialog box instead.
  • EventedControllerInterface is marked as deprecated and will be removed in Pimcore 10. Please use new interfaces for kernel events KernelControllerEventInterface::onKernelControllerEvent() or KernelResponseEventInterface::onKernelResponseEvent() instead.
  • PHP templating engine (including templating helpers & vars) has been deprecated and will be removed in Pimcore 10. Use Twig Instead.
  • The Tag Manager has been deprecated and will be removed in Pimcore 10.
  • Class \Pimcore\Model\Tool\Tracking\Event has been deprecated and will be removed in Pimcore 10.
  • Auto view rendering has been deprecated and will be removed in Pimcore 10, which means views will not be tied to action implicitly using the filename and $this->view (ViewModel) in actions stops working. Use Symfony way of Rendering Templates instead.
  • Event \Pimcore\Event\AdminEvents::INDEX_SETTINGS has been deprecated and will be removed in Pimcore 10, use \Pimcore\Event\AdminEvents::INDEX_ACTION_SETTINGS instead.
  • Class \Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\Helper has been deprecated and will be removed in Pimcore 10. Use Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\ListHelper service instead.
  • Class \Pimcore\Model\Tool\Lock has been deprecated and will be removed in Pimcore 10 use the lock factory service Symfony\Component\Lock\LockFactory instead
  • Payment providers Datatrans, Heidelpay, Hobex, Klarna, Mpay24Seamless, OGone, PayPalSmartPaymentButton, PayU are deprecated and will be moved to a separate bundle in Pimcore 10.
  • Payment providers WirecardSeamless, Qpay, Paypal are deprecated and will be removed in Pimcore 10.
  • QRCodes (\Pimcore\Model\Tool\Qrcode\Config) have been deprecated and will be removed in Pimcore 10.

6.7.0

  • [Ecommerce][IndexService] Elastic Search worker does not use mockup cache anymore. Now mockup objects are build directly based on information in response of ES response (_source flag). Therefore AbstractElasticSearch Worker does not extend AbstractMockupCacheWorker anymore.

  • Rules regarding default values in combination with inheritance enabled have been clarified. Read this for details.

  • [Ecommerce] Deprecated FactFinder integration and will be removed in Pimcore 10.

  • Saving unpublished data objects via API will not throw Validation exceptions anymore (just like Admin UI). Please set omitMandatoryCheck explicitly to false to force mandatory checks.

  • \Pimcore\DataObject\GridColumnConfig\Operator\ObjectBrickGetter operator is deprecated and will be removed in Pimcore 10

  • Calling Pimcore\Model\DataObject\ClassDefinition\Data::isEqual() is deprecated since version 6.7.0 and will be removed in version 10 . Implement \Pimcore\Model\DataObject\ClassDefinition\Data\EqualComparisonInterface instead.

  • Following properties and methods are deprecated to unify document editables and will be removed in Pimcore 10. #6900:

    • PageSnippet::$elements. Use PageSnippet::$editables instead.
    • PageSnippet::$inheritedElements. Use PageSnippet::$inheritedEditables instead.
    • PageSnippet::getElements. Use PageSnippet::getEditables instead.
    • PageSnippet::setElements. Use PageSnippet::setEditables instead.
    • PageSnippet::setRawElement. Use PageSnippet::setRawEditable instead.
    • PageSnippet::removeElement. Use PageSnippet::removeEditable instead.
    • TargetingDocumentInterface::TARGET_GROUP_ELEMENT_PREFIX. Use TargetingDocumentInterface::TARGET_GROUP_EDITABLE_PREFIX instead.
    • TargetingDocumentInterface::TARGET_GROUP_ELEMENT_SUFFIX. Use TargetingDocumentInterface::TARGET_GROUP_EDITABLE_SUFFIX instead.
    • TargetingDocumentInterface::getTargetGroupElementPrefix. Use TargetingDocumentInterface::getTargetGroupEditablePrefix instead.
    • TargetingDocumentInterface::getTargetGroupElementName. Use TargetingDocumentInterface::getTargetGroupEditableName instead.
    • TargetingDocumentInterface::hasTargetGroupSpecificElements. Use TargetingDocumentInterface::hasTargetGroupSpecificEditables instead.
    • TargetingDocumentInterface::getTargetGroupSpecificElementNames. Use TargetingDocumentInterface::getTargetGroupSpecificEditableNames instead.
    • TargetingDocumentInterface::getTargetGroupSpecificElementNames. Use TargetingDocumentInterface::getTargetGroupSpecificEditableNames instead.
  • The legacy editable naming scheme has been deprecated and will be removed in Pimcore 10. Please migrate to the new naming scheme.

  • All classes in namespace Pimcore\Document\Tag\NamingStrategy are marked as deprecated and will be removed in Pimcore 10.

  • TagHandlerInterface and DelegatingTagHandler are marked as deprecated and will be removed in Pimcore 10.

6.6.4

  • If you are using the specific settings 'max. items' option for ObjectBricks & Fieldcollections on your class definition, then API will validate the max limit on save() calls from now on.

6.6.2

  • class ElementDescriptor has been moved from 'Pimcore\Model\Version' to 'Pimcore\Model\Element'. The BC layer will be removed in Pimcore 10. Use the following migration scripts to migrate your version and recyclebin files if necessary.

6.6.0

  • Default config for monolog handler main in prod environment is now stream instead of fingers_crossed. If you still want to use fingers_crossed please update your project config accordingly.

  • app migration set is now located in app/Migrations instead of app/Resources/migrations - Pimcore will automatically move existing migration scripts for you (update your VCS!)

  • Replaced html2text from [Martin Bayer] with Html2Text\Html2Text library. Pimcore\Mail::determineHtml2TextIsInstalled, Pimcore\Mail::getHtml2TextBinaryEnabled, Pimcore\Mail::enableHtml2textBinary, are deprecated in favour of new library and will be removed in Pimcore 10. Also, Pimcore\Mail::setHtml2TextOptions now accepts array options instead of string.

  • Ecommerce: interpreter getters in the application which do not return the correct type: a string or integer field may receive "false" - if false was returned which should actually be null, see #5876

  • Dirty detection \Pimcore\Model\DataObject\DirtyIndicatorInterface & \Pimcore\Model\DataObject\Traits\DirtyIndicatorTrait is deprecated and will be removed in Pimcore 10. Please use new interface \Pimcore\Model\Element\DirtyIndicatorInterface and trait \Pimcore\Model\Element\Traits\DirtyIndicatorTrait instead.

  • Image thumbnails using any (P)JPEG/AUTO format will now all use .jpg as file extension (used to be .jpeg or .pjpeg). You can delete all existing .pjpeg and .jpeg thumbnails as they are not getting used anymore (.jpg files will be newly generated). You can use the following command to delete the obsolete files: find web/var/tmp/image-thumbnails/ -type f \( -iname \*.jpeg -o -iname \*.pjpeg \) -delete
    If you're using pre-generation for your thumbnails, don't forget to run the command (e.g. ./bin/console pimcore:thumbnails:image ...).

  • [Workflows] Added new option save_version to changePublishedState under transitions configuration for documents and objects to save only version while transition from places. e.g.

    transitions:
        start_work:
            from: 'todo'
            to: ['edit_text', 'edit_images']
            options:
                label: 'Start Work'
                changePublishedState: save_version
    

6.5.2

  • Passing multiple relations (w/o multiple assignments check) in data objects is deprecated and will throw exception in Pimcore 10.

6.5.0

IMPORTANT!
If you are using the config option 'Cache Raw Relation Data' on your class definition, please run the following script prior to the update, or disable the option manually in your class definitions

use Pimcore\Model\DataObject\ClassDefinition;

$list = new ClassDefinition\Listing();
$list = $list->load();

foreach ($list as $class) {
    if (method_exists($class, 'getCacheRawRelationData') && $class->getCacheRawRelationData()) {
        $class->setCacheRawRelationData(false);
        // get rid of the CacheRawRelationDataInterface & CacheRawRelationDataTrait
        $class->save();
    }
}
  • [Data Objects] Relations are always lazy-loaded from now on see 5772
  • [Data Objects] Relation Types DB Caching Layer is always turned on now. Removed support for non-cached alternative. All rows of the affected object_relation_ table will be fetched in one go and cached together with the object. see 5427
  • [Data Objects] If you have custom lazy-loaded datatypes not extending Pimcore\Model\DataObject\ClassDefinition\Data\Relations\AbstractRelations, implement the Pimcore\Model\DataObject\ClassDefinition\Data\LazyLoadingSupportInterface The method_exists('getLazyLoading') calls will be removed in Pimcore 10.
  • It is now possible to configure php:memory_limit for web2print:pdf-creation command with following configuration:
pimcore:
  documents: 
    web_to_print: 
      pdf_creation_php_memory_limit: '2048M'
  • Using static methods for dynamic text labels is now deprecated, use services instead.
  • Removed method \Pimcore\Model\DataObject\ClassDefinition\Data\Relations\AbstractRelations::isRemoteOwner(), as this method was only used for ReverseManyToManyObjectRelation internal check are now made using instanceof
  • [Data Objects] inheritance skips now objects of other classes (so far only folders) so with an object path like A (class Product) > B (other class) > C (class Product) object C can inherit data from A.
  • The built in cookie info bar (in system settings) is now marked as deprecated and will be removed in Pimcore 10.
  • \Pimcore\Config::getSystemConfig() is now marked as deprecated and will be removed in Pimcore 10. Use Pimcore\Config service or \Pimcore\Config::getSystemConfiguration() method instead.
  • Javascript function ts(key) (alias of t(key)) is marked as deprecated and will be removed in Pimcore 10. Please use t(key) instead.

6.4.0

  • Deprecated the REST Webservice API. The API will be removed in Pimcore 10, use the Pimcore Datahub instead.

  • Removed Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManagerInterface::getRule() and Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManager::getRule()

  • The DocumentRenderer::setEventDispatcher() method has been removed. Pass event dispatcher to the constructor instead.

  • RedirectHandler::setRequestHelper() and RedirectHandler::setSiteResolver() methods have been removed. Pass instance of Pimcore\Http\RequestHelper & Pimcore\Http\Request\Resolver\SiteResolver to the constructor instead.

  • The ContainerService::setEventDispatcher() method has been removed and DocumentRenderer event listeners moved toPimcore\Bundle\CoreBundle\EventListener\FrontendDocumentRendererListener

  • Ecommerce: max length of cartId is now 190 characters instead of 255

  • MaxMind GeoIP database is not updated automatically anymore, please read the instructions for setting up geo support for targeting.

  • System Settings - Full Page Cache configuration changed from

      pimcore:
        cache:
          ...
    

    to

    pimcore:
      full_page_cache:
          ...
    

    in system.yml to avoid conflicts between output and data cache #5369. If you are using custom config files then you have to migrate them manually. Also new config pimcore:full_page_cache is disabled by default, so you have to enable fullpage cache again in system settings.

  • Properties $children, $hasChildren, $siblings, $hasSiblings in Pimcore\Model\Document & $o_children, $o_hasChildren, $o_siblings, $o_hasSiblings in Pimcore\Model\AbstractObject uses array to cache result.

6.3.0

  • Asset Metadata: character ~ is not allowed anymore for (predefined/custom) metadata naming. All existing and new metadata name with '~' converts to '---'. This change is introduced to support Localized columns in asset grid #5093
  • Custom document editables now have to implement the method isEmpty() which is defined on \Pimcore\Model\Document\Tag\TagInterface
  • Grid helper functions are moved from bundles/AdminBundle/Resources/public/js/pimcore/object/helpers/gridcolumnconfig.js(removed) to bundles/AdminBundle/Resources/public/js/pimcore/element/helpers/gridColumnConfig.js

Removed jQuery from Admin UI & E-Commerce Back Office

[BC Break] Replaced jQuery functions & libraries with vanilla JS or ExtJS equivalents. Read more
To get jQuery back in the admin UI, please use the this code snippet.

The following files have been removed:

bundles/AdminBundle/Resources/public/js/lib/jquery-3.4.1.min.js
bundles/EcommerceFrameworkBundle/Resources/public/vendor/jquery-1.11.1.min.js
bundles/EcommerceFrameworkBundle/Resources/public/vendor/jquery-2.1.3.min.js
bundles/EcommerceFrameworkBundle/Resources/public/vendor/jquery-3.4.1.min.js
bundles/EcommerceFrameworkBundle/Resources/public/vendor/bootstrap4/js/bootstrap.bundle.min.js
bundles/EcommerceFrameworkBundle/Resources/public/vendor/bootstrap4/js/bootstrap.js
bundles/EcommerceFrameworkBundle/Resources/public/vendor/bootstrap4/js/bootstrap.min.js
bundles/EcommerceFrameworkBundle/Resources/public/vendor/pickadate.classic.css
bundles/EcommerceFrameworkBundle/Resources/public/vendor/pickadate.classic.date.css
bundles/EcommerceFrameworkBundle/Resources/public/vendor/pickadate.classic.time.css
bundles/EcommerceFrameworkBundle/Resources/public/vendor/picker.date.js
bundles/EcommerceFrameworkBundle/Resources/public/vendor/picker.date.v3.5.3.js
bundles/EcommerceFrameworkBundle/Resources/public/vendor/picker.js
bundles/EcommerceFrameworkBundle/Resources/public/vendor/picker.v3.5.3.js

6.2.2

  • Object Keys: characters > and < not allowed anymore.

6.2.0

  • Support for links and folders as a fallback document, details see #4860
  • Documents & DataObjects: save button (visible when user has no publish permission) does not unpublish element anymore (if user has unpublish permission). Details see #4905

Workflow Refactorings

  • Notifications for workflows now support Pimcore notifications. Due to that, some namespaces were renamed. If you don't have overwritten any of the internal classes, no action is needed.
    • Pimcore\Workflow\EventSubscriber\NotificationEmailSubscriber became Pimcore\Workflow\EventSubscriber\NotificationSubscriber
    • Pimcore\Workflow\NotificationEmail\NotificationEmailInterface became Pimcore\Workflow\NotificationEmail\NotificationInterface

6.1.2

  • Sessions: the native PHP session mechanism is now the default (instead of session.handler.native_file). To use the former handler use the following config:
framework:
    session:
        handler_id:  session.handler.native_file
        save_path:   "%kernel.root_dir%/../var/sessions"

If you have configured your own session handler nothing will change.

  • Bugfix for 6.1.0 - only relevant, when you directly implement interfaces. If you just extend existing E-Commerce Framework implementations, default implementations for the new methods are provided.
    • New method in CartFactoryInterface: public function getCartReadOnlyMode(): string; - default implementation in CartFactory available.

6.1.0

E-Commerce Framework Refactorings

  • New methods in interfaces - only relevant, when you directly implement interfaces. If you just extend existing E-Commerce Framework implementations, default implementations for the new methods are provided.

    • New method in EcommerceFrameworkBundle\EnvironmentInterface: public function setDefaultCurrency(Currency $currency); - default implementation in Environment available.
    • New method in CartInterface: public function getPricingManagerTokenInformationDetails(): array - default implementation in AbstractCart available.
    • New method in CartInterface: public function isCalculated(): bool - default implementation in AbstractCart available.
    • New method in CartPriceCalculatorInterface: public function getAppliedPricingRules(): array; - default implementation in CartPriceCalculator available.
    • New method in BracketInterface: public function getConditionsByType(string $typeClass): array; - default implementation in Bracket available.
    • New method in RuleInterface: public function getConditionsByType(string $typeClass): array - default implementation in Rule available.
    • New method in VoucherServiceInterface: public function getPricingManagerTokenInformationDetails(CartInterface $cart, string $locale = null): array; - default implementation in DefaultService available.
    • New method in CartFactoryInterface: public function getCartReadOnlyMode(): string; - default implementation in CartFactory available.
  • Changed return type of applyCartRules(CartInterface $cart) in PricingManagerInterface - from PricingManagerInterface to array

  • Introduction of new Checkout Manager architecture. It is parallel to the old architecture, which is deprecated now and will be removed in Pimcore 10. For details see Checkout Manager Details.

E-Commerce Back Office

  • Following views are migrated from .php to .twig (with snake_case naming)
bundles/EcommerceFrameworkBundle/Resources/views/AdminOrder/detail.html.php
bundles/EcommerceFrameworkBundle/Resources/views/AdminOrder/itemCancel.html.php
bundles/EcommerceFrameworkBundle/Resources/views/AdminOrder/itemComplaint.html.php
bundles/EcommerceFrameworkBundle/Resources/views/AdminOrder/itemEdit.html.php
bundles/EcommerceFrameworkBundle/Resources/views/AdminOrder/list.html.php
bundles/EcommerceFrameworkBundle/Resources/views/Includes/paging.html.php
bundles/EcommerceFrameworkBundle/Resources/views/back-office.html.php
bundles/EcommerceFrameworkBundle/Resources/views/Voucher/voucherCodeTabError.html.php
bundles/EcommerceFrameworkBundle/Resources/views/Voucher/voucherCodeTabPattern.html.php
bundles/EcommerceFrameworkBundle/Resources/views/Voucher/voucherCodeTabSingle.html.php
bundles/EcommerceFrameworkBundle/Resources/views/Voucher/parts/paginator.html.php
bundles/EcommerceFrameworkBundle/Resources/views/Voucher/parts/statistics.html.php
bundles/EcommerceFrameworkBundle/Resources/views/Voucher/parts/usageStatisticScript.html.php
bundles/EcommerceFrameworkBundle/Resources/views/Voucher/parts/modals/cleanupReservationsModal.html.php
bundles/EcommerceFrameworkBundle/Resources/views/Voucher/parts/modals/pattern/cleanupModal.html.php
bundles/EcommerceFrameworkBundle/Resources/views/Voucher/parts/modals/pattern/generateModal.html.php
bundles/EcommerceFrameworkBundle/Resources/views/Voucher/parts/modals/single/assignSettingsModal.html.php

  • Link Editables no longer apply configured classes to the editable container. If you have custom css relying on this classes you have to adopt it. see #4740