From 114618f840ff07eae263df285a20e00dcc18442d Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Wed, 7 Feb 2024 19:58:18 +0100 Subject: [PATCH] v1.5.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2faed9..03c12e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.5.0] - 2024-02-07 + +### Added + +- Added support for card token. [2941dee](https://github.com/pronamic/wp-mollie/commit/2941dee85b0c7ad2f510c9c1a34ceca1faa91585) + +### Changed + +- The HTTP timeout option is increased when connecting to Mollie via WP-Cron, WP-CLI or the Action Scheduler library. [pronamic/wp-pay-core#170](https://github.com/pronamic/wp-pay-core/issues/170) + +Full set of changes: [`1.4.0...1.5.0`][1.5.0] + +[1.5.0]: https://github.com/pronamic/wp-mollie/compare/v1.4.0...v1.5.0 + ## [1.4.0] - 2023-10-13 ### Changed diff --git a/package.json b/package.json index 8842663..63c9cc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pronamic/wp-mollie", - "version": "1.4.0", + "version": "1.5.0", "description": "Mollie library for WordPress.", "main": "index.js", "directories": {