Skip to content

Commit

Permalink
## 14.32.0 - 2024-09-02
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Sep 2, 2024
1 parent a095d68 commit 5fac46e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Platform/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Dashboard
*
* @deprecated Use `Dashboard::version()` instead.
*/
public const VERSION = '14.31.2';
public const VERSION = '14.32.0';

/**
* @deprecated
Expand Down

0 comments on commit 5fac46e

Please sign in to comment.