Skip to content

Commit

Permalink
Updated to Version 1.20 for nopCommerce 3.50
Browse files Browse the repository at this point in the history
  • Loading branch information
BeniGemperle authored and BeniGemperle committed Mar 17, 2015
1 parent 2fb1bf0 commit 8101144
Show file tree
Hide file tree
Showing 16 changed files with 15,409 additions and 3,386 deletions.
4 changes: 2 additions & 2 deletions Description.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Group: Misc
FriendlyName: Razor MessageService
SystemName: ToSIC.RazorMessageService
Version: 1.11
SupportedVersions: 3.40
Version: 1.20
SupportedVersions: 3.50
Author: 2sic Internet Solutions
DisplayOrder: 1
FileName: ToSic.Nop.Plugins.RazorMessageService.dll
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("2sic Internet Solutions GmbH")]
[assembly: AssemblyProduct("ToSic.Nop.Plugins.WorkflowMessageService")]
[assembly: AssemblyCopyright("Copyright © 2sic 2014")]
[assembly: AssemblyCopyright("Copyright © 2sic 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ Disable TinyMCE Editor for Message Templates by adapting "/Administration/Views/
```javascript
if (document.location.pathname.match(/Admin\/MessageTemplate\/Edit/)) return;

tinyMCE.init({
...
extended_valid_elements: "text",
forced_root_blocks: false
});
tinyMCE.init(...;
```
Expand All @@ -73,7 +69,7 @@ NewsLetterSubscription.ActivationMessage | Store, Subscription
NewVATSubmitted.StoreOwnerNotification | Store, Customer, VatName, VatAddress
OrderCancelled.CustomerNotification | Store, Order, Customer
OrderCompleted.CustomerNotification | Store, Order, Customer
OrderPaid.CustomerNotification | Store, Order, Customer | **Additional Message Template**
OrderPaid.CustomerNotification | Store, Order, Customer | **Additional Message Template in 3.40**
OrderPaid.StoreOwnerNotification | Store, Order, Customer
OrderPlaced.CustomerNotification | Store, Order, Customer
OrderPlaced.StoreOwnerNotification | Store, Order, Customer
Expand Down Expand Up @@ -105,8 +101,12 @@ How to Install
Version
----
###1.20
* Works with nopCommerce 3.50
###1.11
* "OrderPaid.CustomerNotification" is now sent in the Language the Order was made
* Works with nopCommerce 3.40
###1.10
* Added new Message Template "OrderPaid.CustomerNotification"
Expand Down
Loading

0 comments on commit 8101144

Please sign in to comment.