Skip to content

v3.1.2

Compare
Choose a tag to compare
@atmonshi atmonshi released this 16 Sep 14:16
· 171 commits to 3.x since this release
37e7a3d

What's Changed

  • add config for upload to posts, pages and libraries by @atmonshi in #156
    now you can pass the disk and dir:
SkyPlugin::make()
    ->uploadDisk('s3')
    ->uploadDirectory('sky') // will be used for all: pages, posts and libraries

Full Changelog: v3.1.1...v3.1.2