diff --git a/CHANGELOG.md b/CHANGELOG.md index ff8269b..c024a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.7.7] - 2023-06-01 + +### Commits + +- Switch from `pronamic/wp-deployer` to `pronamic/pronamic-cli`. ([1659c0a](https://github.com/pronamic/wp-pronamic-pay-mollie/commit/1659c0ac9a0713fef7de66eeca72ff9d9a2afde8)) +- Prevent error when trying to retrieve iDEAL issuers when SEPA Direct Debit and iDEAL are both inactive. ([1f3e4a0](https://github.com/pronamic/wp-pronamic-pay-mollie/commit/1f3e4a0ea58c60d0ae268cb70774861962acfb16)) +- Fixed method documentation. ([949cf76](https://github.com/pronamic/wp-pronamic-pay-mollie/commit/949cf76e561f176e5264f94f16f620ee89df03a7)) +- Updated .gitattributes ([45c4a5c](https://github.com/pronamic/wp-pronamic-pay-mollie/commit/45c4a5c8a629c7e6ca6d50bce0332fbb99bd683e)) + +Full set of changes: [`4.7.6...4.7.7`][4.7.7] + +[4.7.7]: https://github.com/pronamic/wp-pronamic-pay-mollie/compare/v4.7.6...v4.7.7 + ## [4.7.6] - 2023-03-29 ### Changed diff --git a/package.json b/package.json index 2934005..19ef23b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mollie", - "version": "4.7.6", + "version": "4.7.7", "description": "Mollie driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-mollie.php b/pronamic-pay-mollie.php index c6c6b9e..f8b7de3 100644 --- a/pronamic-pay-mollie.php +++ b/pronamic-pay-mollie.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-mollie/ * Description: Extend the Pronamic Pay plugin with the Mollie gateway to receive payments through a variety of WordPress plugins. * - * Version: 4.7.6 + * Version: 4.7.7 * Requires at least: 5.9 * Requires PHP: 7.4 *