Skip to content

Releases: spress/spress

v1.0.1

08 Mar 17:22
Compare
Choose a tag to compare

What's new in this release?

  • [New] events related with pagination phase (issue #3): spress.before_render_pagination and spress.after_render_pagination.
  • [Fixed] the class loader path when Spress is installed as package.
  • [Improved] Payload argument of Render method (plugins TemplateManager) is optional.
  • [Fixed] bug #4: UrlGenerator always has ending slash.
  • [Improved] pagination phase of posts.

v1.0.0

05 Feb 19:05
Compare
Choose a tag to compare

What's new in this release?

  • Added template manager to the API plugins for rendering Twig templates (accessible from spress.start event).
  • Improved the class loader of the site plugins.
  • Fixed documentation

v1.0.0-rc.3

12 Jan 13:59
Compare
Choose a tag to compare
v1.0.0-rc.3 Pre-release
Pre-release

What's new in this release?

  • Improved the search of folders that starting with underscore.
  • Support to composer for spress site plugins.
  • Install themes with Composer.
  • Deleted Spresso theme. Now is a package.
  • Generate composer.json in a blank site.
  • Fixed the documentation.

v1.0.0-rc.2

28 Dec 11:37
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

What's new in this release?

  • The value of site.url is the original from global config.yml.
  • Fixed Composer command in .travis file.
  • --safe and --drafts flags of site:build command was fixed.
  • Updated composer.json: Symfony components to 2.4, Silex to 1.1 and PHP-Markdown lib.
  • Added test for safe mode.

v1.0.0-rc.1

09 Dec 16:56
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

What's new in this release?

  • Removed "content" key and it's replaced by "page.content".
  • Use the right Front-matter in the paginator template.
  • Fixed exception thrown when _plugins dir does not exists
  • Update Spresso theme.

v1.0.0-beta

01 Dec 17:14
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

What's new in this release?

  • Extends Spress with Plugins.
  • Converters to add new content types.
  • Fixed some bugs.
  • Some parts of code was simplified.

v0.2-alpha

03 Nov 16:59
Compare
Choose a tag to compare
v0.2-alpha Pre-release
Pre-release

What's new in this release?:

  • New converters of content. Converters extend Spress with support to new content types.
  • Deleted unused variables and statements.
  • Fixed bug that replace page index.html with others index.html.
  • "page.date" key is a string value with ISO8601 format
  • Spresso theme: Fixed the problem with post var in post.html.

This release does not support plugins.

v0.1-alpha

05 Oct 18:11
Compare
Choose a tag to compare
v0.1-alpha Pre-release
Pre-release

This release does not support plugins.