From 35efd7a2d0e52d9415597d919e38daeba8a699ce Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Wed, 4 Sep 2024 11:11:42 +0300 Subject: [PATCH] ## 14.33.1 - 2024-09-04 --- CHANGELOG.md | 5 +++++ src/Platform/Dashboard.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f0232f5d..caa22822e 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.33.1 - 2024-09-04 + +### Fixed +- Attempt to attach a missing state on the page [#2892](https://github.com/orchidsoftware/platform/issues/2892) + ## 14.33.0 - 2024-09-02 ### Changed diff --git a/src/Platform/Dashboard.php b/src/Platform/Dashboard.php index 11d25ffc9..8b078e149 100644 --- a/src/Platform/Dashboard.php +++ b/src/Platform/Dashboard.php @@ -23,7 +23,7 @@ class Dashboard * * @deprecated Use `Dashboard::version()` instead. */ - public const VERSION = '14.33.0'; + public const VERSION = '14.33.1'; /** * @deprecated