Skip to content

1.5.0

Compare
Choose a tag to compare
@mirko-pagliai mirko-pagliai released this 20 Apr 12:07
· 352 commits to master since this release
c1516a8
  • the plugin has been migrated to CakePHP 3.6;
  • added TestCase::skipIfDriverIs() method;
  • ThumbTrait becomes ThumbsPathTrait and it has no more getDriver(),
    getExtension() and getUrl() methods;
  • the ThumbCreator::getDefaultSaveOptions() method now can take the $path
    optional argument;
  • removed ThumbTrait::getSupportedFormats() method, added
    ThumbManager::$supportedFormats static property;
  • InternalErrorException exception has been replaced with RuntimeException.