Releases: humanmade/asset-manager-framework
Releases · humanmade/asset-manager-framework
0.13.5
What's Changed
- Allow nullable argument in fix_media_url by @ivankristianto in #67
New Contributors
- @ivankristianto made their first contribution in #67
Full Changelog: 0.13.4...0.13.5
0.13.4
0.13.3
What's Changed
- Fix/55 old media by @tomjn in #57
- Ensure an image with no size meta, has the appropriate size meta. by @robindevitt in #59
Full Changelog: 0.13.2...0.13.3
0.13.2
What's Changed
- Composer 2 compatibility fixes by @tomjn in #56
- Return an empty string when there is no file. by @robindevitt in #58
New Contributors
- @tomjn made their first contribution in #56
- @robindevitt made their first contribution in #58
Full Changelog: 0.13.1...0.13.2
0.13.1
0.13.0
Adds compatibility for WordPress 5.8 media library pagination.
This is a breaking change requiring the request()
method on provider classes to return a MediaResponse
object. This allows the library to correctly calculate and set the required headers for pagination.
0.12.6
0.12.5
0.12.4
Props to @PatelUtkarsh for these bug fixes.
0.12.3
- Fix fatal when media details or sizes are
stdClass
object as can be the case for videos and other non image assets #43 (props @PatelUtkarsh)