Skip to content

Commit

Permalink
## 14.31.1 - 2024-08-30
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Aug 29, 2024
1 parent 8e3599f commit b1fccc8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.31.1 - 2024-08-30

### Fixed
- Disabled drag&drop input for `Attach` field [#2867](https://github.com/orchidsoftware/platform/issues/2867)
- Missing state passing in the `listeners`

## 14.31.0 - 2024-08-27

### Added
Expand Down
9 changes: 4 additions & 5 deletions public/css/orchid.rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/orchid.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/mix-manifest.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0';
public const VERSION = '14.31.1';

/**
* @deprecated
Expand Down

0 comments on commit b1fccc8

Please sign in to comment.