Skip to content

Releases: agileware/au.com.agileware.ewayrecurring

2.7.4

28 Jul 04:57

Choose a tag to compare

2.7.4 Pre-release
Pre-release
  • Avoids detection of saved (Pending) contributions with no invoice ID as duplicates when updating a contribution where the invoice ID is not already known.

2.7.3

28 Jul 00:17

Choose a tag to compare

  • Fixes a fatal error due to entity type stubs left in the main extension file

2.7.2

23 Jul 04:36

Choose a tag to compare

2.7.2 Pre-release
Pre-release

Fixes two backend actions which were not working:

  • New Payment for an existing Contribution fails to load stored credit card details because Contact ID is not set (CIVIEWAY-281);
  • Update Billing Info for a Recurring Contribution fails to load stored credit card details because Contact ID is not set (CIVIEWAY-282)

The frontend action for Update Billing Info for a Recurring Contribution was noted as failing and will be fixed in a future release.

2.7.1

14 Feb 02:02

Choose a tag to compare

Bug fix release

  • Implements serialization on the core payment class, to avoid a bug where PHP could try to serialize the curl handle being used by the eWAY Rapid PHP library.

2.7.0 - Pre Release

10 Feb 02:52

Choose a tag to compare

2.7.0 - Pre Release Pre-release
Pre-release
  • Updates the packaged version of the eWAY Rapid PHP library to version 2.0.0

IMPORTANT

  • This release has now been marked as a PRE-RELEASE.
  • This version may throw an error when redirecting to payment page: Serialization of 'CurlHandle' is not allowed.

2.6.8

15 Jan 01:17

Choose a tag to compare

Adds feature to limit Payment tokens found to ones that work with the selected payment processor and handle for tokens created by legacy EWAY recurring payment processor, #44

No need to install this update if you do not use any other token-based payment processors on your CiviCRM site or have never used the legacy EWAY payment processor.

2.6.7

03 May 07:41

Choose a tag to compare

What's Changed

Full Changelog: 2.6.6...2.6.7

2.6.6

22 Apr 06:55

Choose a tag to compare

  • Fixes issue with editing recurring contributions

2.6.5

15 Dec 03:36

Choose a tag to compare

CIVIEWAY-264 Version 2.6.5

2.6.4

15 Dec 03:36

Choose a tag to compare

CIVIEWAY-265 Fix fatal error when setting end_date when last instalme…