Charge 1.3.9 – Mar 6, 2015
craft-
Additional details are now stored against each payment event for later identification
-
CP views to expose more stripe information and link directly to the appropriate stripe customer and transaction where available
-
A possible error condition when hitting the payment controller with invalid data from an valid source
-
An unclear error message to help debugging situations
Maps 1.4.11 – Feb 27, 2015
ee-
Fixed a bug where passed override init values on class, height and id weren't being honoured
-
Fixed a bug where an invalid pin location would be saved and potentially override a valid value
-
Fixed a bug rounding bug where pins could loose some precision if dropped at very high or very low zoom levels then adjusted from a different zoom level
Maps 1.4.10 – Feb 20, 2015
ee-
A bug where moving the map visible pane, but leaving the pin location would override the pin location to the center of the visible pane on the second resave
Charge 1.8.13 – Feb 13, 2015
ee-
Support for dynamic subscription date info on the payment object
-
A bug where trialling subscriptions wouldn't be fully updated when the trial period ended
-
A bug where trial periods could be cancelled early and revoke the user's access immediately
-
A bug where a valid webhook event wouldn't be fully registered if the body contents contained unexpected attributes
Charge 1.8.12 – Feb 6, 2015
ee-
Added 4 new hooks for entry action control - chargeactionupdateentrystart,chargeactionupdateentryend, chargeactioncreateentrystart, and chargeactioncreateentryend
-
A bug where trial end dates wouldn't be properly recorded and updated when a new trial period began
-
A bug where coupons that were one-time would sometimes throw an error when configured with a specific combination of settings
-
A bug where a new recurring payment using the default fallback for interval length wouldn't be able to apply a recurring coupon
-
A bad reference to the template parser in the headless action trigger that would silently fail if an entry was updated out of flow from a payment
Shortlist 3.6.0 – Jan 30, 2015
ee-
Hook 'shortlistitemadd_before', useful to add extra validation and custom data on item events
-
Hook 'shortlistitemadd_after', useful to add custom notification abilities
-
Hook 'shortlistlistcreated_before', useful to add extra validation and custom data on list events
-
Hook 'shortlistlistcreated_after', useful to add custom notification abilities.
-
Clone actions to carry over any extra:.. data associated with items to the newly cloned items
-
A bug in the CP where some deleted users would throw errors when trying to view their list data
-
A bug in the caching that could cause cloned items to not properly pick up their updated status after reordering
Charge 1.8.11 – Jan 23, 2015
ee-
Support for Trailing states on subscriptions, along with state swapping when a trailing subscription activates, a user cancels during a trail, and reactivates a cancelled trail
-
Extra logging within the action classes for simpler debugging and a clearer view of any action failures
-
Better exception handling for actions that are triggered in a bad state
-
Support for triggering multiple actions on a single payment event by passing multiple action names, separated by a pipe
-
An issue with random email EE comment strings being included in some emails. (Would look like {!-- ra:... --} within the emails)
Shortlist 3.5.2 – Jan 15, 2015
ee-
The ability to pass arbitrary data attributes on all form tags. Use the form 'data:key="val"' and it'll be converted into the proper data attribute on the generated form tag
-
A small php notice that would be thrown on php 5.6.x
-
A loading bug on systems running php 5.3.x
-
The internal help doc links to point to the updated urls (http://squarebit.co.uk/software/expressionengine/shortlist)
Charge 1.3.7 – Jan 9, 2015
craft-
A bug that'd throw an error on php 5.6.x where we were using a static method incorrectly
-
A bug that'd sometimes prevent the CP payment views from fully loading
-
The hash() variable function which wasn't returning the correct criteria as documented
-
The readme and licenses with updated links
Charge 1.8.10 – Dec 17, 2014
ee-
A bug where subscriptions customer ids could be lost from legacy setups, with the webhooks configured in a non-default config
-
A bug the export process that stopped the export early and sometimes wouldn't return the complete csv
-
A bug in the subscriptions email where a left over EE template parser comment would be output due to a bug in the core EE render function
-
A bug in the chargepostpayment hook that reference a non-existant stripe variable that would cause an error