v1.2.9
Release Notes — se7enxweb/ezplatform-search v1.2.9
Bug fixes
- Classmap ambiguity eliminated — Added
"replace": {"ezsystems/ezplatform-search": "self.version"}tocomposer.json. Composer was simultaneously installingezsystems/ezplatform-search(1.2.x-dev) alongsidese7enxweb/ezplatform-search(v1.2.8), producing 25+ classmap collision warnings covering every class inIbexa\Platform\Search\*andIbexa\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