From b7013e2585043bd93729c0e84078a4441b426605 Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Fri, 17 Nov 2023 14:07:35 +0200 Subject: [PATCH] Release v3.8.2 - Fixes #164 --- Changelog.md | 5 +++++ resources/manifest.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 0ed6c73..3b53d72 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,11 @@ ## 3.x Series +## 3.8.2 +##### 2023-11-17 + +- Fixed the PHP `IteratorAggregate`, `ArrayAccess` and `Countable` interfaces-related deprecation notices + ## 3.8.0 ##### 2023-05-24 diff --git a/resources/manifest.php b/resources/manifest.php index 111d77f..a04e1cc 100644 --- a/resources/manifest.php +++ b/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Checkout Module', - 'version' => '3.8.0' + 'version' => '3.8.2' ];