v0.27.10-beta - Improve RSS image handling and add commands to build sitemap and RSS feeds
·
1884 commits
to master
since this release
About
Improves the RSS feed by allowing remote images in enclosures. When an image stored externally is detected, Hyde will make an HTTP HEAD request to try to get the content length from the response headers. If this fails, or if a local image is not found, a notice is sent to the console and the length is set to zero.
It also adds two new commands for compiling the sitemap and RSS feed respectively:
php hyde build:sitemap
php hyde build:rss
What's Changed
- Improve RSS image handling and feed and sitemap generation processes by @caendesilva in #435
Full Changelog: v0.27.9-beta...v0.27.10-beta