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

Update release notes

parent fb5ee2a3
Branches
Tags
1 merge request!2096.8
......@@ -12,13 +12,17 @@ Releases use the following numbering system:
## Release 6.8 (not yet released)
**You don't need "Access AJAX API" permission for anonymous user to make payments**
### Highlights:
### Features:
* Implement optional MOTO payments for backoffice.
* Update email address at Stripe if contact has a Stripe Customer when updating primary contact email.
* Allow to configure a minimum amount that Stripe can process. Anything below this will fail with 'Bad Request'. This helps reduce card testing in some circumstances.
* Add APIv3 `Stripe.membershipcheck` api.
### Breaking changes:
* In APIv3 StripeCustomer, the `id` field is renamed to `customer_id` and a standard autoincrement `id` field is added. Note that previously `customer_id` was an alias for the `id` field so scripts using this Api may already be using `customer_id`.
* You DO NOT need "Access AJAX API" permission for anonymous user to make payments.
* You DO need "Make online contributions" permission for anonymous user to make payments.
* Deprecate API3 Stripe.ipn (it's not yet removed but will be).
### Detailed changes:
* Implement optional MOTO payments for backoffice.
......@@ -29,6 +33,9 @@ Releases use the following numbering system:
* Add APIv4 for StripeCustomer.
* In APIv3 StripeCustomer, the `id` field is renamed to `customer_id` and a standard autoincrement `id` field is added. Note that previously `customer_id` was an alias for the `id` field so scripts using this Api may already be using `customer_id`.
* Fix StripeCustomer.updatemetadata() to use correct metadata.
* Add StripeCustomer.getFromStripe and StripeCustomer.updateStripe API4 actions.
* Record IP address and error message when processIntent fails.
* Convert StripeCustomer to an entity and add API4 methods to access it.
## Release 6.7.14 (2022-12-19)
......
......@@ -19,7 +19,7 @@
<version>6.8-dev</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.49</ver>
<ver>5.54</ver>
</compatibility>
<comments>Original Author: Joshua Walker (drastik) - Drastik by Design.
Jamie Mcclelland (ProgressiveTech) did a lot of the 5.x compatibility work.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment