Fix: Links on invoices / payment instructions sent in email.
Fix: When stored payment methods can be added.
Fix: When Order.SelectStoredPaymentMethod
is accessible for recurring orders.
Fix: Error generating article comments list.
Fix: When article comments can be viewed.
Fix: Load speed of cart items and orders.
Fix: Ability to filter and sort calendar, directory and article views via URL.
Fix: Ability to filter on an item Type
.
New: Can now filter and sort collection in script with either SQL or an Expression. For example: Application.GetCollection("OrderItems").FilterOnSQL("[Price] > 100").FilterOnExpression("Val(Price) < 1000").SortOnSQL("[Price] desc")