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

Release 6.8

parent a5237490
Branches
Tags
No related merge requests found
<?php
......@@ -9,7 +9,8 @@ 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.8 (not yet released)
## Release 6.8 (2023-03-12)
**You don't need "Access AJAX API" permission for anonymous user to make payments**
### Features:
......@@ -38,6 +39,8 @@ Releases use the following numbering system:
* Convert StripeCustomer to an entity and add API4 methods to access it.
* Update Stripe PHP library to v9.
* Change recommended Stripe API version to 2022-11-15.
* Fix loading stripe element for some WordPress sites.
* New framework for handling webhook events.
## Release 6.7.14 (2022-12-19)
......
......@@ -15,9 +15,9 @@
<author>Matthew Wire (MJW Consulting)</author>
<email>mjw@mjwconsult.co.uk</email>
</maintainer>
<releaseDate>2023-03-10</releaseDate>
<version>6.8-dev</version>
<develStage>beta</develStage>
<releaseDate>2023-03-12</releaseDate>
<version>6.8</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.58</ver>
</compatibility>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment