From b174ab991959e409f0a6adb5b52cecf8c7db136f Mon Sep 17 00:00:00 2001 From: tabuna Date: Wed, 5 Jul 2023 13:38:36 +0300 Subject: [PATCH] 14.5.0 - 2023-07-05 --- CHANGELOG.md | 5 +++++ src/Platform/Dashboard.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69b8f6dd8..297f45006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. 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.5.0 - 2023-07-05 + +### Changed +- Automatic detection of the need to transmission state + ## 14.4.0 - 2023-06-21 ### Added diff --git a/src/Platform/Dashboard.php b/src/Platform/Dashboard.php index 8ddb51178..bdf90e9eb 100644 --- a/src/Platform/Dashboard.php +++ b/src/Platform/Dashboard.php @@ -21,7 +21,7 @@ class Dashboard /** * ORCHID Version. */ - public const VERSION = '14.4.0'; + public const VERSION = '14.5.0'; /** * @deprecated