Skip to content

Commit

Permalink
Merge remote-tracking branch 'oneduo-origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	dist/js/tool.js
  • Loading branch information
Tarpsvo committed Jan 11, 2025
2 parents f834c0f + f79f898 commit ed097f5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -495,6 +508,7 @@ rm -rf vendor/






```
Expand Down Expand Up @@ -528,6 +542,7 @@ composer install oneduo/nova-file-manager






```
Expand Down Expand Up @@ -561,6 +576,7 @@ composer rm bbs-lab/nova-file-manager






```
Expand Down
2 changes: 2 additions & 0 deletions workbench/app/Providers/NovaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ protected function resources()
*/
public function register()
{
parent::register();

FileManager::registerWrapper('repeater', function (FileManager $field) {
return $field
// some options
Expand Down

0 comments on commit ed097f5

Please sign in to comment.