Skip to content

0.5.0

Compare
Choose a tag to compare
@0xTim 0xTim released this 20 Feb 17:51
· 646 commits to master since this release

SteamPress 0.5.0

This release adds a Provider to SteamPress to make it easier to add SteamPress to your site and easier to configure. It also adds support for easily includable Disqus comments. See the README on how to use.

Breaking changes

The SteamPress object has been removed in favor of the Provider, which should now be used instead. There should be no breaking changes with the Database.

New Features

  • Provider
  • You can add a disqus.json configuration file to inject in your Disqus Name to your leaf templates
  • The number of posts per page on the Paginator is now configurable

Bug Fixes:

  • Adds a workaround for a bug introduced in Fluent 1.4.0 where get the children from the database would cause an error or return an empty array.