v1.2.1
Release Notes — se7enxweb/ezplatform-design-engine v1.2.1
Bug fixes
- Package name corrected — The
namefield incomposer.jsonwas stillezsystems/ezplatform-design-engine(the upstream value, never updated after fork). It is now correctly set tose7enxweb/ezplatform-design-engine. This is a prerequisite for Packagist indexing andcomposer require se7enxweb/ezplatform-design-engineresolution. - Classmap ambiguity eliminated — Added
"replace": {"ezsystems/ezplatform-design-engine": "self.version"}. Composer was simultaneously installingezsystems/ezplatform-design-enginealongside this fork, producing 21+ duplicate-class warnings. Withreplacedeclared 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