-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* BP-2112 Fix Klarna gender values * BP-2126 Fatal error: Unsupported operand types: string + int (PHP 8.0) (#134) Co-authored-by: Ivascu Madalin <[email protected]> * Fix compatibility with WC < v5.8 (#137) Co-authored-by: Ivascu Madalin <[email protected]> * BP-2012 Remove the -R addition for refunds. * Remove 'buckaroo_refund' meta field * BP-2143 Remove HTML tags from capture form * BP-2238 Fix for displaying customer name in Plaza for AfterPay(new) * BP-2253 Remove Request to Pay payment method * Removed Request to Pay logos * BP-2315 Apple Pay error: Something went wrong while processing your payment (#145) Co-authored-by: Ivascu Madalin <[email protected]> * BP-2339 Support for WooCommerce 7.4.0 (#144) Update the latest WooCommerce version support. * Add latest release version badge to the README (#136) Add the latest release version badge to the README.md file. * BP-2295 Payment fee is not working for Klarna (#146) Co-authored-by: Ivascu Madalin <[email protected]> * BP-1485 support sequential order numbers skyverge (#94) * BP-1485 Support for sequential order numbers plugin by Skyverge * correctly handle order by order id, not by order_number * fix 1 --------- Co-authored-by: Andrei Mihalescu <[email protected]> Co-authored-by: Ivascu Madalin <[email protected]> * BP-2236 Variable products incorrect amount (#147) Co-authored-by: Ivascu Madalin <[email protected]> * BP-1764 Minor translation changes (ENG). (#148) Co-authored-by: Ivascu Madalin <[email protected]> * BP-2339 Update README with new WooCommerce version support Add support for WooCommerce 7.5.1 and change the support URL's directly to our new docs.buckaroo.io pages. * BP-2449 Added YourSafe Issuer to Ideal (#150) * BP 1982 add a notification when one of the payment methods is in test mode (#135) * BP-1982 Add a notification when payment is in test mode * remove white space --------- Co-authored-by: Ivascu Madalin <[email protected]> * changed versions (#153) * changed versions * update compatibility * update changelog * fix changelog --------- Co-authored-by: Ivascu Madalin <[email protected]> --------- Co-authored-by: Andrei Mihalescu <[email protected]> Co-authored-by: Andrei Mihalescu <[email protected]> Co-authored-by: Ivascu Madalin <[email protected]> Co-authored-by: Rene <[email protected]> Co-authored-by: Vegim Çarkaxhija <[email protected]>
- Loading branch information
1 parent
734b6aa
commit 2d83c32
Showing
46 changed files
with
4,434 additions
and
1,002 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ | |
</p> | ||
|
||
# Buckaroo WooCommerce Payments Plugin | ||
[![Latest release](https://badgen.net/github/release/buckaroo-it/WooCommerce)](https://github.com/buckaroo-it/WooCommerce/releases) | ||
|
||
### Index | ||
- [About](#about) | ||
- [Requirements](#requirements) | ||
|
@@ -24,7 +26,7 @@ The Buckaroo WooCommerce Payments Plugin ([Dutch](https://support.buckaroo.nl/ca | |
To use the Buckaroo plugin, please be aware of the following minimum requirements: | ||
- A Buckaroo account ([Dutch](https://www.buckaroo.nl/start) or [English](https://www.buckaroo.eu/solutions/request-form)) | ||
- WordPress 4.4.10 up to 6.0.2 | ||
- WooCommerce 5.0 up to 6.8.2 | ||
- WooCommerce 5.0 up to 7.5.1 | ||
- PHP 7.4 , 8.0 , 8.1 | ||
|
||
### Quick installation | ||
|
@@ -44,7 +46,7 @@ To use the Buckaroo plugin, please be aware of the following minimum requirement | |
|
||
### Configuration | ||
|
||
For the configuration of the plugin, please refer to our [Dutch](https://support.buckaroo.nl/categorieen/plugins/woocommerce) or [English](https://support.buckaroo.eu/categories/plugins/woocommerce) support website. You'll find all the needed information there. | ||
For the configuration of the plugin, please refer to our [Dutch](https://docs.buckaroo.io/docs/nl/woocommerce-configuratie) or [English](https://docs.buckaroo.io/docs/woocommerce-configuration) support website. You'll find all the needed information there. | ||
You can also contact our [technical support department](mailto:[email protected]) if you still have some unanswered questions. | ||
|
||
### Contribute | ||
|
@@ -62,8 +64,8 @@ If you want to contribute as well, then please follow our [Contribution Guidelin | |
- **PATCHES:** Bug and hotfixes only. | ||
|
||
### Additional information | ||
- **Knowledge base & FAQ:** Available in [Dutch](https://support.buckaroo.nl/categorieen/plugins/woocommerce) or [English](https://support.buckaroo.eu/categories/plugins/woocommerce). | ||
- **Support:** https://support.buckaroo.eu/contact | ||
- **Knowledge base & FAQ:** Available in [Dutch](https://docs.buckaroo.io/docs/nl/woocommerce) or [English](https://docs.buckaroo.io/docs/woocommerce). | ||
- **Support:** https://docs.buckaroo.io | ||
- **Contact:** [[email protected]](mailto:[email protected]) or [+31 (0)30 711 50 50](tel:+310307115050) | ||
|
||
<b>Please note:</b><br> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.