Skip to content

Commit f32ab8c

Browse files
BeniGemperleBeniGemperle
authored andcommitted
Release 1.10
1 parent 36c382a commit f32ab8c

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

Description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Group: Misc
22
FriendlyName: Razor MessageService
33
SystemName: ToSIC.RazorMessageService
4-
Version: 1.00
4+
Version: 1.10
55
SupportedVersions: 3.40
66
Author: 2sic Internet Solutions
77
DisplayOrder: 1

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
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")]

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

8182
Version
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

ToSic.Nop.Plugins.RazorMessageService.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
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">

0 commit comments

Comments
 (0)