From f4dce6b740f2c0415608937ed2d2e8d2fd5e8e14 Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:52:17 +0300 Subject: [PATCH] Release v4.0.0 --- Changelog.md | 4 ++-- resources/manifest.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 782a098..c9c7835 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,8 +2,8 @@ ## 4.x Series -## Unreleased -##### 2023-XX-YY +## 4.0.0 +##### 2024-04-25 - Dropped PHP 8.0 & PHP 8.1 Support - Dropped Laravel 9 Support diff --git a/resources/manifest.php b/resources/manifest.php index a696c70..c0fc836 100644 --- a/resources/manifest.php +++ b/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Cart Module', - 'version' => '4.x-dev' + 'version' => '4.0.0' ];