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