This repository has been archived by the owner on Oct 10, 2019. It is now read-only.
Releases: neilime/zf2-assets-bundle
Releases · neilime/zf2-assets-bundle
Version 4.0.0
Version 3.7.4
Fix
- Glob path loading in assets configuration
Version 3.7.2
Allows glob path as asset file path configuration
Version 3.7.2
Add new method to handle asset file content urls rewriting
Version v3.7.1
Added
- Allows dynamic php files as less file
Version v3.7.0
Fixed :
- Bug #56 fix : Avoid 404 error on empty CSS generated
- Fix error in saving asset files configuration
- Check if file exists, only search in open_basedir path if defined
Added :
- File permissions configuration
Version v3.6.0
Added :
- Created files and directories permissions can be set in configuration (default : 0664 for files, 0775 for directories)
Fixed :
- "getRealPath" function has been secured
Version 3.5.8
Hotfix : Clean config directory if exists
Version 3.5.7
Tools controller is initialized by a factory
Version 3.5.6
Fix zf3 compatibility