From f34f5b613fb0d47f225ba7dd06b8470c0cf9845f Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Wed, 24 May 2023 17:41:02 +0300 Subject: [PATCH] Release v3.8.0 --- Changelog.md | 4 ++-- resources/manifest.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 4623c4d..701808f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,8 +2,8 @@ ## 3.x Series -## Unreleased -##### 2023-XX-YY +## 3.8.0 +##### 2023-05-24 - Added missing Payment Status magic comparison annotations to the interface/model - Added the `hasRemoteId()`, `getRemoteId()` and `isOffline()` helper methods to the Payment model (v4 interface candidates) diff --git a/resources/manifest.php b/resources/manifest.php index 455dc81..ee51380 100644 --- a/resources/manifest.php +++ b/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Payment Module', - 'version' => '3.8-dev' + 'version' => '3.8.0' ];