Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Releases: neilime/zf2-assets-bundle

Version 4.0.0

28 Dec 12:05
Compare
Choose a tag to compare

Breaking changes

  • Remove supports of php < 5.6 (5.5 is end of life since 2 years, 5 months)
  • Replace mrclay/minify by tubalmartin/cssmin

Version 3.7.4

20 Aug 21:10
c3adfab
Compare
Choose a tag to compare

Fix

  • Glob path loading in assets configuration

Version 3.7.2

02 Mar 11:52
5fc04a6
Compare
Choose a tag to compare

Allows glob path as asset file path configuration

Version 3.7.2

01 Feb 11:35
51a5ce7
Compare
Choose a tag to compare
Add new method to handle asset file content urls rewriting

Version v3.7.1

12 Jan 10:02
c6ee8ea
Compare
Choose a tag to compare

Added

  • Allows dynamic php files as less file

Version v3.7.0

16 Dec 10:32
Compare
Choose a tag to compare

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

13 Dec 13:37
Compare
Choose a tag to compare

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

07 Nov 15:38
Compare
Choose a tag to compare

Hotfix : Clean config directory if exists

Version 3.5.7

07 Nov 15:13
Compare
Choose a tag to compare

Tools controller is initialized by a factory

Version 3.5.6

17 Oct 07:34
Compare
Choose a tag to compare

Fix zf3 compatibility