v1.1.0
Added
- New config variable
$returnType
that specifies if we want to gethtml
(default),json
or phparray
as a result when we load a file to display. - New optional config variables
$baseJsUrl
and$baseCssUrl
to handle serving assets from separate domains.
Fixed
- Fix wrong message name for
noVersioningFile
by @paul45 - Fix the way
versions.json
file is set.