- Enh #6: Added
FileBehavior::openFile()method as a shortcut toyii2tech\filestorage\BucketInterface::openFile()(klimov-paul) - Enh #9:
FileBehavior::$subDirTemplatenow accepts the PHP callback, which should return its actual value (nexen2, klimov-paul)
- Bug #4: Fixed
TransformFileBehavior::getFileUrl()triggersE_NOTICEin casedefaultFileUrlis an empty array (klimov-paul) - Enh #3: Added support for transformed file extension variation via
TransformFileBehavior::transformationFileExtensions(klimov-paul) - Enh #5: Added
TransformFileBehavior::regenerateFileTransformations()method, allowing regeneration of the file transformations (klimov-paul)
- Bug #1: Fixed required version of "yii2tech/file-storage" preventing stable release composer install (klimov-paul)
- Initial release.