Download
Start your business for free with the Community Edition
Name | Smartstore 4.2.0 |
Published on | 12/17/2021 2:17:29 PM |
Version | 4.2.0 |
File size | 87.80 MB |
GitHub | Visit release |
Resolved issues | Visit issues |
Changelog | Visit changelog |
Dimension Pricing (commercial plugin)
File Manager (commercial plugin)
Digital Product Advisor (commercial plugin)
Name | Smartstore 4.1.1 |
Published on | 1/25/2021 2:07:22 PM |
Version | 4.1.1 |
File size | 0 MB |
GitHub | Visit release |
Resolved issues | Visit issues |
Changelog | Visit changelog |
Name | Smartstore 4.1.0 |
Published on | 11/11/2020 12:03:21 PM |
Version | 4.1.0 |
File size | 0 MB |
GitHub | Visit release |
Resolved issues | Visit issues |
Changelog | Visit changelog |
Name | Smartstore 4.0.1 |
Published on | 10/7/2020 1:19:13 PM |
Version | 4.0.1 |
File size | 0 MB |
GitHub | Visit release |
Resolved issues | Visit issues |
Changelog | Visit changelog |
loading="lazy"
attribute which loads images only when they enter visible viewport.Download
entity was teared down too early in the migration process.Name | Smartstore 4.0.0 |
Published on | 7/2/2020 8:35:51 AM |
Version | 4.0.0 |
File size | 0 MB |
GitHub | Visit release |
Resolved issues | Visit issues |
Changelog | Visit changelog |
Name | Smartstore.NET 3.2.2 |
Published on | 8/16/2019 10:10:52 AM |
Version | 3.2.2 |
File size | 0 MB |
GitHub | Visit release |
Resolved issues | Visit issues |
Changelog | Visit changelog |
Name | Smartstore.NET 3.2.1 |
Published on | 5/27/2019 5:37:04 PM |
Version | 3.2.1 |
File size | 0 MB |
GitHub | Visit release |
Resolved issues | Visit issues |
Changelog | Visit changelog |
Name | Smartstore.NET 3.2 |
Published on | 5/10/2019 2:01:29 PM |
Version | 3.2.0 |
File size | 0 MB |
GitHub | Visit release |
Resolved issues | Visit issues |
Changelog | Visit changelog |
IConsumer
marker interface for classes that contain one or more event message handlers. The generic IConsumer<T>
implements IConsumer
but has been marked as Obsolete
.ShoppingCartItem.CreatedOn
.Name | SmartStore.NET 3.1.5 |
Published on | 5/25/2018 7:42:53 PM |
Version | 3.1.5 |
File size | 0 MB |
GitHub | Visit release |
Resolved issues | Visit issues |
Changelog | Visit changelog |
Name | SmartStore.NET 3.1.0 |
Published on | 4/20/2018 10:56:43 AM |
Version | 3.1.0 |
File size | 0 MB |
GitHub | Visit release |
Resolved issues | Visit issues |
Changelog | Visit changelog |
Keys()
and RemoveByPattern()
require glob chars to be present now (supported glob-styles see https://redis.io/commands/keys). Previously these methods appended *
to the passed pattern, which made pattern matching rather unflexible.IHookedEntity
interface instead of HookedEntity
classEntityInserted<T>
, EntityUpdated<T>
and EntityDeleted<T>
legacy events. We were using DbSaveHooks anyway, which provides a much more powerful and way faster pub-sub mechanism for database operations.ImportantAttribute
when hooking was disabled per scopeName | SmartStore.NET 3.0.3 |
Published on | 9/14/2017 12:58:01 PM |
Version | 3.0.3 |
File size | 0 MB |
GitHub | Visit release |
Resolved issues | Visit issues |
Changelog | Visit changelog |
Name | SmartStore.NET 3.0.2 |
Published on | 7/19/2017 1:20:07 PM |
Version | 3.0.2 |
File size | 0 MB |
GitHub | Visit release |
Resolved issues | Visit issues |
Changelog | Visit changelog |
Name | SmartStore.NET 3.0.1 |
Published on | 6/22/2017 6:09:33 PM |
Version | 3.0.1 |
File size | 0 MB |
GitHub | Visit release |
Resolved issues | Visit issues |
Changelog | Visit changelog |
Name | SmartStore.NET 3.0.0 |
Published on | 5/15/2017 11:47:08 AM |
Version | 3.0.0 |
File size | 0 MB |
GitHub | Visit release |
Resolved issues | Visit issues |
Changelog | Visit changelog |
Name | Smartstore 5.0.4 |
Published on | 3/30/2023 11:20:28 AM |
Version | 5.0.4 |
File size | 117.67 MB |
GitHub | Visit release |
Resolved issues | Visit issues |
Changelog | Visit changelog |
UsePooledDbContextFactory
, UseDbCache
, UseSequentialDbDataReader
data-invariant
attribute to number input controlsName | Smartstore 5.0.3 |
Published on | 2/3/2023 12:08:32 PM |
Version | 5.0.3 |
File size | 0 MB |
GitHub | Visit release |
Resolved issues | Visit issues |
Changelog | Visit changelog |
WebhookEndpointAttribute
endpoint metadata. Suppresses creation of guest accounts for webhook calls.BadRequest
issue on saving AJAX grid changesSystem.String[]
as a complex type instead of ICollection<string>
.InvalidOperationException
in Microsoft.OData.Client
using MediaFiles and MediaFolders endpoints.InvalidOperationException
in Microsoft.OData.Client
"An unexpected 'StartObject' node was found for property named 'Size' when reading from the JSON reader. A 'PrimitiveValue' node was expected.".NullReferenceException
when deleting a shopping cart item.FileNotFoundException
when uploading an import file.Name | Smartstore 5.0.2 |
Published on | 1/9/2023 3:07:32 PM |
Version | 5.0.2 |
File size | 0 MB |
GitHub | Visit release |
Resolved issues | Visit issues |
Changelog | Visit changelog |
DbDefaultSchema
DisallowRobotAttribute
LocaleStringResource
table could contain many dupe records.ArgumentNullException
when deleting an image assignment on product edit page.pathBase
is stripped when target endpoint requires culture code/en/
should not match /men/
)Name | Smartstore 5.0.1 |
Published on | 11/18/2022 1:23:33 PM |
Version | 5.0.1 |
File size | 0 MB |
GitHub | Visit release |
Resolved issues | Visit issues |
Changelog | Visit changelog |
sm-suppress-if-empty
: suppresses tag output if child content is empty (due to some conditional logic).sm-suppress-if-empty-zone
: suppresses parent tag output if a specified child zone is empty or whitespace.ILocalizedEntityDescriptorProvider
, ILocalizedEntityLoader
SmtpServerTimeout
in appsettings.jsonInsertBefore()
,InsertAfter()
, InsertBeforeAny()
, InsertAfterAny()
, InsertAt()
tab
TagHelper: sm-hide-if-empty
IHtmlContent.HasValue()
IHtmlHelper.RenderZoneAsync()
LocalFile
did not implement CreateFileAsync()
correctly, which led to PackageInstaller, PageBuilder thumbnail cache and PublicFolderPublisher throwing NotImplementedException
TemplateMatcher
does not evaluate inline constraints anymoreName | Smartstore 5.0 |
Published on | 8/15/2022 11:27:00 AM |
Version | 5.0.0 |
File size | 0 MB |
GitHub | Visit release |
Smartstore 5 is a port of Smartstore 4 - which is based on the classic .NET Framework 4.7.2 - to the new ASP.NET Core 6 platform.
(*jacket or *shirt) and !leather*
datagrid
TagHelper which lets you control every aspect of the gridIDbContext
and IRepository<T>
in favor of DbContext
and DbSet<T>