diff --git a/CHANGELOG.md b/CHANGELOG.md index 75daf7f..423f1dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.6.1] - 2023-10-18 + +### Fixed + +- The `4.2.0` upgrade script for WooCommerce Subscriptions will now only schedule it's actions when WooCommerce Subscriptions is running. ([60](https://github.com/pronamic/wp-pronamic-pay-woocommerce/issues/60)) +- When paying for subscriptions via Mollie that are manually renewed, the payment is no longer marked to Mollie as a first payment for obtaining a mandate. This makes it possible to also use the Mollie bank transfer payment method to pay for subscriptions that are manually renewed. ([58](https://github.com/pronamic/wp-pronamic-pay-woocommerce/issues/58)) + +Full set of changes: [`4.6.0...4.6.1`][4.6.1] + +[4.6.1]: https://github.com/pronamic/wp-pronamic-pay-woocommerce/compare/v4.6.0...v4.6.1 + ## [4.6.0] - 2023-10-13 ### Added diff --git a/package.json b/package.json index 37d473a..88538c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pronamic/wp-pronamic-pay-woocommerce", - "version": "4.6.0", + "version": "4.6.1", "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 a6f153e..fadc1f8 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.0 + * Version: 4.6.1 * Requires at least: 5.9 * Requires PHP: 7.4 *