Skip to content

Commit

Permalink
Merge branch 'master' of github.com:codedor/filament-media-library
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMoustache committed Sep 21, 2023
2 parents 7a6122f + 98e0a6a commit e64e827
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.3.0 - 2023-09-21

### What's changed

#### Added

- Added resource picker
- Reworked the way formats are registered

## v0.2.0 - 2023-08-30

### What's Changed
Expand Down
1 change: 0 additions & 1 deletion tests/Mixins/UploadedFileMixinTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
use Codedor\MediaLibrary\Models\Attachment;
use Codedor\MediaLibrary\Tests\TestFormats\TestHero;
use Codedor\MediaLibrary\Tests\TestFormats\TestHeroWebp;
use Codedor\MediaLibrary\Tests\TestModels\TestModel;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Http\UploadedFile;
use Illuminate\Support\Facades\Queue;
Expand Down
4 changes: 0 additions & 4 deletions tests/TestModels/TestModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
namespace Codedor\MediaLibrary\Tests\TestModels;

use Codedor\MediaLibrary\Interfaces\HasFormats;
use Codedor\MediaLibrary\Tests\TestFormats\TestHero;
use Codedor\MediaLibrary\Tests\TestFormats\TestHeroWebp;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Collection;

class TestModel extends Model implements HasFormats
{

}
1 change: 0 additions & 1 deletion tests/Unit/Conversions/LocalConversionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Codedor\MediaLibrary\Models\Attachment;
use Codedor\MediaLibrary\Tests\TestFormats\TestHero;
use Codedor\MediaLibrary\Tests\TestFormats\TestHeroWebp;
use Codedor\MediaLibrary\Tests\TestModels\TestModel;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Support\Facades\File;
use Illuminate\Support\Facades\Storage;
Expand Down
1 change: 0 additions & 1 deletion tests/Unit/Models/AttachmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
use Codedor\MediaLibrary\Models\Attachment;
use Codedor\MediaLibrary\Tests\TestFormats\TestHero;
use Codedor\MediaLibrary\Tests\TestFormats\TestHeroWebp;
use Codedor\MediaLibrary\Tests\TestModels\TestModel;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Support\Facades\File;
use Illuminate\Support\Facades\Storage;
Expand Down

0 comments on commit e64e827

Please sign in to comment.