Skip to content

Commit

Permalink
## 14.44.0 - 2024-11-23
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Nov 23, 2024
1 parent e311460 commit 9404523
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
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.44.0 - 2024-11-23

### Changed
- Remove default limits for 'Attach' field file size and quantity
- Use `whereLike` for case-insensitive search [#2924](https://github.com/orchidsoftware/platform/pull/2924)
- Allow mutation elocument model on `getContent` [#2923](https://github.com/orchidsoftware/platform/issues/2923)
- Refactored to modern PHP standards

### Fixed
- Loading `csrf` token for `axios` after login

## 14.43.1 - 2024-11-09

### Changed
Expand Down
8 changes: 4 additions & 4 deletions public/js/orchid.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.43.1';
public const VERSION = '14.44.0';

/**
* @deprecated
Expand Down

0 comments on commit 9404523

Please sign in to comment.