Skip to content

Releases: FarhanShares/laravel-mediaman

v1.0.0-rc2

05 Oct 10:44
e6ed4df
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-rc1...v1.0.0-rc2

v0.10.0

05 Oct 13:07
e6ed4df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v1.0.0-rc1

15 Apr 16:31
d85eaeb
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release
  • Support Laravel 11
  • Minor changes in tests
  • Closer to v1

v1.0.0-beta

07 Oct 16:02
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

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:

  1. 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.
  2. Virtual Directories: Group your media assets seamlessly with the new Virtual Directory feature.
  3. Improved Image Manipulation: Our global registry system enables efficient and consistent image manipulations across your application.
  4. 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

06 Oct 12:20
c7b51a9
Compare
Choose a tag to compare
  • Fixed: table dropping order #67
  • Updated default disk config (set to public)
  • Updated docs for media_url usage

v0.8.1

06 Oct 11:22
Compare
Choose a tag to compare
  • Updated docs

v0.8.0

06 Oct 10:48
Compare
Choose a tag to compare
  • 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

06 Oct 03:31
02c1023
Compare
Choose a tag to compare

Support Laravel 10

v0.6.0

23 May 15:30
f706449
Compare
Choose a tag to compare
  • Support Laravel 9

v0.5.1

03 Apr 15:38
c65531e
Compare
Choose a tag to compare
  • Updated docs