Releases: ranky/media-bundle
Releases · ranky/media-bundle
v3.0.1
v3.0.0
In this version, it allows you to extend the model/entity. It is now mandatory to create your own Media entity. For more details, see the README.md.
✨ New Features
963da6b
- allow extended Media model/entity and add related tests (commit by @chiqui3d)f934597
- allow thumbnail instance in ranky_media_url Twig function (commit by @chiqui3d)
🐛 Bug Fixes
♻️ Refactors
aedc1a3
- rename and move MediaTwigService to Application/MediaService and allow MediaInterface instance in ranky_media_url function (commit by @chiqui3d)
👷 Build System
📝 Documentation Changes
fd75e2e
- update README.md (commit by @chiqui3d)433a039
- remove CHANGELOG.md (commit by @chiqui3d)
Full Changelog
v1.4.3
👷 Build System
Full Changelog
v1.4.2
Full Changelog
v1.4.1
v1.4.0
Summary:
- You can now use a form to select the path of an image instead of its ID or a complete relationship, which avoids additional queries.
- Fixed the display of multiple images in forms.
- Enabled selecting images with a double-click and removed the loading error when a media file does not exist, allowing the selection of a new one.
- Added compatibility with Symfony 7.
✨ New Features
4c45b05
- add methods to service and repository for finding Media by path (commit by @chiqui3d)fe40f7f
- add new option to MediaFileManagerType for using media path instance of id (commit by @chiqui3d)17faa53
- update EasyAdmin form type (commit by @chiqui3d)df03cf9
- ui: enable file selection on double click and hide loading indicator on error (commit by @chiqui3d)d818bc1
- build: add cook package for manage Symfony recipes (commit by @chiqui3d)42704b1
- add compatibility support for Symfony 7 (commit by @chiqui3d)
🐛 Bug Fixes
63335c5
- remove ID from index in Media entity (commit by @chiqui3d)14
- Fix multiple image error on pgSQLy (commit by @scottfalkingham)
♻️ Refactors
✅ Tests
👷 Build System
c8621cf
- addpaths-ignore
option to CI workflow (commit by @chiqui3d)f0e5a1d
- update composer.json to include new package version (commit by @chiqui3d)
📝 Documentation Changes
Full Changelog
v1.3.1
v1.3.0
✨ New Features
7840f69
- update SiteUrlResolver service with new one (commit by @chiqui3d)fc18ab6
- update Ulid value objects and related Dbal types (commit by @chiqui3d)337d9fa
- add UidMapperPlatform to convert database values to corresponding platforms (commit by @chiqui3d)60baff6
- update LoadDqlFunctionsSubscriber with minor changes (commit by @chiqui3d)
✅ Tests
5bec106
- feat: addDB_CONNECTION
environment variable for test different database platform (commit by @chiqui3d)8e0b776
- feat: add Doctrine fixtures (commit by @chiqui3d)3c6b9e0
- feat: update Behat context to use the new ApiContext from SharedBundle (commit by @chiqui3d)3114d5d
- feat: correct User model and add UserRepository with its implementation (commit by @chiqui3d)5000cd4
- feat: update DQL test for different platforms (commit by @chiqui3d)82ec7b5
- update SiteUrlResolver service (commit by @chiqui3d)
👷 Build System
480cdf4
- update PHPStan configuration to ignoreErrors from DriverManager::getConnection (commit by @chiqui3d)
📝 Documentation Changes
3aaa582
- update README.md file to clarify custom DBAL types (commit by @chiqui3d)8140b89
- update change log (commit by @chiqui3d)