Skip to content

v1.2.9

Choose a tag to compare

@se7enxweb se7enxweb released this 12 Apr 06:58
· 1 commit to 1.2 since this release

Release Notes — se7enxweb/ezplatform-search v1.2.9

Bug fixes

  • Classmap ambiguity eliminated — Added "replace": {"ezsystems/ezplatform-search": "self.version"} to composer.json. Composer was simultaneously installing ezsystems/ezplatform-search (1.2.x-dev) alongside se7enxweb/ezplatform-search (v1.2.8), producing 25+ classmap collision warnings covering every class in Ibexa\Platform\Search\* and Ibexa\Platform\Bundle\Search\*.

Affected namespaces (sample)

Ibexa\Platform\Search\Mapper\PagerSearchContentToDataMapper
Ibexa\Platform\Search\QueryType\SearchQueryType
Ibexa\Platform\Bundle\Search\Controller\SearchController
Ibexa\Platform\Bundle\Search\Form\Type\SearchType
... (25 total)

Why this matters
On a fresh install of se7enxweb/exponential-platform-legacy, both packages were resolved by Composer. The replace declaration now prevents ezsystems/ezplatform-search from being installed when this fork is present.

Upgrade notes
No API or behavioural changes. Run composer update se7enxweb/ezplatform-search.

Full Changelog: v1.2.8...v1.2.9