@@ -148,7 +148,7 @@ Several field type identifiers have changed.
148148
149149| Old FQN | New FQN / Comment |
150150| :------------------------------------------------------| :------------------------------------------------------------------------|
151- | ` \Ibexa\Contracts\AdminUi\Permission\PermissionCheckerInterface::getContentCreateLimitations ` | ` Ibexa\AdminUi\Permission\LimitationResolverInterface::getContentCreateLimitations ` |
151+ | ` \Ibexa\Contracts\AdminUi\Permission\PermissionCheckerInterface::getContentCreateLimitations ` | ` \ Ibexa\AdminUi\Permission\LimitationResolverInterface::getContentCreateLimitations` |
152152| ` \Ibexa\Contracts\AdminUi\Permission\PermissionCheckerInterface::getContentUpdateLimitations ` | ` \Ibexa\AdminUi\Permission\LimitationResolverInterface::getContentUpdateLimitations ` |
153153| ` \Ibexa\Contracts\AdminUi\UniversalDiscovery\Provider::getRestFormat ` | Removed |
154154| ` \Ibexa\AdminUi\Form\Type\Search\DateIntervalType ` | ` \Ibexa\AdminUi\Form\Type\Date\DateIntervalType ` |
@@ -159,7 +159,7 @@ Several field type identifiers have changed.
159159| ` \Ibexa\AdminUi\Specification\NotSpecification ` | ` \Ibexa\Contracts\Core\Specification\NotSpecification ` |
160160| ` \Ibexa\AdminUi\Specification\OrSpecification ` | ` \Ibexa\Contracts\Core\Specification\OrSpecification ` |
161161| ` \Ibexa\AdminUi\Specification\SpecificationInterface ` | ` \Ibexa\Contracts\Core\Specification\SpecificationInterface ` |
162- | ` \Ibexa\AdminUi\Tab\Dashboard\PagerContentToDataMapper ` | ` Ibexa\AdminUi\Tab\Dashboard\PagerLocationToDataMapper ` |
162+ | ` \Ibexa\AdminUi\Tab\Dashboard\PagerContentToDataMapper ` | ` \ Ibexa\AdminUi\Tab\Dashboard\PagerLocationToDataMapper` |
163163| ` \Ibexa\AdminUi\Translation\Extractor\LimitationTranslationExtractor ` | Removed |
164164| ` \Ibexa\AdminUi\Translation\Extractor\PolicyTranslationExtractor ` | Removed |
165165| ` \Ibexa\AdminUi\UI\Dataset\ContentDraftsDataset ` | ` \Ibexa\AdminUi\UI\Dataset\ContentDraftListDataset ` |
@@ -192,25 +192,25 @@ Support for facet search has been dropped, use the `Aggregation` API instead.
192192| ` \Ibexa\Bundle\Core\DependencyInjection\Security\PolicyProvider\RepositoryPolicyProvider ` | Removed |
193193| ` \Ibexa\Bundle\Core\Imagine\VariationPathGenerator ` | ` \Ibexa\Contracts\Core\Variation\VariationPathGenerator ` |
194194| ` \Ibexa\ContentForms\User\View\UserRegisterFormView ` | ` \Ibexa\User\View\UserRegisterFormView ` |
195- | ` Ibexa\Bundle\Debug\Collector\PersistenceCacheCollector::getCount ` | ` \Ibexa\Bundle\Debug\Collector\PersistenceCacheCollector::getStats ` |
196- | ` Ibexa\Bundle\RepositoryInstaller\Installer\Installer::createConfiguration ` | Deprecated |
197- | ` Ibexa\Contracts\Core\FieldType\FieldStorage::getIndexData ` | ` Ibexa\Contracts\Core\FieldType\Indexable ` |
198- | ` Ibexa\Contracts\Core\FieldType\BinaryBase\PathGenerator ` | ` \Ibexa\Contracts\Core\FieldType\BinaryBase\PathGeneratorInterface ` |
199- | ` Ibexa\Contracts\Core\IO\BinaryFile::$mimeType ` | ` \Ibexa\Core\IO\IOMetadataHandler::getMimeType ` |
200- | ` Ibexa\Contracts\Core\Persistence\Handler::beginTransaction ` | ` \Ibexa\Contracts\Core\Persistence\TransactionHandler::beginTransaction ` |
201- | ` Ibexa\Contracts\Core\Persistence\Handler::commit ` | ` \Ibexa\Contracts\Core\Persistence\TransactionHandler::commit ` |
202- | ` Ibexa\Contracts\Core\Persistence\Handler::rollback ` | ` \Ibexa\Contracts\Core\Persistence\TransactionHandler::rollback ` |
203- | ` Ibexa\Contracts\Core\Persistence\Bookmark\Bookmark::$name ` | Removed |
204- | ` Ibexa\Contracts\Core\Persistence\Bookmark\CreateStruct::$name ` | Removed |
205- | ` Ibexa\Contracts\Core\Persistence\Content\ContentInfo::STATUS_ARCHIVED ` | ` \Ibexa\Contracts\Core\Persistence\Content\ContentInfo::STATUS_TRASHED ` |
206- | ` Ibexa\Contracts\Core\Persistence\Content\ContentInfo::$isPublished ` | Removed. Use ` ContentInfo::$status} ` with value ` STATUS_PUBLISHED ` . |
207- | ` Ibexa\Contracts\Core\Persistence\Content\LoadStruct ` | Removed |
208- | ` Ibexa\Contracts\Core\Persistence\Content\Location::$pathIdentificationString ` | Removed |
209- | ` Ibexa\Contracts\Core\Persistence\Content\Location\CreateStruct::$pathIdentificationString ` | Removed |
210- | ` Ibexa\Contracts\Core\Persistence\Content\Location\Handler::markSubtreeModified ` | Removed |
211- | ` Ibexa\Contracts\Core\Persistence\FieldType\IsEmptyValue ` | Removed |
212- | ` Ibexa\Contracts\Core\Persistence\User\Handler::loadPoliciesByUserId ` | Removed |
213- | ` Ibexa\Contracts\Core\Repository\ContentService::loadContentDrafts ` | ` \Ibexa\Contracts\Core\Repository\ContentService::loadContentDraftList ` |
195+ | ` / Ibexa\Bundle\Debug\Collector\PersistenceCacheCollector::getCount` | ` \Ibexa\Bundle\Debug\Collector\PersistenceCacheCollector::getStats ` |
196+ | ` \ Ibexa\Bundle\RepositoryInstaller\Installer\Installer::createConfiguration` | Deprecated |
197+ | ` \ Ibexa\Contracts\Core\FieldType\FieldStorage::getIndexData` | ` \ Ibexa\Contracts\Core\FieldType\Indexable` |
198+ | ` \ Ibexa\Contracts\Core\FieldType\BinaryBase\PathGenerator` | ` \Ibexa\Contracts\Core\FieldType\BinaryBase\PathGeneratorInterface ` |
199+ | ` \ Ibexa\Contracts\Core\IO\BinaryFile::$mimeType` | ` \Ibexa\Core\IO\IOMetadataHandler::getMimeType ` |
200+ | ` \ Ibexa\Contracts\Core\Persistence\Handler::beginTransaction` | ` \Ibexa\Contracts\Core\Persistence\TransactionHandler::beginTransaction ` |
201+ | ` \ Ibexa\Contracts\Core\Persistence\Handler::commit` | ` \Ibexa\Contracts\Core\Persistence\TransactionHandler::commit ` |
202+ | ` \ Ibexa\Contracts\Core\Persistence\Handler::rollback` | ` \Ibexa\Contracts\Core\Persistence\TransactionHandler::rollback ` |
203+ | ` \ Ibexa\Contracts\Core\Persistence\Bookmark\Bookmark::$name` | Removed |
204+ | ` \ Ibexa\Contracts\Core\Persistence\Bookmark\CreateStruct::$name` | Removed |
205+ | ` \ Ibexa\Contracts\Core\Persistence\Content\ContentInfo::STATUS_ARCHIVED` | ` \Ibexa\Contracts\Core\Persistence\Content\ContentInfo::STATUS_TRASHED ` |
206+ | ` \ Ibexa\Contracts\Core\Persistence\Content\ContentInfo::$isPublished` | Removed. Use ` ContentInfo::$status} ` with value ` STATUS_PUBLISHED ` . |
207+ | ` \ Ibexa\Contracts\Core\Persistence\Content\LoadStruct` | Removed |
208+ | ` \ Ibexa\Contracts\Core\Persistence\Content\Location::$pathIdentificationString` | Removed |
209+ | ` \ Ibexa\Contracts\Core\Persistence\Content\Location\CreateStruct::$pathIdentificationString` | Removed |
210+ | ` \ Ibexa\Contracts\Core\Persistence\Content\Location\Handler::markSubtreeModified` | Removed |
211+ | ` \ Ibexa\Contracts\Core\Persistence\FieldType\IsEmptyValue` | Removed |
212+ | ` \ Ibexa\Contracts\Core\Persistence\User\Handler::loadPoliciesByUserId` | Removed |
213+ | ` \ Ibexa\Contracts\Core\Repository\ContentService::loadContentDrafts` | ` \Ibexa\Contracts\Core\Repository\ContentService::loadContentDraftList ` |
214214| ` \Ibexa\Contracts\Core\Repository\Values\Content\Location::SORT_FIELD_MODIFIED_SUBNODE ` | Removed |
215215| ` \Ibexa\Contracts\Core\Repository\Values\Content\Query\FacetBuilder ` | Removed. Use the ` Aggregation ` API. |
216216| ` \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalOperator::getSpecifications ` | Removed |
@@ -294,7 +294,7 @@ Support for facet search has been dropped, use the `Aggregation` API instead.
294294| ` \Ibexa\Core\Repository\SectionService::countAssignedContents ` | Deprecated. Use ` SearchService ` with ` Section ` criterion. |
295295| ` \Ibexa\Core\Repository\Helper\NameSchemaService ` | ` \Ibexa\Contracts\Core\Repository\NameSchema\NameSchemaServiceInterface ` |
296296| ` \Ibexa\Core\Repository\Helper\RoleDomainMapper ` | Removed |
297- | ` \Ibexa\Core\Repository\Mapper\ContentTypeDomainMapper::buildSPIFieldDefinitionUpdate ` | ` Ibexa\Core\Repository\Mapper\ContentTypeDomainMapper::buildSPIFieldDefinitionFromUpdateStruct ` |
297+ | ` \Ibexa\Core\Repository\Mapper\ContentTypeDomainMapper::buildSPIFieldDefinitionUpdate ` | ` \ Ibexa\Core\Repository\Mapper\ContentTypeDomainMapper::buildSPIFieldDefinitionFromUpdateStruct` |
298298| ` \Ibexa\Core\Repository\Mapper\ContentTypeDomainMapper::buildSPIFieldDefinitionCreate ` | ` \Ibexa\Core\Repository\Mapper\ContentTypeDomainMapper::buildSPIFieldDefinitionFromCreateStruct ` |
299299| ` \Ibexa\Core\Repository\User\PasswordHashServiceInterface ` | ` \Ibexa\Contracts\Core\Repository\PasswordHashService ` |
300300| ` \Ibexa\Core\Search\Common\FieldNameResolver::getFieldNamesget ` | ` \Ibexa\Core\Search\Common\FieldNameResolver::getFieldTypes ` |
@@ -373,7 +373,7 @@ Support for facets in `ibexa/elasticsearch` has been dropped, use the `Aggregati
373373
374374| Old FQN | New FQN / Comment |
375375| :------------------------------------------------------| :------------------------------------------------------------------------|
376- | ` Ibexa\FieldTypeRichText\Translation\Extractor\OnlineEditorCustomAttributesExtractor ` | Removed |
376+ | ` \ Ibexa\FieldTypeRichText\Translation\Extractor\OnlineEditorCustomAttributesExtractor` | Removed |
377377| ` \Ibexa\FieldTypeQuery\Persistence\Legacy\Content\FieldValue\Converter\QueryConverter::create ` | Removed. Use the default constructor. |
378378
379379!!! note "Missing custom tag configuration error"
@@ -403,8 +403,8 @@ Support for facets in `ibexa/elasticsearch` has been dropped, use the `Aggregati
403403| ` \Ibexa\GraphQL\Schema\Domain\Content\NameHelper::domainMutationUpdateContentField ` | ` \Ibexa\GraphQL\Schema\Domain\Content\NameHelper::itemMutationUpdateItemField ` |
404404| ` \Ibexa\GraphQL\Schema\Domain\Content\NameHelper::domainGroupName ` | ` \Ibexa\GraphQL\Schema\Domain\Content\NameHelper::itemGroupName ` |
405405| ` \Ibexa\GraphQL\Schema\Domain\Content\NameHelper::domainGroupTypesName ` | ` \Ibexa\GraphQL\Schema\Domain\Content\NameHelper::itemGroupTypesName ` |
406- | ` \Ibexa\GraphQL\Schema\Domain\Content\Mapper\FieldDefinition\FieldDefinitionArgsBuilderMapper ` | ` Ibexa\Contracts\GraphQL\Schema\Domain\Content\Mapper\FieldDefinition\FieldDefinitionMapper ` |
407- | ` \Ibexa\GraphQL\Schema\Domain\Content\Mapper\FieldDefinition\FieldDefinitionInputMapper ` | ` Ibexa\Contracts\GraphQL\Schema\Domain\Content\Mapper\FieldDefinition\FieldDefinitionMapper ` |
406+ | ` \Ibexa\GraphQL\Schema\Domain\Content\Mapper\FieldDefinition\FieldDefinitionArgsBuilderMapper ` | ` \ Ibexa\Contracts\GraphQL\Schema\Domain\Content\Mapper\FieldDefinition\FieldDefinitionMapper` |
407+ | ` \Ibexa\GraphQL\Schema\Domain\Content\Mapper\FieldDefinition\FieldDefinitionInputMapper ` | ` \ Ibexa\Contracts\GraphQL\Schema\Domain\Content\Mapper\FieldDefinition\FieldDefinitionMapper` |
408408
409409### ibexa/measurement
410410
@@ -423,7 +423,7 @@ Support for facets in `ibexa/elasticsearch` has been dropped, use the `Aggregati
423423
424424| Old FQN | New FQN / Comment |
425425| :------------------------------------------------------| :------------------------------------------------------------------------|
426- | ` Ibexa\ProductCatalog\Bridge ` | Migrate data to a local product catalog. |
426+ | ` \ Ibexa\ProductCatalog\Bridge` | Migrate data to a local product catalog. |
427427
428428### ibexa/page-builder
429429
@@ -485,13 +485,13 @@ Support for facets in `ibexa/elasticsearch` has been dropped, use the `Aggregati
485485| ` \Ibexa\Solr\Query\Common\FacetBuilderVisitor\ContentType ` | ` Use Aggregation API ` |
486486| ` \Ibexa\Solr\Query\Common\FacetBuilderVisitor\Section ` | ` Use Aggregation API ` |
487487| ` \Ibexa\Solr\Query\Common\FacetBuilderVisitor\User ` | ` Use Aggregation API ` |
488- | ` \Ibexa\Solr\Query\Content\CriterionVisitor\Field ` | ` Ibexa\Solr\Query\Common\CriterionVisitor\Field ` |
488+ | ` \Ibexa\Solr\Query\Content\CriterionVisitor\Field ` | ` \ Ibexa\Solr\Query\Common\CriterionVisitor\Field` |
489489
490490### ibexa/storefront
491491
492492| Old FQN | New FQN / Comment |
493493| :------------------------------------------------------| :------------------------------------------------------------------------|
494- | ` \Ibexa\Contracts\Storefront\Repository\TaxonomyTreeServiceInterface::getPath ` | ` Ibexa\Contracts\Taxonomy\Service\TaxonomyServiceInterface::getPath ` |
494+ | ` \Ibexa\Contracts\Storefront\Repository\TaxonomyTreeServiceInterface::getPath ` | ` \ Ibexa\Contracts\Taxonomy\Service\TaxonomyServiceInterface::getPath` |
495495
496496### ibexa/system-info
497497
@@ -522,7 +522,7 @@ The following service definitions have been removed:
522522| :----| :----|
523523| ` formatLine ` | Removed |
524524| ` parseAll ` | Removed |
525- | ` fileSizeToString ` | Use ` fileSizeToString ` function from ` src/bundle/ui-dev/src/modules/common/helpers/text.helper.js ` . |
525+ | ` fileSizeToString ` | Use ` fileSizeToString ` function from ` / src/bundle/ui-dev/src/modules/common/helpers/text.helper.js` . |
526526| ` backdrop.js ` | Use the ` ibexa.core.Backdrop ` component. |
527527| ` sidebar.block.js ` | ` block.js ` |
528528| ` sidebar.blocks.group.js ` | ` block.group.js ` |
@@ -548,8 +548,8 @@ The following service definitions have been removed:
548548| ` sidebar-drag-items ` | `toolbox-drag-items |
549549| ` sidebar-drag-items-group ` | ` toolbox-drag-items-group ` |
550550| ` sidebar-drag-item ` | ` tooblox-drag-item ` |
551- | ` src/bundle/Resources/public/scss/mixins/_font.scss ` | Removed |
552- | ` src/bundle/Resources/public/scss/_iframe-backdrop.scss ` | Removed |
551+ | ` / src/bundle/Resources/public/scss/mixins/_font.scss` | Removed |
552+ | ` / src/bundle/Resources/public/scss/_iframe-backdrop.scss` | Removed |
553553
554554## Twig templates, functions and filters
555555
@@ -562,8 +562,8 @@ The global Twig variable `ez_richtext_config` has been renamed to `ibexa_richtex
562562| ` /src/bundle/Resources/views/themes/admin/account/form_fields.html.twig ` | Deprecated, extend ` @ibexadesign/ui/form_fields.html.twig ` directly. |
563563| ` /src/bundle/Resources/views/themes/admin/content/edit/content_header.html.twig ` | Removed |
564564| ` /src/bundle/Resources/views/themes/admin/ui/footer.html.twig ` | Deprecated |
565- | ` src/bundle/Resources/views/themes/corporate/customer_portal/registration/registration_already_exists.html.twig ` | Removed |
566- | ` src/bundle/Resources/views/block_preview.html.twig ` | Removed |
565+ | ` / src/bundle/Resources/views/themes/corporate/customer_portal/registration/registration_already_exists.html.twig` | Removed |
566+ | ` / src/bundle/Resources/views/block_preview.html.twig` | Removed |
567567| ` \Ibexa\Scheduler\Dashboard\AllScheduledTab ` | Removed ` type ` variable. Use ` content_type.name ` . |
568568| ` \Ibexa\Scheduler\Dashboard\MyScheduledTab ` | Removed ` type ` variable. Use ` content_type.name ` . |
569569| ` \Ibexa\Bundle\User\Controller\DefaultProfileImageController ` | Removed ` type ` variable. Use ` text_color ` . Remove ` default(text) ` from ` initials.svg.twig ` . |
0 commit comments