Release Notes — se7enxweb/ezplatform-design-engine v1.2.2
Bug fixes
replaceversion corrected to wildcard — Changed"ezsystems/ezplatform-design-engine": "self.version"→"ezsystems/ezplatform-design-engine": "*"incomposer.json. Theossmeta-package requiresezsystems/ezplatform-design-engine: ^3.0.x-dev, but this fork is on the1.xbranch. Using"self.version"(=1.2.x) would never satisfy^3.0, causing Composer to install both packages simultaneously and producing 21+ classmap ambiguity warnings. The wildcard"*"correctly tells Composer that this fork satisfies any version constraint of the original, regardless of version number mismatch between fork and upstream.- Package name corrected (from
v1.2.1) —namechanged fromezsystems/ezplatform-design-engine→se7enxweb/ezplatform-design-engine.
Upgrade notes
No API, template, or service definition changes. Run composer update se7enxweb/ezplatform-design-engine.
Full Changelog: v1.2.1...v1.2.2