File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11Group: Misc
22FriendlyName: Razor MessageService
33SystemName: ToSIC.RazorMessageService
4- Version: 1.00
4+ Version: 1.10
55SupportedVersions: 3.40
66Author: 2sic Internet Solutions
77DisplayOrder: 1
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.0 .0.0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.0 .0.0" ) ]
35+ [ assembly: AssemblyVersion ( "1.1 .0.0" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.1 .0.0" ) ]
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ Supported Message Templates (from IWorkflowMessageService)
6363* NewVATSubmitted.StoreOwnerNotification
6464* OrderCancelled.CustomerNotification
6565* OrderCompleted.CustomerNotification
66+ * ####OrderPaid.CustomerNotification (Additional Message Template)
6667* OrderPaid.StoreOwnerNotification
6768* OrderPlaced.CustomerNotification
6869* OrderPlaced.StoreOwnerNotification
@@ -80,7 +81,11 @@ Supported Message Templates (from IWorkflowMessageService)
8081
8182Version
8283----
84+ ###1 .10
85+ * Added new Message Template "OrderPaid.CustomerNotification"
86+ * Works with nopCommerce 3.40
87+
8388###1 .00
84- #### Works with nopCommerce 3.40
89+ * Works with nopCommerce 3.40
8590
8691[ RazorEngine ] :https://github.com/Antaris/RazorEngine
Original file line number Diff line number Diff line change 8282 <Content Include =" web.config" >
8383 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
8484 </Content >
85+ <None Include =" README.md" />
8586 </ItemGroup >
8687 <ItemGroup >
8788 <Content Include =" Description.txt" >
You can’t perform that action at this time.
0 commit comments