Releases: kiwilan/php-archive
Releases · kiwilan/php-archive
1.5.11
BaseArchive
,findFiles
can now sort natural files
1.5.1
- Fix Windows temporary path issue
1.5.0
- add
spatie/temporary-directory
for temporary directory management
1.4.02
ArchivePdf
disable Exception
for content
1.4.01
- rename
PdfMetadata
toPdfMeta
1.4.0
- replace
ArchiveMetadata::class
withArchiveStat::class
:$archive->stat()
fromstat
native function - all PDF metadata are now stored in
PdfMetadata::class
:$archive->pdf()
1.3.02
ArchiveMetadata
addtoArray
methods
1.3.01
BaseArchive
fix forArchiveItem
nullable safe
1.3.0
- Archive
content
allowArchiveItem
nullable for$file
param
1.2.01
ArchiveMetadata
keywords bug array fix