From 99005256ae7b9e32bc5f0652a6fcfdacd9632db1 Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Sat, 9 Nov 2024 01:45:32 +0300 Subject: [PATCH] ## 14.43.1 - 2024-11-09 --- CHANGELOG.md | 5 +++++ src/Platform/Dashboard.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f26136d85..17da86130 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.43.1 - 2024-11-09 + +### Changed +- Improve performance for simple model attribute [#2921](https://github.com/orchidsoftware/platform/pull/2921) + ## 14.43.0 - 2024-11-06 ### Added diff --git a/src/Platform/Dashboard.php b/src/Platform/Dashboard.php index 631cec661..5aa41bc07 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.43.0'; + public const VERSION = '14.43.1'; /** * @deprecated