Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
joshmanders pushed 1 commit to next cloudinary-community/cloudinary-laravel
- refactor to remove prefix handling and enhance resource management e1cb1da
joshmanders pushed 1 commit to next cloudinary-community/cloudinary-laravel
- support url generation be20d27
joshmanders pushed 1 commit to next cloudinary-community/cloudinary-laravel
- first round with install command e841fdd
joshmanders pushed 1 commit to next cloudinary-community/cloudinary-laravel
- implement filesystem adapter df50e8a
joshmanders pushed 1 commit to next cloudinary-community/cloudinary-laravel
- start with a clean slate 76fa667
joshmanders pushed 1 commit to next cloudinary-community/cloudinary-laravel
- add php 8.4 to matrix 092c283
joshmanders pushed 1 commit to next cloudinary-community/cloudinary-laravel
- drop support for laravel 10 and lower, and php 8.1 and lower 6c0fcf7
joshmanders opened a pull request on cloudinary-community/cloudinary-laravel
Next: Cloudinary Laravel SDK v3
This branch/PR holds all the work for the next major version of Cloudinary Laravel SDK, v3. - [ ] Drops support for Laravel >= 10, PHP >= 8.1 - [ ] Complete overhaul of the adapter and filesyst...joshmanders created a branch on cloudinary-community/cloudinary-laravel
next - Laravel SDK for Cloudinary
joshmanders created a tag on cloudinary-community/cloudinary-laravel
2.2.3 - Laravel SDK for Cloudinary
joshmanders published a release on cloudinary-community/cloudinary-laravel
2.2.3
## What's Changed * chore: repo improvements by @joshmanders in https://github.com/cloudinary-community/cloudinary-laravel/pull/133 * fix: return types by @joshmanders in https://github.com/cloud...joshmanders deleted a branch cloudinary-community/cloudinary-laravel
fix/handle-video-and-other-resource-types-gracefully
joshmanders closed an issue on cloudinary-community/cloudinary-laravel
Unable to specify asset type for assets lookup
@joshmanders the current implementation of the asset lookup function in the storage driver defaults to the `image` resource type and does not provide an option to specify other resource types, suc...joshmanders pushed 1 commit to master cloudinary-community/cloudinary-laravel
- fix: handle video and other resource types gracefully (#143) This fixes #129 9aa358a
joshmanders closed an issue on cloudinary-community/cloudinary-laravel
Unable to specify asset type for assets lookup
@joshmanders the current implementation of the asset lookup function in the storage driver defaults to the `image` resource type and does not provide an option to specify other resource types, suc...joshmanders opened a pull request on cloudinary-community/cloudinary-laravel
fix: handle video and other resource types gracefully
This fixes #129joshmanders created a branch on cloudinary-community/cloudinary-laravel
fix/handle-video-and-other-resource-types-gracefully - Laravel SDK for Cloudinary