I know there is a hotfix planned, but who knows what you guys are going to fix this time.
Since i am already playing with 2.5.3 i could report anything i can find.
Call to undefined method Kirby\Panel\Models\Site\Options::sortFiles()
Pretty much just going for site settings, while containing some files. My blueprint doesn’t have anything special on the sorting part though.
panel/app/src/panel/collections/files.php
Row 25
if($this->page->options()->sortFiles()) {
$sorted = $this->sortBy('sort', 'asc');
$this->data = $sorted->data;
}