Skip to content

v1.2.10

Latest

Choose a tag to compare

@se7enxweb se7enxweb released this 12 Apr 07:09

Release Notes — se7enxweb/ezplatform-search v1.2.10

Bug fixes

  • replace value corrected: "self.version""*" — The replace declaration for ezsystems/ezplatform-search was set to "self.version" in v1.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

Full Changelog: v1.2.9...v1.2.10