Skip to content

Releases: humanmade/asset-manager-framework

0.13.5

01 Mar 15:43
58e37f4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.13.4...0.13.5

0.13.4

26 Sep 13:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.3...0.13.4

0.13.3

23 Sep 09:03
54b93a5
Compare
Choose a tag to compare

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

26 Aug 13:57
3c74a93
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.13.1...0.13.2

0.13.1

29 Sep 10:56
ecc88f2
Compare
Choose a tag to compare
  • Avoid PHP error if $attachment_id is null #50 (props @ouun)

0.13.0

27 Sep 14:24
8c47862
Compare
Choose a tag to compare

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

14 Sep 09:54
843edad
Compare
Choose a tag to compare
  • Add filter for local provider name #48

0.12.5

05 Aug 15:17
58d08f1
Compare
Choose a tag to compare
  • Show empty message when using global provider #46

0.12.4

22 Jul 09:42
c6167cd
Compare
Choose a tag to compare
  • Fix fatal when media details is stdClass for non image assets #44
  • Fix crop with local provider #45

Props to @PatelUtkarsh for these bug fixes.

0.12.3

09 Jul 11:02
bdbfc9d
Compare
Choose a tag to compare
  • 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)