Skip to content

v2.3.21

Latest

Choose a tag to compare

@se7enxweb se7enxweb released this 12 Apr 07:09

Release Notes — se7enxweb/ezplatform-http-cache v2.3.21

Bug fixes

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

Full Changelog: v2.3.20...v2.3.21