Skip to content

Commit 56ec031

Browse files
committed
Update CHANGELOG.md
1 parent 88650a3 commit 56ec031

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ All Notable changes to `Backpack CRUD` will be documented in this file.
88

99
-----------
1010

11+
## 4.0.47 - 2020-03-05
12+
13+
### Fixed
14+
- Delete operation can respond with Notification Bubbles @tabacitu (#2477)
15+
- Elfinder mime type filter. @pxpm (#2505)
16+
- Implement orderButtons @tabacitu (#2457)
17+
- Allow delay on AJAX calls for select2_from_ajax fields @pxpm (#2504)
18+
1119
## 4.0.46 - 2020-03-05
1220

1321
### Fixed

src/resources/views/crud/fields/browse_multiple.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
$field['wrapperAttributes']['data-popup-title'] = trans('backpack::crud.select_file');
1919
$field['wrapperAttributes']['data-multiple'] = "false";
2020
}
21-
$field['wrapperAttributes']['data-only-mimes'] = json_encode($field['mime_types'] ?? []);
21+
$field['wrapperAttributes']['data-only-mimes'] = json_encode($field['mime_types'] ?? []);
2222
2323
if($sortable){
2424
$field['wrapperAttributes']['sortable'] = "true";

0 commit comments

Comments
 (0)