Release Notes — se7enxweb/ezplatform-search v1.2.10
Bug fixes
replacevalue corrected:"self.version"→"*"— Thereplacedeclaration forezsystems/ezplatform-searchwas set to"self.version"inv1.2.9. Changed to"*"so Composer treats this fork as superseding all versions of the upstream package regardless of version constraint, eliminating 25 classmap ambiguity warnings on fresh installs.
What changed
// before (v1.2.9)
"replace": { "ezsystems/ezplatform-search": "self.version" }
// after (v1.2.10)
"replace": { "ezsystems/ezplatform-search": "*" }Upgrade notes
Run composer update se7enxweb/ezplatform-search. No API or configuration changes.
Related releases in this series
se7enxweb/ezplatform-admin-uiv2.3.43se7enxweb/ezplatform-richtextv2.3.30se7enxweb/ezplatform-http-cachev2.3.21se7enxweb/ezplatform-userv2.3.15se7enxweb/ezplatform-design-enginev1.2.2
Full Changelog: v1.2.9...v1.2.10