You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New mobile theme: MobileLight (a light variant of the default mobile theme)
More reliable mobile device detection
Quantity unit management
Performance: product list rendering up to 10x (!) faster now (depends on page size and view mode)
SEO: New field to specify html tag for page titles on widget level
Lots of bug fixes
New Features
New mobile theme: MobileLight (a light variant of the default mobile theme)
Localization: in a multi-language environment missing language resources fall back to default language's resources (instead of returning the ugly resource key)
Quantity unit management
#428 New option to override global category list view type
#672 New option to automatically create mutual associations for cross sell and related products
#485 Enable shop admin to change creation date of a blog entry
New option to specify the maximum number of displayed filter items
New option to specify whether all filter groups should be displayed expanded
#459 New field to specify html tag for page titles on widget level
Added shrink database to backend UI
#588 Alternative localized category name used as title for category pages
#592 Add a second category description displayed beyond products on category page
Promotion feeds now export the preselected price (including price adjustments and overrides)
Implement 'free shipping threshold' for feed creation
Billiger feed: Implement new field for shipping costs to austria
(Developer) Added BeginTransaction() and UseTransaction() methods to IDbContext
Improvements
(Perf) product list rendering up to 10x (!) faster now (depends on page size and view mode)
The data grid in the backend now preserves client state between requests (page, pageSize, sorting, filtering etc.)
Excel Import & Export: much lower memory consumption and increased performance
Moving pictures from DB to FS or vice versa is lightning fast now, consumes much lower memory and is encapsulated in a transaction which ensures reliable rollback after failure. Plus the database gets automatically shrinked after moving to FS.
Feed plugins: product query now paged to reduce memory payload
#589 Backend product list: add filter for products with "no category mapping" and "no manufacturer mapping"
Minor UI tweaks in checkout process
Payone: CC-Check via client API, not via Server API (requires PCI certification)