Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Releases: Chumper/Zipper

v1.0.3: Prevent Zip Traversal Attacks (#156)

25 Feb 11:58
d15207e

Choose a tag to compare

Checks for special characters within filenames within a ZIP file using strpos comparison

v1.0.2: Automatic package discovery Laravel 5.5 (#106)

13 Oct 13:50

Choose a tag to compare

https://medium.com/@taylorotwell/package-auto-discovery-in-laravel-5-5-ea9e3ab20518

Updated dependencies to PHP 5.6

01 Feb 05:29

Choose a tag to compare

Removed PHP 5.4 and PHP 5.5

30 Jan 11:33

Choose a tag to compare

v1.0.0

Update README.md

0.7.0: Merge pull request #84 from aldas/fix-various-problems

29 Dec 12:34

Choose a tag to compare

 fixed problem with path when extracting files - strpos'sing path to find directory part is not that clever as directory separator is different on windows vs linux

l5 release

18 Feb 20:33

Choose a tag to compare

l5 release Pre-release
Pre-release
Merge pull request #36 from plantwebdesign/master

Fix for addition of folders on Windows

L5 draft release

13 Feb 14:44

Choose a tag to compare

L5 draft release Pre-release
Pre-release

Tagged for L5, but still needs some work

L4 release

13 Feb 14:42

Choose a tag to compare

tag current version for laravel 4

first tagged version

26 Nov 11:48

Choose a tag to compare

Merge pull request #24 from vool/master

Add addString() create file in zip by content and filename