Skip to content

v1.2.1

Choose a tag to compare

@se7enxweb se7enxweb released this 12 Apr 06:58
· 1 commit to 1.2 since this release

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

Bug fixes

  • Package name corrected — The name field in composer.json was still ezsystems/ezplatform-design-engine (the upstream value, never updated after fork). It is now correctly set to se7enxweb/ezplatform-design-engine. This is a prerequisite for Packagist indexing and composer require se7enxweb/ezplatform-design-engine resolution.
  • Classmap ambiguity eliminated — Added "replace": {"ezsystems/ezplatform-design-engine": "self.version"}. Composer was simultaneously installing ezsystems/ezplatform-design-engine alongside this fork, producing 21+ duplicate-class warnings. With replace declared and the name corrected, only this fork is installed.

Affected classes (sample)

EzSystems\EzPlatformDesignEngine\*  (21 total)

Upgrade notes
The name change is a metadata-only fix. No PHP interfaces, templates, or service definitions changed. Run composer update se7enxweb/ezplatform-design-engine.

Full Changelog: v1.2.0...v1.2.1