Skip to content

4.0.0

Compare
Choose a tag to compare
@frasmage frasmage released this 11 Oct 19:45
· 199 commits to master since this release
ca1cc54
  • changed UrlGenerators to use the underlying filesystemAdapter's url() method
  • UrlGenerators no longer throw MediaUrlException when the file does not have public visibility. This removes the need to read IO for files local disks or to make HTTP calls for files on s3 disks.
  • Removed LocalUrlGenerator::getPublicPath()
  • No longer reading the 'prefix' config of local disks. Value should be included in the 'url' config instead.