Skip to content

Fix for installation issue on some systems

Compare
Choose a tag to compare
@zbateson zbateson released this 26 Mar 16:58
· 483 commits to master since this release

Fixes an issue in 1.1.4 where the 'unzip' utility complained on some systems about non-ascii characters when installing with composer, see #88

Added .gitignore to avoid installing test files in production installs (thanks @ondrejmirtes, #88)
Created test for files with non-ascii characters in their names to avoid this problem in the future