Skip to content

ci(deps): update dependency ibexa/oss to v5 - autoclosed

This MR contains the following updates:

Package Update Change
ibexa/oss major 4.6.23 -> 5.0.2

Release Notes

ibexa/oss (ibexa/oss)

v5.0.2

Compare Source

The full changelog for this release is available at: https://github.com/ibexa/oss/wiki/Changelog-v5.0.2

v5.0.1

Compare Source

The full changelog for this release is available at: https://github.com/ibexa/oss/wiki/Changelog-v5.0.1

v5.0.0

Compare Source

ibexa/oss v5.0.0 change log

Changes since v4.6.21

ibexa/admin-ui changes between v4.6.21 and v5.0.0

Improvements
Bugs

ibexa/admin-ui-assets changes between v4.6.21 and v5.0.0

Improvements

ibexa/content-forms changes between v4.6.21 and v5.0.0

Improvements
  • IBX-8119: Upgraded minimum PHP version to 8.3
  • IBX-8121: Fixed code style for 5.0
  • IBX-8139: Dropped class_alias BC layer statements from all classes (#​69)
  • IBX-8138: [Rector] Applied rules from Symfony 5 Rector set lists (#​71)
  • IBX-8534: Renamed pagelayout parameter (#​75)
  • IBX-8470: Upgraded codebase to Symfony 6 (#​78)
  • IBX-9727: Added missing type hints (#​84)
  • IBX-8471: Upgraded codebase to Symfony 7 (#​83)
  • IBX-8471: Fixed outstanding issues after Symfony 7 upgrade (#​87)
  • IBX-9727: Fixed strict types of FormAction Event & Dispatcher
  • IBX-9727: [Tests] Fixed strict types in test classes after SF 7 upgrade
  • IBX-9727: [Behat] Fixed strict types of Contexts after Symfony 7 upgrade
  • IBX-9727: Fixed the strict types after updating ibexa/core
  • IBX-9727: Fixed strict types of Constraints after Symfony 7 upgrade
  • IBX-9727: [Behat] Added missing array shape to FieldTypeFormContext::$fieldTypeIdentifierMap
  • IBX-9727: Defined generic types for Forms transformers after SF 7 upgrade
  • IBX-9727: [Tests] Aligned Forms transformers tests with generics fixes
  • IBX-9947: Rebranded field type identifiers (#​89)
  • IBX-9727: [Behat] Fixed ContentTypeCreateStruct building after strict types changes (#​92)
  • IBX-10228: Bumped symfony/* to ^7.3 (#​93)

ibexa/core changes between v4.6.21 and v5.0.0

Improvements
Bugs
  • IBX-3957: Made NOP URL aliases not reusable and original (#​350)
  • IBX-8322: Fixed lack of redirections to last visited pages after successful authentication (#​389)
  • IBX-8323: Reworked RepositoryAuthenticationProvider and moved its logic to a dedicated subscriber (#​396)
  • IBX-9513: Fixed obsolete ibexa_* controller references (#​474)
  • IBX-10063: Fixed incorrect key used to determinate sub-matcher class for denormalization (#​588)
  • IBX-10137: Moved slug transformation rules to production Resources (#​589)
  • IBX-9328: Added the users_group_root_subtree_path config parameter (#​594)
  • IBX-8697: Added validation for Keyword field type values in content and tests (#​592)
  • IBX-10167: Fixed translations export in abstract field type classes (#​603)
  • IBX-9980: Fixed displaying search engine in ibexa:reindex command (#​607)
  • IBX-10246: Made FieldDefinitionCreateStruct not translatable by default (#​608)
  • IBX-10229: Made old field type alias fallback to new one in searchable field map (#​606)
  • IBX-10253: Fixed condition checks for sending a file with BinaryStreamResponse (#​614)
  • IBX-10254: Renamed ez_lock object state group to ibexa_lock (#​615)
  • IBX-4470: Rebranded Flysystem filesystem service ID (#​616)
  • IBX-10283: Added urlAlias $id validation (#​617)
  • IBX-10334: Fallbacked to a new field type alias in the DoctrineGatewayDataMapper (#​620)
Misc
  • IBX-8543: Fixed PHP versions for MySQL 8.0

ibexa/core-persistence changes between v4.6.21 and v5.0.0

Improvements

ibexa/core-search changes between v4.6.21 and v5.0.0

Improvements

ibexa/cron changes between v4.6.21 and v5.0.0

Improvements

ibexa/design-engine changes between v4.6.21 and v5.0.0

Improvements
Bugs
  • IBX-10341: Fixed accessing templatePathRegistry property in TwigDataCollector::getTemplatePathRegistry (#​39)

ibexa/doctrine-schema changes between v4.6.21 and v5.0.0

Improvements

ibexa/fieldtype-matrix changes between v4.6.21 and v5.0.0

Improvements
Bugs

ibexa/fieldtype-query changes between v4.6.21 and v5.0.0

Improvements

ibexa/fieldtype-richtext changes between v4.6.21 and v5.0.0

Improvements
Bugs

ibexa/graphql changes between v4.6.21 and v5.0.0

Improvements
Bugs

ibexa/http-cache changes between v4.6.21 and v5.0.0

Improvements

ibexa/i18n changes between v4.6.21 and v5.0.0

No significant changes.

ibexa/notifications changes between v4.6.21 and v5.0.0

Improvements
Bugs

ibexa/post-install changes between v4.6.21 and v5.0.0

Improvements

ibexa/rest changes between v4.6.21 and v5.0.0

Improvements
  • IBX-8119: Upgraded minimum PHP version to 8.3
  • IBX-8121: Fixed code style for 5.0
  • IBX-8140: Enabled authenticator manager-based security (#​90)
  • IBX-8139: Dropped class_alias BC layer statements from all classes (#​96)
  • IBX-8135: Reverted to original hautelook/templated-uri-bundle (#​88)
  • IBX-8290: Reworked REST authentication to comply with the new Symfony authenticator mechanism under separate firewall (#​98)
  • IBX-8356: Reworked Ibexa\Core\MVC\Symfony\Security\Authentication\AuthenticatorInterface usages to comply with Symfony-based authentication (#​101)
  • IBX-8173: Implemented routing language expression parsing media type from Content-Type header
  • IBX-8176: OpenAPI compatible location moving endpoint (#​95)
  • IBX-8179: OpenAPI compatible publish role endpoint (#​102)
  • IBX-8178: OpenAPI compatible publish content type endpoint
  • IBX-8177: OpenAPI compatible publish content version endpoint
  • IBX-8171: Open API compatible create draft from current version endpoint
  • IBX-8170: Open API compatible create draft from version endpoint
  • IBX-8180: OpenAPI compatible location swap endpoint (#​107)
  • IBX-8174: OpenAPI compatible restore trash item endpoint
  • IBX-8368: Implement dedicated location trashing endpoint
  • IBX-8174: Fixed restore trash item response codes to match the spec
  • IBX-8175: OpenAPI compatible move user group endpoint
  • IBX-8172: OpenAPI compatible location copy endpoint
  • IBX-8169: OpenAPI compatible content copy endpoint
  • IBX-8138: [Rector] Applied rules from Symfony 5 Rector set lists (#​118)
  • IBX-8534: Dropped usage of deprecated contentService::loadContentDrafts method (#​134)
  • IBX-8535: Dropped deprecated code (#​131)
  • IBX-8535: Dropped deprecated loadRelations usage (#​137)
  • IBX-8534: Change deprecated path to inputUri (#​139)
  • IBX-8470: Upgraded codebase to Symfony 6 (#​138)
  • IBX-8190: Add Symfony Serializer support (#​121)
  • IBX-8532: Removed deprecated Facets API (#​484)
  • IBX-8190: Fixed JsonSerializableNormalizer priority (#​147)
  • IBX-8335: Added initial support for API Platform (#​114)
  • IBX-8778: Introduced API Platform attributes with schemas (#​125)
  • IBX-8778: API Platform schema fixes (#​153)
  • IBX-9058: Configured OpenAPI schema info (#​158)
  • IBX-9058: Swapped openapi.summary→openapi.description and name→openapi.summary (#​156)
  • IBX-9058: Provided missing REST API information (#​161)
  • IBX-9103: Replaced Relation const calls with RelationType enum (#​166)
  • IBX-9727: Added missing type hints (#​164)
  • IBX-8471: Upgraded codebase to Symfony 7 (#​152)
  • IBX-8471: [Composer] Switched to tagged versions of templated-uri forks (#​167)
  • IBX-9947: Rebranded field type identifiers (#​173)
  • IBX-9727: Aligned codebase with core content VO strict types changes (#​185)
  • IBX-9727: Added missing strict types (#​188)
  • IBX-10228: Bumped symfony/* to ^7.3 (#​184)
Bugs

ibexa/search changes between v4.6.21 and v5.0.0

Improvements
Bugs

ibexa/solr changes between v4.6.21 and v5.0.0

Improvements
Bugs

ibexa/standard-design changes between v4.6.21 and v5.0.0

Improvements

ibexa/system-info changes between v4.6.21 and v5.0.0

Improvements
Bugs

ibexa/templated-uri-bundle changes between 4.0.0 and v3.3.2.2

No significant changes.

ibexa/templated-uri-router changes between 5.0.0 and v3.3.0

No significant changes.

ibexa/twig-components changes between v4.6.21 and v5.0.0

Improvements
Bugs

ibexa/user changes between v4.6.21 and v5.0.0

Improvements
Bugs

v4.6.24

Compare Source

The full changelog for this release is available at: https://github.com/ibexa/oss/wiki/Changelog-v4.6.24


Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Berlin, Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Berlin.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Bender Bending Rodríguez

Merge request reports

Loading