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

Release 6.5.5

parent 1f0fffd3
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@ Releases use the following numbering system:
* **[BC]**: Items marked with [BC] indicate a breaking change that will require updates to your code if you are using that code in your extension.
## Release 6.5.5 (not yet released 2020-11-27)
## Release 6.5.5
**Requires mjwshared (Payment Shared) 0.9.9**
* Catch and log error if Stripe tries to process a duplicate IPN at the same time. This should resolve issues with "Contribution already completed" exceptions in the logs.
......
......@@ -15,9 +15,9 @@
<author>Matthew Wire (MJW Consulting)</author>
<email>mjw@mjwconsult.co.uk</email>
</maintainer>
<releaseDate>2020-11-27</releaseDate>
<version>6.5.5-dev</version>
<develStage>beta</develStage>
<releaseDate>2020-12-07</releaseDate>
<version>6.5.5</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.28</ver>
</compatibility>
......
......@@ -226,7 +226,7 @@ function stripe_civicrm_navigationMenu(&$menu) {
/**
* Implements hook_civicrm_alterLogTables().
*
* Exclude firewall tables from logging tables since they hold mostly temp data.
* Exclude tables from logging tables since they hold mostly temp data.
*/
function stripe_civicrm_alterLogTables(&$logTableSpec) {
unset($logTableSpec['civicrm_stripe_paymentintent']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment