Update 3.19.26

Fix: List of available payment methods included those excluded with expression.

Fix: Error when inserting note when email sent.

Fix: Error when initially setting HTTPS Everywhere.

Update 3.19.25

Update: Allow subscribing new user when email address exists on database only when no payment required.

Update 3.19.24

Fix: Changed how the title meta tag is displayed on article views for categories, tags, etc.

Update 3.19.23

Fix: The SendEmailForm function did not send the attachments to subsequent recipients, only the first.

Update 3.19.22

Fix: The generated email template now includes viewport and other necessary meta elements for formatting.

Update 3.19.21

New: Application.ResizeImage can now accept a resize method:

  • Contain: resizes to fit within both width and height. For example, 300x300 resized to 200x100 will result 100x100.
  • Emcompass: resizes to fit within either width or height. For example, 300x300 resized to 200x100 will result 200x200.
  • Cover: resizes to fit within either width or height but crops excess. For example, 300x300 resized to 200x100 will result 200x100 with height cropped top and bottom to center image.
  • Stretch: resizes to stretch to width and height. For example, 300x300 resized to 200x100 will result 200x100 stretched image.

New: When parsing Parameters in a URL where PageType=MethodView any missing parameters at the end will be defaulted to the method's parameter default value.

Update 3.19.20

New: In an email or email template, setting the Merge Object Type to "Application", in a HTML merge expression, will merge these expressions to the application once, rather than for each email's merge object (generally a recipient record). This will speed up the output of campaigns and lessen the load on the server processor.

Update 3.19.19

Fix: Group.SubscribeNewUser will now subscribe an existing user if no payment required.

Update 3.19.18

Fix: Error when an administrator completes an order.