Charge 1.5.0 – Nov 27, 2015

craft
  • Added support for Craft 2.5 with new release feed, documentation url and icon sets.

  • Added full ajax return handling for the primary payment controller. Now you can submit your payments fully via ajax and get all the details back and ready to use.

  • Fixed a number of bugs related to card type handling not being recorded properly in the CP

  • Fixed a php error related to php 5.3 strict conditions

  • Updated the built in demo templates for better portability

SearchPlus 0.6.1 – Nov 9, 2015

craft
  • Added Breadcrumbs throughout the CP views and fixed some minor view inconsistencies.

  • Added early test Edition handling. Not currently hooked up or required during the beta.

  • Fixed an issue where Algolia settings were not being properly saved when used without a direct config option.

  • Fixed an issue where correct Algolia settings were not being validated properly on the first pass.

SearchPlus 0.6.0 – Nov 6, 2015

craft
  • Beta - first private Beta release

  • New - Plugin Icons for Craft 2.5 support

  • New - Combined JS library for single line JS usage

  • Added the Ability to preview and test mappings within the Settings pages

  • Added an install check for php versions

  • Updated with overall settings update for Craft 2.5

  • Updated lots and lots of things

Charge 1.10.0 – Oct 29, 2015

ee
  • New - Saved Cards. Now you can let your customers save their cards for future purchases with just a few simple new tags.

  • New - Update Plan options. Enabled your customers to change their recurring payments and subscriptions mid-cycle. Great if you're offering multiple membership subscription tiers or recurring donations. Just make use of the {exp:charge:updateplanform} and all the same options for actions and subscriptions

  • New - Subscription Updated email option on subscriptions. This new email class is triggered only when a subscriber moves between an existing subscription, to a new subscription level, as triggered from the {exp:charge:updateplanform} tag.

  • Added a new customer fetch ability as part of the {exp:charge:form} tag. Now if the user is logged in, Charge will attempt to fetch their up to date customer information so you can populate the form and offer contextual info - saved cards, previous purchases etc..

  • Added Webhook error debug logging. Now when a web hook fails the cause for the fail is logged in the CP logs to help developer see the issues

  • Added new options to adjust the level of log retention and triggering. Will default to a moderate level but logs can be fully disabled, or increased in sensitivity as required

  • Added the ability to truncate logs and free up some db rows on more active installs

  • Added a new saved card handling to the payment forms, along with new {haspaymentsource} tags, {savedcard..} variables and more.

  • Updated Member subscription CP views. Now massively more useable, we list member info, real names, and more

  • Updated log views with a new threaded view to help diagnose issues and trace options

  • Fixed an issue where extended card address details wouldn't correctly save to a customer

  • Fixed an issue that could cause some payment records to fail to properly save due to a mysql config issue on some strict setups

  • Fixed an bug in the CP views where a php error would show if a user had been removed at the EE level but their subscription was still active

  • Fixed a possible issue where an escaped web hook wouldn't be fully parsed if the body was invalid, but where we'd still send an accepted header back to Stripe, preventing a future web hook reattempt.

  • Fixed a range of other minor bugs

Charge 1.9.8 – Oct 2, 2015

ee
  • Added the ability to export all possible charge payments with the built in export function. Previously this was limited to EE's native row limit.

  • Fixed a bug where the built in CSRF exempt checks for web hook actions would fail on EE 2.10+

  • Fixed a bug where when upgrading from a legacy EE version the proper CSRF flag may not have been properly set

Charge 1.4.5 – Sep 4, 2015

craft
  • A permissions error when creating and validating Coupons where the user wasn't an admin, but had been granted permissions to access the Charge CP

  • Some minor inconsistencies in variable formatting

Shortlist 1.0.2 – Aug 28, 2015

craft
  • A bug when adding items that weren't entries

  • Some minor display errors in the CP when using non-entry elements in lists

  • Some inconsistency in list orders when dealing with mixed type lists

Charge 1.9.6 – Aug 28, 2015

ee
  • a bug where payment error messages wouldn't be properly retained in the flash data, and so the error_info tag wouldn't show the full error details on redirect.​

  • a mysql strict error on install

Binder 1.2.5 – Jul 31, 2015

ee
  • Support for using Binder fields across split forms and with multiple endpoints on the same form

  • A php error related to calling a non-static method statically. Basic stuff.

  • A bug where saving binder related field on a split form would lose related field data (but not the original files)

  • A bug where items could be disassociated from a saved entry if the author went and uploaded, refreshed and resaved very quickly before the on page javascript had a chance to fully initialise. Users! Pah.

Shortlist 3.6.5 – Jul 31, 2015

ee
  • A php error that would be thrown when used on php 5.6+ environments with strict error reporting enabled, related to some legacy php <5.2 handling