Binder 1.2.2 – May 8, 2015
ee-
Support for limit and offset params on the long field tag
-
A bug where some setups would throw a template error while using the long tags
-
A bug where the load models function was called statically
Charge 1.9.2 – Apr 25, 2015
ee-
Naming of recurringcount to countrecurring for consistency and to avoid parsing error
-
Handling of webhook update data on event parsing to fix possible out of date data being passed on email triggers
Shortlist 1.0.1 – Apr 17, 2015
craft-
The toggle behaviour to detect state changes better
-
A missing method call for toggle actions triggered over ajax
-
The logic within the CP list view to fix an edge case
-
The list items to store item titles and added helper shortcut variables to expose those on the front-end
Shortlist 3.6.1 – Apr 10, 2015
ee-
A bug in the clone action that would sometimes create a second empty list if hit in a specific order
-
A bug in the store integration when an item had no shortlist data attached but was still a variant flaged as a possible wishlist item Fixed
-
A bad static function call on clone_lists
Binder 1.2.1 – Apr 1, 2015
ee-
An install bug introduced in the previous release
-
A possible package path issue when used together with Grid
Binder 1.2.0 – Mar 27, 2015
ee-
Binder items can now be reordered within the UI
-
Various loading issues under newer versions of EE
-
Updated php 5.3.x compatibility
-
Reduced the overhead for some low memory setups
Shortlist 1.0.0 – Mar 17, 2015
craft-
First Public Release
Maps 1.4.12 – Mar 13, 2015
ee-
A bug where inbound data from SL Google Maps would sometimes not be fully converted and would appear to have been lost.
Charge 1.9.0 – Mar 13, 2015
ee-
Charge now will search for an existing customer record for logged in member payments. If found will reuse that existing stripe customer rather than creating a new one, updating the logged details in the process
-
New storage of the stripe customer id after purchases. Available as {customer_id}
-
New storage of the stripe payment id after payments. Available as {payment_id} only on one-time payments
-
CP views to expose direct links to the Stripe dashboard for relevant customer details
-
When an entry is created as a result of a triggered action the author for that entry is set to the logged in member id
-
A bug in the action triggers that could cause the create entry action to be skipped if triggered along with the update entry action
Charge 1.4.0 – Mar 13, 2015
craft-
Charge now will attempt to find an existing customer record on Stripe for logged in users. If found it will reuse that record rather than creating a new customer and update all the values of that customer at the same time
-
Support for meta[] fields in the payment form. All values are stored both locally and passed to Stripe attached to the customer record.
-
Charge now records the stripe customer id for all purchases, available as {{ charge.stripeCustomerId }}
-
Charge now records the stripe payment id for one-time payments, available as {{ charge.stripePaymentId }}
-
CP views to expose new links direct to the Stripe dashboard for customers and payments, as well as exposing any recorded meta data