Skip to content

Commit

Permalink
## 14.24.0 - 2024-05-27
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed May 26, 2024
1 parent f69dbc7 commit b0b34d2
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 17 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.24.0 - 2024-05-27

### Added
- Add frontend controller in screen. [#2835](https://github.com/orchidsoftware/platform/pull/2835)

### Changed
- Remove subtitle Orchid on header
- `Attach` field allow to set custom url endpoint for upload and sort

### Removed
- EventServiceProvider [#2834](https://github.com/orchidsoftware/platform/pull/2834)

## 14.23.1 - 2024-05-04

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions public/css/orchid.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 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/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.

4 changes: 0 additions & 4 deletions resources/sass/core/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ select {
object-fit: cover;
}

.form-group:not(:last-child) {
margin-bottom: 1em;
}

.form-control, .form-range{
max-width: 600px;
}
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.23.1';
public const VERSION = '14.24.0';

/**
* @deprecated
Expand Down

0 comments on commit b0b34d2

Please sign in to comment.