From 5fac46ee48ac3aef0395781152ccc9557f0ebf59 Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Mon, 2 Sep 2024 04:07:06 +0300 Subject: [PATCH] ## 14.32.0 - 2024-09-02 --- CHANGELOG.md | 11 +++++++++++ src/Platform/Dashboard.php | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ababbc24f..44f875061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.32.0 - 2024-09-02 + +### Added +- New method `deferred` on `Modal` layout + +### Fixed +- Preserve Relation field query order [#2668](https://github.com/orchidsoftware/platform/issues/2668) + +### Removed +- Manual CSRF token handling on Turbo [#2889](https://github.com/orchidsoftware/platform/pull/2889) + ## 14.31.2 - 2024-08-30 ### Deprecated diff --git a/src/Platform/Dashboard.php b/src/Platform/Dashboard.php index 9cc438a86..ff027006f 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.31.2'; + public const VERSION = '14.32.0'; /** * @deprecated