From a11ffb065a962e462b29bc6192763044a48f1c42 Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Thu, 11 Jul 2024 16:23:45 +0300 Subject: [PATCH] Release v4.1.0 --- Changelog.md | 4 ++-- resources/manifest.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 865dd4f..89913af 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,8 +2,8 @@ ## 4.x Series -## Unreleased -##### 2024-XX-YY +## 4.1.0 +##### 2024-07-11 - Added the unidirectional links feature - Added the `isUnidirectional()`, `isOmnidirectional()` and `isEmpty()` methods to the `LinkGroup` class diff --git a/resources/manifest.php b/resources/manifest.php index 8822797..ec2455d 100644 --- a/resources/manifest.php +++ b/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Links Module', - 'version' => '4.1-dev' + 'version' => '4.1.0' ];