The latest release information about the Sitecore E-Commerce Enterprise Edition.
We welcome your feedback. On the forum pages, we have set up the following forums:
- Sitecore E-Commerce Enterprise. The main forum.
1. Release History
Some of the issues described on this page contain internal reference numbers listed in parentheses. You can use these reference numbers to communicate with Sitecore about a particular issue or feature.
October 31, 2011
The E-Commerce Enterprise Edition v3.1.0.503 rev. 111024 is released.
Tested with:
- Sitecore 6.4.1 (rev. 110621)
Change log
Improvements
- Added data interceptor plug-in support. This allows custom code to be executed when entities in the commerce database are created, updated and deleted. To use this functionality, extend the class NHibernate.Helper.EmptyInterceptor. The following code demonstrates how you can run code when a product is updated:public class TestInterceptor : Interceptor_Generic
{
public override bool OnFlushDirty(object entity, object id, object[] currentState, object[] previousState, string[] propertyNames, NHibernate.Type.IType[] types)
{
if (entity is Product)
{
var product = entity as Product;
//do something...
}
return base.OnFlushDirty(entity, id, currentState, previousState, propertyNames, types);
}
}
Issues resolved
- Ticket 17050 - Sitecore Membership User Email Overwritten When editing User Record
May 03, 2011
The E-Commerce Enterprise Edition v3.0.1 rev. 110503 is released.
Tested with:
- Sitecore 6.3.1 (rev. 110112)
Change log
Improvements
- Added multi-tenant support. See product documentation "Multiple Sites with SEEE" for details.
Issues resolved
- Includes SQL Server 2005 and 2008 database support.
January 21, 2011
The E-Commerce Enterprise Edition v3.0.1 rev. 110121 is released.
Tested with:
- Sitecore 6.1.0 (rev. 090630)
Change log
Issues resolved
- Removed SMO and JET dependencies that were causing some compatibility issues.
December 22, 2010
The E-Commerce Enterprise Edition v3.0.1 rev. 101220 is released.
Tested with:
- Sitecore 6.1.0 (rev. 090630)
- Sitecore 6.3.0 (rev. 101029)
- Sitecore 6.4.0 (rev. 101221)
Change log
Issues resolved
- Proper integration with Sitecore license management services.
November 11, 2010
The E-Commerce Enterprise Edition v3.0.1 rev. 101111 is released.
Tested with CMS 6.1.0 (rev. 090630).
2. Known issues
The list of known issues present in the latest version of the Sitecore E-Commerce Enterprise Edition. The known issues listed in previous releases below are still known issues unless otherwise stated or mentioned under fixed issues.