Skip to content

Commit

Permalink
## 14.6.0 - 2023-07-12
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Jul 12, 2023
1 parent 06b5fc1 commit 72bf61c
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.6.0 - 2023-07-12

### Added
- Extend cell types [#2129](https://github.com/orchidsoftware/platform/issues/2129)

### Fixed
- Can't upload the same image twice [#2664](https://github.com/orchidsoftware/platform/issues/2664) [#2666](https://github.com/orchidsoftware/platform/pull/2666)

## 14.5.0 - 2023-07-05

### Changed
Expand Down
2 changes: 1 addition & 1 deletion public/css/orchid.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/orchid.rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/orchid.rtl.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/manifest.js.map

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

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/vendor.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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 @@ -21,7 +21,7 @@ class Dashboard
/**
* ORCHID Version.
*/
public const VERSION = '14.5.0';
public const VERSION = '14.6.0';

/**
* @deprecated
Expand Down

0 comments on commit 72bf61c

Please sign in to comment.