New Features
- Added Purchase Order provider to Merchello.Providers.
- Exposes Entity Collection Queries through the
MerchelloHelper
. - Added non-redirecting "starting point" implementation for change password and forgot password.
Breaking Changes
ProductCollection
has been made internal which now implements a publicIProductCollection
.PagedCollection
has been moved fromMerchello.Web.Models
toMerchello.Core.Models
in preparation for later releases.- Lambda tree methods for the collection trees such as Sibilings, Ancestor, AncestorOrSelf, Descendant, DescendantOrSelf ...
Updates
- Obsoletes
MerchelloContext.Current.Cache
with recommendation to use Umbraco'sApplicationContext.Current.ApplicationCache
- Moved the section language key (for the Merchello section) into the plugin language file.
- Obsoletes the
ProductVariantService
. Operations should be done directly through theProductService
.ProductVariantService
will eventually be removed in V3 (for Umbraco V8). - Changed the label on Notification message dialog from "Attached Event" to "Attached Trigger" to reduce confusion.
- Updated manage collection dialog changing label for "Cancel" to "Close" to reduce confusion.
- Refactors Core models to Lazy load property info.
Bug fixes
- Fixes issue where Sales Listing icons disappear on mouseover.
- Fixes sorting issue of collection in back office tree.
- Fixes exception thrown in
ShipmentRateQuoteStrategyBase
when region has been changed.
Umbraco Version
Merchello tested against Umbraco 7.5.3
Copy over Merchello binaries (dlls) in the bin directory. Copy over the AppPlugins/Merchello and AppPlugins/MerchelloProviders directory (note if you have made any configuration changes in the merchello.config make sure to retain those).
Upgrade your Umbraco installation to Umbraco 7.5.3 before upgrading Merchello.
Copy over Merchello binaries (dlls) in the bin directory. Copy over the AppPlugins/Merchello and AppPlugins/MerchelloProviders directory (note if you have made any configuration changes in the merchello.config make sure to retain those).
Change log