Release Notes — se7enxweb/ezplatform-admin-ui v2.3.43
Bug fixes
replacevalue corrected:"self.version"→"*"— Thereplacedeclaration forezsystems/ezplatform-admin-uiwas set to"self.version"inv2.3.42. This only satisfies Composer constraints that exactly match the fork version (e.g.^2.3). Any project or meta-package that required a different version range of the original (e.g.^2.3.x-dev,~2.3.0) risked Composer resolving both packages simultaneously. Using"*"unconditionally tells Composer this fork supersedes all versions ofezsystems/ezplatform-admin-ui, eliminating the 889-class classmap conflict on every install.
What changed
// before (v2.3.42)
"replace": { "ezsystems/ezplatform-admin-ui": "self.version" }
// after (v2.3.43)
"replace": { "ezsystems/ezplatform-admin-ui": "*" }Upgrade notes
Run composer update se7enxweb/ezplatform-admin-ui. No API or template changes.
Related releases in this series
se7enxweb/ezplatform-richtextv2.3.30se7enxweb/ezplatform-http-cachev2.3.21se7enxweb/ezplatform-searchv1.2.10se7enxweb/ezplatform-userv2.3.15se7enxweb/ezplatform-design-enginev1.2.2
Full Changelog: v2.3.42...v2.3.43