Skip to content

v2.3.30

Latest

Choose a tag to compare

@se7enxweb se7enxweb released this 12 Apr 07:09

Release Notes — se7enxweb/ezplatform-richtext v2.3.30

Bug fixes

  • replace value corrected: "self.version""*" — The replace declaration for ezsystems/ezplatform-richtext was set to "self.version" in v2.3.29. Changed to "*" so Composer treats this fork as superseding all versions of the upstream package regardless of version constraint, eliminating 69 classmap ambiguity warnings on fresh installs.

What changed

// before (v2.3.29)
"replace": { "ezsystems/ezplatform-richtext": "self.version" }

// after (v2.3.30)
"replace": { "ezsystems/ezplatform-richtext": "*" }

Upgrade notes
Run composer update se7enxweb/ezplatform-richtext. No API or configuration changes.

Related releases in this series

Full Changelog: v2.3.29...v2.3.30