diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f415e..4ba8848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to `nova-file-manager` will be documented in this file +## v0.13.1 - 2025-01-08 + +### What's Changed + +* Fix #455 / Fix crash on Nova 5 / Inertia 2 by @Tarpsvo in https://github.com/oneduo/nova-file-manager/pull/459 +* Load Nova routes in workbench NovaServiceProvider by @mikaelpopowicz in https://github.com/oneduo/nova-file-manager/pull/461 + +### New Contributors + +* @Tarpsvo made their first contribution in https://github.com/oneduo/nova-file-manager/pull/459 + +**Full Changelog**: https://github.com/oneduo/nova-file-manager/compare/v0.13.0...v0.13.1 + ## v0.13.0 - 2024-12-19 ### What's Changed @@ -495,6 +508,7 @@ rm -rf vendor/ + ``` @@ -528,6 +542,7 @@ composer install oneduo/nova-file-manager + ``` @@ -561,6 +576,7 @@ composer rm bbs-lab/nova-file-manager + ``` diff --git a/workbench/app/Providers/NovaServiceProvider.php b/workbench/app/Providers/NovaServiceProvider.php index 5f8b227..05879c9 100644 --- a/workbench/app/Providers/NovaServiceProvider.php +++ b/workbench/app/Providers/NovaServiceProvider.php @@ -98,6 +98,8 @@ protected function resources() */ public function register() { + parent::register(); + FileManager::registerWrapper('repeater', function (FileManager $field) { return $field // some options