You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Deprecate few functions:
Formats::checkFormatSupportAbility() marked deprecated, use can() instead.
UnifiedArchive: addFile() and addDirectory() marked deprecated, use add() instead.
Changed behaviour:
UnifiedArchive: add() and create() changed fileOrFiles handling: if passed string, then file/directory will be archived with full its original name (as opposed to relative name before).
Formats: detectArchiveFormat() and getFormatMimeType() returns null instead of false in case of failed type detection.
UnifiedArchive::getMimeType() returns null instead of false.
New:
Improved test() functionality - returns list of mismatched hashes.