Skip to content

v1.2.2

Latest

Choose a tag to compare

@se7enxweb se7enxweb released this 12 Apr 07:05

Release Notes — se7enxweb/ezplatform-design-engine v1.2.2

Bug fixes

  • replace version corrected to wildcard — Changed "ezsystems/ezplatform-design-engine": "self.version""ezsystems/ezplatform-design-engine": "*" in composer.json. The oss meta-package requires ezsystems/ezplatform-design-engine: ^3.0.x-dev, but this fork is on the 1.x branch. 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) — name changed from ezsystems/ezplatform-design-enginese7enxweb/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