Skip to content

0.2.0

Compare
Choose a tag to compare
@mcaskill mcaskill released this 17 Jan 22:21
· 8 commits to master since this release

Complete commits list: 0.1.7...0.2.0

Summary:

  • Updated Composer requirements:
    • PHP ^5.6, ^7.2, ^8.0
    • embed/embed ^3.4.10 (supports PHP ^5.6, ^7.0, ^8.0)
    • guzzlehttp/guzzle ^6.0 (supports PHP >=5.5) or ^7.0 (supports PHP ^7.2.5)
    • locomotivemtl/charcoal-property ^0.8 (supports PHP ^5.6, ^7.0)
  • Added methods isValidFormat() and assertValidFormat() to EmbedRepository.
  • Added class constants FORMAT_* to EmbedRepositoryInterface to standardize supported formats.
  • Cleaned-up block comments.
  • Sorted PHP imports according to PSR-12.
  • Fixed linting issues and improved syntax.