Release v0.041
A slight breaking change in this release: The "last modified" date is no longer being used in the blog. Instead, the date shown is only the slug date, which makes the date more accurate when pre-dating posts.
The last_modified
attribute is now simply called date
, which makes it a bit more
general-purpose. This means that you'll need to re-bundle your templates.
A change to Beam::Wire means a change to Statocles
config files: $method
in the event handlers is now $sub
, so if you have configured
the LinkCheck plugin, you'll get a deprecation warning from Beam::Wire.
The site creator now allows you to set the base_url
, since that's required for
Statocles to work properly. It also, if given a site as an argument, creates the
site's directory.
Full changelog below: