This repository was archived by the owner on Jun 20, 2025. It is now read-only.
v1.0.0-M9
- [NEW] Implemented "Discount Code" functionality, with controllers
AddDiscountCodeController,RemoveDiscountCodeController, - [NEW] Added
saveMessagemethod toSunriseControllerandextractMessagestoViewModelFactoryto allow saving and displaying a message of a certain type to the user. - [NEW]
Projectinstance can be injected. - [CHANGE] Some bindings have been moved to injection modules that are enabled by default:
SphereClient,SphereClientConfig->SphereClientModuleCmsService,TemplateEngine,I18nResolver->ThemeModuleLocale,CountryCode,CurrencyUnit->LocalizationModule
- [CHANGE]
ProjectContexthas been moved to packagecom.commercetools.sunrise.ctp.project. - [CHANGE] Countries, currencies and languages are configured now in path
sunrise.ctp.projectinstead ofapplication. - [FIX] Selectable attribute value is now properly encoded (#649).
- [FIX] Current
Http.Contextgetting lost on rendering the template.