mirror of
https://github.com/silverstripe/silverstripe-staticpublisher
synced 2024-10-22 14:05:54 +02:00
17 lines
514 B
Markdown
17 lines
514 B
Markdown
# 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
|