- News
- nopCommerce CMS - Release 2.0 – 2017-11-16
nopCommerce CMS - Release 2.0 – 2017-11-16
- 4:00:00 PM
- Wednesday, November 15, 2017
Highlighted features
- Added Worflow Engine
- Added FormBuilder
- Added ListPage templates support
- Added StartedKit plugin with source code.
Other features
- Added localization to EntityModelService to support strongly typed models
- Added Dialog and Wizard templates for FormBuilder
- Added ContentPage templat & Added paging to list page template
- Added child theme support to the core plugin
- Added gallery functionality to started kit plugin
- Improved PictureList template
- Added UrlRecord attribute & ChildEntitiesNavigation action
- Refactoring: added comments to basic models
- Added AcceptableChildEntityTypes att for folders and lists. This att allows to create different child entity types.
- Added GetEntity method to EntityDataSource provider.
- Added int[] type to SaveEntity methods of EntityModelService.
- Refactoring: Moved SaveEntity(ies) methods to InstallBaseItemsService
- Remove basic models from DB. Show folder with admin att in nop admin menu. Folder can group entities with different entity types.
- Refactor: Rename Entity events to DPEntity... add events for Manufacture crawler / add TableId att to AttType table
- Added security for menu items
- Added DisableAddNewButton propery to EntityType + Searchg Constructor widget validation fix
- Add IsSubjectToAcl att and EntityModelService and StartedKitPlugin
- Add AttModelService. You can use just this class to get your extended model with your custom atts for nop entity.
- Fixed issue after clicking Enter page is reloading in admin area and name filter is not applied.