Skip to content
Snippets Groups Projects
Commit cdc50d92 authored by mattwire's avatar mattwire
Browse files

Merge branch 'emailreceipt' into 'master'

Release 5.3

See merge request extensions/stripe!22
parents 52b6a3e4 82fb2a69
No related branches found
No related tags found
No related merge requests found
## Release 5.3 ## Release 5.3
There are no database changes in this release but you should update your Stripe webhook API version to 2019-02-19. 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 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). * 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. * 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 ## 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.* *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.*
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
<author>Matthew Wire (MJW Consulting)</author> <author>Matthew Wire (MJW Consulting)</author>
<email>mjw@mjwconsult.co.uk</email> <email>mjw@mjwconsult.co.uk</email>
</maintainer> </maintainer>
<releaseDate>2019-03-04</releaseDate> <releaseDate>2019-03-08</releaseDate>
<version>5.3alpha1</version> <version>5.3</version>
<develStage>stable</develStage> <develStage>stable</develStage>
<compatibility> <compatibility>
<ver>5.10.3</ver> <ver>5.10.3</ver>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment