From 82fb2a69522ce4e87bb265d33609aa55f5567043 Mon Sep 17 00:00:00 2001 From: mattwire <mjw@mjwconsult.co.uk> Date: Fri, 8 Mar 2019 16:38:10 +0000 Subject: [PATCH] Release 5.3 --- docs/release/release_notes.md | 12 ++++++++++-- info.xml | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/release/release_notes.md b/docs/release/release_notes.md index 00c7267f..160f9a3e 100644 --- a/docs/release/release_notes.md +++ b/docs/release/release_notes.md @@ -1,11 +1,19 @@ ## Release 5.3 There are no database changes in this release but you should update your Stripe webhook API version to 2019-02-19. +### Changes * Update required Stripe API version from 2018-11-08 to 2019-02-19. -* Update stripe-php from 6.19.5 to 6.30.4. +* Update stripe-php library from 6.19.5 to 6.30.4. + +### Fixes * Make sure we clear processor specific metadata from payment form when switching payment processor (fixes https://lab.civicrm.org/extensions/stripe/issues/26). * Fix saving of fee amount and transaction ID on contribution record. -* Don't send out contribution receipts for IPNs. + +### Features +* Add a Webhook System Check. +* Send a friendly success response if we receive the test webhook. +* Webhooks now work in test mode. +* Use the parameter on the recurring contribution to decide whether to send out email receipts. ## Release 5.2 *This release introduces a number of new features, standardises the behaviour of recurring contributions/memberships to match standard CiviCRM functionality and does a major cleanup of the backend code to improve stability and allow for new features.* diff --git a/info.xml b/info.xml index 030bd83b..c0bf7c87 100644 --- a/info.xml +++ b/info.xml @@ -12,8 +12,8 @@ <author>Matthew Wire (MJW Consulting)</author> <email>mjw@mjwconsult.co.uk</email> </maintainer> - <releaseDate>2019-03-04</releaseDate> - <version>5.3alpha1</version> + <releaseDate>2019-03-08</releaseDate> + <version>5.3</version> <develStage>stable</develStage> <compatibility> <ver>5.10.3</ver> -- GitLab