Releases: FarhanShares/laravel-mediaman
v1.0.0-rc2
What's Changed
- Fix: Laravel 11 support by @FarhanShares in #86
Full Changelog: v1.0.0-rc1...v1.0.0-rc2
v0.10.0
What's Changed
- feat: Appended media URL and URI by @FarhanShares in #68
- Support Laravel 11 by @FarhanShares in #84
- Fix: Laravel 11 support by @FarhanShares in #86
Full Changelog: v0.9.0...v0.10.0
v1.0.0-rc1
- Support Laravel 11
- Minor changes in tests
- Closer to v1
v1.0.0-beta
v1.0.0 Beta Release
🚀 We are thrilled to announce the stable release of MediaMan v1.0.0
! After rigorous testing, community feedback, and several iterations, we've polished MediaMan to provide you with the best media management experience for Laravel.
🌟 Highlights:
- Many-to-Many Relationship: Effortlessly manage multiple media assets across various models without modifying your existing database schema. Reuse media with other models at ease.
- Virtual Directories: Group your media assets seamlessly with the new Virtual Directory feature.
- Improved Image Manipulation: Our global registry system enables efficient and consistent image manipulations across your application.
- Optimized for Modern Applications: Whether you're building a monolithic application, working with Livewire/InertiaJS, or venturing into serverless architectures, MediaMan has got you covered.
🛠 Key Features:
- Flexible Attachment-Detachment: Intuitive APIs for associating and disassociating media with your Laravel models.
- Global Conversions: Easily define and reuse image conversions throughout your application.
- Active Maintenance: Rest assured, MediaMan is here to stay. Our dedicated team will keep updating and improving based on community feedback and modern requirements.
📖 Documentation Updates:
Our documentation has been revamped to make it more comprehensive and user-friendly. From quick start guides to advanced use cases, we've got everything covered.
🙏 Acknowledgments:
A huge shoutout to our amazing community for their invaluable feedback, bug reports, and feature suggestions. Special thanks to our early adopters and contributors for believing in MediaMan and helping us shape it.
📦 Installation & Upgrade:
For new installations, follow our installation guide.
For those upgrading from a previous version, you are saved, its a very minimal breaking change. See the upgrade guide here.
🐞 Bug Reports and Contributions:
Encounter an issue? Let us know here. Want to contribute? PRs are welcome.
Thank you for your continued support. Dive in, explore, and let MediaMan handle your media management needs. Your feedback is our driving force, and we're eager to hear about your experiences with this release! 🎉
v0.9.0
v0.8.1
- Updated docs
v0.8.0
- Changing file_name also renames it in the disk
- Changing disk also moves it to another disk
- HasMedia trait now has syncMedia() method
- Included more tests to cover all
- Updated docs
- We are now close to v1.0.0
v0.7.0
Support Laravel 10
v0.6.0
- Support Laravel 9
v0.5.1
- Updated docs