Releases: wapmorgan/UnifiedArchive
Releases · wapmorgan/UnifiedArchive
0.0.11: Code cleanup & another tar support
- Cleaned up some old code.
- Added
ext-phar
adapter for .tar archives (ifpear/archive_tar
is not installed).
0.0.10: Clean requirements
Remove docopt
from requirements, add it as suggestion.
0.0.9: Integrated CAM (console archive manager)
CAM merged into UnifiedArchive and now can be used without other packages: bin/cam
.
0.0.8: Initial support for CAB
Added:
- Initial support for CAB archives without extracting.
Changed:
- Handling of short names of tar archives.
- Removed external repository declaration.
- Removed die() in source code.
0.0.7: Fixed using probably removed function
Fixed:
- Using
ereg
function on PHP >7.
0.0.6: New operations
Added:
- Adding files in archive.
- Deleting files from archive.
Fixed:
- Fixed discovering 7z archive number of files and creating new archive.
0.0.5: Add 7zip support
Added:
- Support for 7z (7zip) archives.
0.0.4: New archive formats
Added:
- Support for single-file bz2 (bzip2) and xz (lzma2) archives.
0.0.3: No requirements
Changed:
- archive_tar is no longer a required package, now it is a suggestion.
0.0.2: release under the MIT license
Changed:
- UnifiedArchive released under the MIT license.