Skip to content

Releases: wapmorgan/UnifiedArchive

0.0.11: Code cleanup & another tar support

21 Mar 16:30
5da4557
Compare
Choose a tag to compare
  • Cleaned up some old code.
  • Added ext-phar adapter for .tar archives (if pear/archive_tar is not installed).

0.0.10: Clean requirements

07 Aug 18:07
Compare
Choose a tag to compare

Remove docopt from requirements, add it as suggestion.

0.0.9: Integrated CAM (console archive manager)

20 Jul 22:01
Compare
Choose a tag to compare

CAM merged into UnifiedArchive and now can be used without other packages: bin/cam.

0.0.8: Initial support for CAB

24 Jan 16:41
Compare
Choose a tag to compare

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

14 Jan 00:02
Compare
Choose a tag to compare

Fixed:

  • Using ereg function on PHP >7.

0.0.6: New operations

09 Jan 00:17
Compare
Choose a tag to compare

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

08 Jan 20:35
Compare
Choose a tag to compare

Added:

  • Support for 7z (7zip) archives.

0.0.4: New archive formats

07 Jan 20:13
Compare
Choose a tag to compare

Added:

  • Support for single-file bz2 (bzip2) and xz (lzma2) archives.

0.0.3: No requirements

18 Aug 13:49
Compare
Choose a tag to compare

Changed:

  • archive_tar is no longer a required package, now it is a suggestion.

0.0.2: release under the MIT license

14 Aug 14:15
Compare
Choose a tag to compare

Changed:

  • UnifiedArchive released under the MIT license.