From 010ce1dee34f12c538a52b5bdef0f15dfea17651 Mon Sep 17 00:00:00 2001 From: tabuna Date: Wed, 30 Aug 2023 02:35:38 +0300 Subject: [PATCH] ## 14.9.1 - 2023-08-30 --- CHANGELOG.md | 5 +++++ src/Platform/Dashboard.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51cef8a47..be6051717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 14.9.1 - 2023-08-30 + +### Fixed +- Implemented support for validating redirect requests, resolving the lack of a mechanism to verify them previously + ## 14.9.0 - 2023-08-29 ### Added diff --git a/src/Platform/Dashboard.php b/src/Platform/Dashboard.php index 1b4cc2560..f4c7520db 100644 --- a/src/Platform/Dashboard.php +++ b/src/Platform/Dashboard.php @@ -21,7 +21,7 @@ class Dashboard /** * ORCHID Version. */ - public const VERSION = '14.9.0'; + public const VERSION = '14.9.1'; /** * @deprecated