Charge 1.9.5 – Jul 31, 2015

ee
  • Support for unlimited length set length plans, when used with recurring payments. The 12 months limit still applies when used with one-time payments

  • A bug where some exception states would throw decoding errors depending on the exact error condition

  • A bug related to using recurring plans and set length plans together but not specifying the default plan interval

  • A bug related to using Coupons on single time payments, but with a set length that was hitting an internal safety check when it was in a valid state

  • Handling of error edge cases to be more resilient

  • Documentation of all hooks usage to include full parameter details and more examples

  • A php error that would be thrown when used with very old php versions on strict mode

  • A error condition when used on php 5.6+ and with errors on strict, due to some legacy <5.2 handling code.

Shortlist 3.6.4 – Jul 17, 2015

ee
  • Support for more non-standard third party theme folder setups

  • A bug that'd throw a php error in the CP when a user account was deleted and they had items and lists

Charge 1.4.4 – Jul 17, 2015

craft
  • A missing CSRF input on the backend coupon form that would prevent coupons from being created when csrf protection was enabled site wide.

Binder 1.2.4 – Jul 17, 2015

ee
  • A bug that would cause files on binder fields that weren't included in a save request to be disassociated. Only ever would occur from a front-end entry form where the fields were split between different tabs, that were being saved in different requests

Shortlist 3.6.3 – Jul 10, 2015

ee
  • Support to use the item_form tag to create as well as update items in lists.

  • A bug that meant lists weren't sortable, even though they absolutely should have been

  • A php error that was thrown when multiple lists were attempted to be sorted on the same page with different options

  • An issue where lists being edited could return a template array to string error when marked up using unusual tag combinations

Binder 1.2.3 – Jun 5, 2015

ee
  • A call to depreciated addtohead on the styles

  • A potential error that'd show up on sites running php 5.4.+

Charge 1.9.4 – Jun 5, 2015

ee
  • Created or updated entries are now tracked against the source payment event. Access this via the new 'connectedentryid' variable on all charges.

  • The ability to pass open ended extra data tags on the form tags. Use the syntax of 'data-foo="bar"' to add any extra parameters to the generated form tags

  • The ordering of triggered action items. Emails are now always sent last to prevent some situations where an action that was triggering entry or member changes would send an email before that had actually completed

  • An uncaught fatal error that could occur on the latest version of EE

  • Some minor breaks introduced in EE 2.10.1 where return exception type handling has changed

  • A bug that'd allow empty meta data values through validation when being passed as part of a larger validation set, which could upset meta data when passed to the stripe api

Shortlist 3.6.2 – Jun 5, 2015

ee
  • Alternative way to define data attributes on generated forms. You can now passed like 'data-foo="bar"' as well as 'data:foo="bar"' for consistency with other plugins

  • A memory error that'd sometimes surface when purging large numbers of stale entries

  • A permissions bug where super admins couldn't always clear a guest list + items

Maps 1.1.1 – May 28, 2015

craft
  • onBeforeSave event to help custom usages

  • A display bug where the map wouldn't always be reinitialised in a resized matrix block

  • Some small visual glitches in the CP views

Charge 1.4.2 – May 19, 2015

craft
  • New coupon validation endpoint 'charge/coupon/validate' for out of flow coupon validation. Details (here)[http://squarebit.co.uk/software/craft/charge/docs/coupon--validation]

  • Handling of member edge cases

  • Static helper usage for some php enviroments