Pixyll 2.11.0
Changelog
- Dropped support for the highlight service called txtpen #379
- CSS improvement for responsive tables #347
- Use
relative_url
for constructing links to posts, for pagination, the XML feed, stylesheet and canonical links in the page header #373 #374
Compatibility
This release of Pixyll, version 2.11.0, should be compatible with the 2.10 series, but there are two reasons to increase increment the minor version:
- The txtpen service has been dropped from the theme. Although, there's a good chance no one was using it because a) there was a bug in Pixyll that kept it from working, and b) that service was discontinued
- The migration to using
relative_url
will fix people who need to use asite.base_url
in their config, but conflict with people who may have been using workarounds, see #292 or #369. They may need to resolve git conflicts when they bring in these changes to their site.