Skip to content

v1.1.0

Compare
Choose a tag to compare
@ArthurHoaro ArthurHoaro released this 01 May 12:32
· 74 commits to master since this release
v1.1.0

Warning: this release will invalidates existing cache.

Added

  • An exception is now thrown if PHP extension requirements are not satisfied.
  • CI:
    • Coverall PR check added
    • Scrutinizer PR check added
    • PHP CodeSniffer PSR-2 syntax is now run along unit tests

Changed

  • Image cache files are now stored as JPEG instead of PNG to save disk space.
  • Image cache domain folders are now stored using a hash instead of the raw domain name.

Fixed

  • Make Github ignore HTML test files for language detection.