From 86e072d918db581301d537e4fb4ddaba350f9673 Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:54:07 +0100 Subject: [PATCH] v4.7.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- pronamic-pay-woocommerce.php | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a117af1..7adc97b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.7.0] - 2023-12-18 + +### Commits + +- Added BNPL disclaimer to In3 and Klarna. ([58b8309](https://github.com/pronamic/wp-pronamic-pay-woocommerce/commit/58b8309e11e35ff6aaaff3e57beaa82634361159)) +- Store VAT number from "WooCommerce EU VAT Number" plugin in customer/payment. ([ba05c39](https://github.com/pronamic/wp-pronamic-pay-woocommerce/commit/ba05c394defc850d8d9363ab9385359f03956ef9)) +- Added method description for the credit card gateway. ([801598e](https://github.com/pronamic/wp-pronamic-pay-woocommerce/commit/801598e7596de6c53dddd50733ca2f336dc1009d)) +- Added method description for Riverty. ([bae4dac](https://github.com/pronamic/wp-pronamic-pay-woocommerce/commit/bae4daccb972b312326cd721adbf08566eee72f8)) +- Added the Riverty disclaimer. ([96ec8d9](https://github.com/pronamic/wp-pronamic-pay-woocommerce/commit/96ec8d99a77a8d72822db417689084b955d2c3fa)) + +Full set of changes: [`4.6.3...4.7.0`][4.7.0] + +[4.7.0]: https://github.com/pronamic/wp-pronamic-pay-woocommerce/compare/v4.6.3...v4.7.0 + ## [4.6.3] - 2023-11-06 ### Changed diff --git a/package.json b/package.json index ac2cdf8..dd74e91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pronamic/wp-pronamic-pay-woocommerce", - "version": "4.6.3", + "version": "4.7.0", "description": "WooCommerce driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-woocommerce.php b/pronamic-pay-woocommerce.php index 99170dd..b1b5535 100644 --- a/pronamic-pay-woocommerce.php +++ b/pronamic-pay-woocommerce.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-woocommerce/ * Description: Extend the Pronamic Pay plugin with WooCommerce support to receive payments through a variety of payment providers. * - * Version: 4.6.3 + * Version: 4.7.0 * Requires at least: 5.9 * Requires PHP: 7.4 *