From bfef9a509b5b062b72711cba0385fe01c394a0df Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Sun, 17 Dec 2023 14:55:27 +0200 Subject: [PATCH] Release v2.8.0 --- Changelog.md | 4 ++-- README.md | 1 + docs/installation.md | 2 +- src/resources/manifest.php | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 3308ebf..c3130e3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,8 +2,8 @@ ## 2.x Series -## Unreleased -##### 2023-XX-YY +## 2.8.0 +##### 2023-12-17 - Added PHP 8.3 support diff --git a/README.md b/README.md index 6f4610a..40ac07b 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,4 @@ this to your app's `config/auth.php` file: | 8.0 | 2.1+ | | 8.1 | 2.4+ | | 8.2 | 2.6+ | +| 8.3 | 2.8+ | diff --git a/docs/installation.md b/docs/installation.md index 165a386..3166d55 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -29,7 +29,7 @@ Now you should see this: +----+--------------------+--------+---------+-------------+-----------------+ | # | Name | Kind | Version | Id | Namespace | +----+--------------------+--------+---------+-------------+-----------------+ -| 1. | Konekt User Module | Module | 2.7.0 | konekt.user | Konekt\User | +| 1. | Konekt User Module | Module | 2.8.0 | konekt.user | Konekt\User | +----+--------------------+--------+---------+-------------+-----------------+ ``` diff --git a/src/resources/manifest.php b/src/resources/manifest.php index fb7c6c2..fd41e60 100644 --- a/src/resources/manifest.php +++ b/src/resources/manifest.php @@ -2,5 +2,5 @@ return [ 'name' => 'Konekt User Module', - 'version' => '2.7.0' + 'version' => '2.8.0' ];