Skip to content

Commit 8101144

Browse files
BeniGemperleBeniGemperle
authored andcommitted
Updated to Version 1.20 for nopCommerce 3.50
1 parent 2fb1bf0 commit 8101144

16 files changed

+15409
-3386
lines changed

Description.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Group: Misc
22
FriendlyName: Razor MessageService
33
SystemName: ToSIC.RazorMessageService
4-
Version: 1.11
5-
SupportedVersions: 3.40
4+
Version: 1.20
5+
SupportedVersions: 3.50
66
Author: 2sic Internet Solutions
77
DisplayOrder: 1
88
FileName: ToSic.Nop.Plugins.RazorMessageService.dll

Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("2sic Internet Solutions GmbH")]
1212
[assembly: AssemblyProduct("ToSic.Nop.Plugins.WorkflowMessageService")]
13-
[assembly: AssemblyCopyright("Copyright © 2sic 2014")]
13+
[assembly: AssemblyCopyright("Copyright © 2sic 2015")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -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.1.1.0")]
36-
[assembly: AssemblyFileVersion("1.1.1.0")]
35+
[assembly: AssemblyVersion("1.2.0.0")]
36+
[assembly: AssemblyFileVersion("1.2.0.0")]

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,7 @@ Disable TinyMCE Editor for Message Templates by adapting "/Administration/Views/
4343
```javascript
4444
if (document.location.pathname.match(/Admin\/MessageTemplate\/Edit/)) return;
4545

46-
tinyMCE.init({
47-
...
48-
extended_valid_elements: "text",
49-
forced_root_blocks: false
50-
});
46+
tinyMCE.init(...;
5147
```
5248
5349
@@ -73,7 +69,7 @@ NewsLetterSubscription.ActivationMessage | Store, Subscription
7369
NewVATSubmitted.StoreOwnerNotification | Store, Customer, VatName, VatAddress
7470
OrderCancelled.CustomerNotification | Store, Order, Customer
7571
OrderCompleted.CustomerNotification | Store, Order, Customer
76-
OrderPaid.CustomerNotification | Store, Order, Customer | **Additional Message Template**
72+
OrderPaid.CustomerNotification | Store, Order, Customer | **Additional Message Template in 3.40**
7773
OrderPaid.StoreOwnerNotification | Store, Order, Customer
7874
OrderPlaced.CustomerNotification | Store, Order, Customer
7975
OrderPlaced.StoreOwnerNotification | Store, Order, Customer
@@ -105,8 +101,12 @@ How to Install
105101
106102
Version
107103
----
104+
###1.20
105+
* Works with nopCommerce 3.50
106+
108107
###1.11
109108
* "OrderPaid.CustomerNotification" is now sent in the Language the Order was made
109+
* Works with nopCommerce 3.40
110110
111111
###1.10
112112
* Added new Message Template "OrderPaid.CustomerNotification"

0 commit comments

Comments
 (0)