What's new in EzyPlatform 1.2.6?
This release introduces CLI-based module installation from Market, enhances the Admin module-management experience with rating information, and improves the reliability of activity-history filtering.
-
Install modules from Market via CLIAdded a new CLI command for installing modules directly from Market using the aliases
install,i, and-i. The CLI automatically downloads the latest compatible module version based on the current EzyPlatform version, checks whether the module is already installed, extracts the module bundle, and deploys it into the platform directory. It also supports readingmarket.url,market.access_token,platform-key.txt, and encrypted Market URLs when a decryption key is configured. -
Added standalone CLI export scriptIntroduced
export-cli.shto build and export theezyplatform-climodule separately using the deploy profile. This simplifies CLI distribution and deployment without requiring a full platform build. -
Display module ratings in AdminModule ratings from Market are now displayed throughout the Admin interface, including the module list page, the add-from-Market page, and module detail pages. This helps administrators evaluate module quality and popularity before installation or upgrade.
-
Added reusable star-rating fragmentAdded the shared fragment
fragments/stars.htmlfor rendering rating scores using star icons. The component supports full stars, half stars, empty stars, and review counts, providing a consistent rating display across the platform. -
Updated internationalization resourcesAdded the
ratingtranslation key along with translations for Vietnamese, Japanese, Korean, and Chinese, ensuring rating information is displayed correctly across supported languages. -
Fixed Admin activity-history filteringImproved activity-history filtering by trimming
methodanduriTypevalues before building filters. Empty URI exclusion lists are now converted tonull, preventing unexpected filtering behavior when requests contain blank strings or empty collections. This results in more reliable and predictable activity-history queries. -
Updated CLI help documentationThe CLI help output has been updated to include the
h,-haliases and the new module-installation command, making it easier for users to discover and use CLI features.