silverstripe-staticpublisher/CHANGELOG.md

17 lines
514 B
Markdown
Raw Permalink Normal View History

2016-02-24 18:01:09 +01:00
# Changelog
# 1.1.0
- New: Added HTTP cache headers for cached files
- New: Added configuration from _ss_environment.php file constants
- New: Added quiet mode to rebuild cache task
- New: Added cache miss header when skipping cache
- Bugfix: Make sure URLs that get cached are always part of `allPagesToCache`
- Bugfix: `Config` not loading properly for `RsyncMultiHostPublisher`
- Bugfix: `publishPages` must use `Live` stage
- Bugfix: Don't ignore `$cacheBaseName` for cache files
# 1.0.0
- Initial release