-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 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 |