Changelog - aareano/ifshop-wiki GitHub Wiki

v8, published 5/3/2017

  • Add the "Capture Payment" action
  • Add the "Archive Order" action
  • Add the "Unarchive Order" action

v7, published 5/2/2017

  • Add the "Create a Refund" action
    • Fix some minor filter and "Modify an Action" configuration details

v6, published 4/23/2017

  • Add the "Cancel an Order" action

v5, published 4/1/2017

  • Filter maintenance and improvement
    • Time-based filtering is now possible with new liquid date filters.
    • Filters are now more flexible and are available on more actions.
    • Filters have better descriptions and cleaner input forms.

v4, published 2/7/2017

  • Add support for custom email signatures
    • You can now send email from any email address you control, with the exception of public email providers (e.g. Gmail, Yahoo!, etc.)
  • Add the "Modify a Resource" action
    • You can now edit any editable data in your store - products, customers, orders, collections and more.

v3, published 1/13/2017

  • Update in how liquid data is accessed: allow for access through the top-level drop.
    • If the event class for a rule is "orders", you will be able to access the order's name with order.name in addition to name.
    • If the event class for a rule is "customers", you will be able to access the customer's email with customer.email in addition to email.
    • If the event class for a rule is "products", you will be able to access the products variants with product.variants in addition to variants, or images through product.images in addition to images.

v2, published 10/21/2016

  • Ordered action sequences
  • On-off toggle for specific actions in addtion to the rule on-off toggle for finer grained control
  • Conditions applied to specific actions instead of the rule as a whole
  • New action "Continue" to act as a filter for an action sequence
  • Customizable action description
  • Success indicator for activity log
  • Liquid support for action condition and action descrition fields
  • Cleaner UI
  • Faster UI
  • More robust server logic

v1, published 09/01/2016

  • Base feature-set

Drop me a line if you think of a change or update you'd like to see.