Skip to content

Commit b1fccc8

Browse files
committed
## 14.31.1 - 2024-08-30
1 parent 8e3599f commit b1fccc8

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 14.31.1 - 2024-08-30
9+
10+
### Fixed
11+
- Disabled drag&drop input for `Attach` field [#2867](https://github.com/orchidsoftware/platform/issues/2867)
12+
- Missing state passing in the `listeners`
13+
814
## 14.31.0 - 2024-08-27
915

1016
### Added

public/css/orchid.rtl.css

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/orchid.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Platform/Dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Dashboard
2323
*
2424
* @deprecated Use `Dashboard::version()` instead.
2525
*/
26-
public const VERSION = '14.31.0';
26+
public const VERSION = '14.31.1';
2727

2828
/**
2929
* @deprecated

0 commit comments

Comments
 (0)