Skip to content

Commit

Permalink
v4.1.1. Fixed DocPad from outputting undefined instead the layout's n…
Browse files Browse the repository at this point in the history
…ame which it could not find
  • Loading branch information
balupton committed Apr 9, 2012
1 parent aaa0acf commit e753ef7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions History.md
@@ -1,5 +1,9 @@
## History

- v4.1.1 April 9, 2012
- Fixed DocPad from outputting `undefined` instead the layout's name which it could not find
- Thanks to [Changwoo Park](https://github.com/pismute) for the [fix](https://github.com/bevry/docpad/pull/173), and [https://github.com/msutherl](Mogran Sutherland) for the [report](https://github.com/bevry/docpad/issues/172)

- v4.1.0 April 6, 2012
- [Feedr Plugin](https://github.com/bevry/docpad/tree/master/lib/exchange/plugins/feedr) now exposes `@feedr.feeds` to the `templateData` instead of `@feeds`
- Exchange data now moved to the [docpad-extras](https://github.com/bevry/docpad-extras) repository
Expand All @@ -11,10 +15,6 @@
- Added support for caching and parsing remote feeds, with the new [Feedr Plugin](https://github.com/bevry/docpad/tree/master/lib/exchange/plugins/feedr)
- Added support for independent plugin unit tests
- Added support for specifying `templateData` for the docpad configuration
- Added three new skeletons
- balupton.docpad
- deckpad
- nodechat.docpad
- Skeletons are no longer cached
- Caching skeletons was causing far too many problems
- Will now always use the local npm installation
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "docpad",
"version": "4.1.0",
"version": "4.1.1",
"description": "DocPad is a language agnostic document management system. This means you write your website as documents, in whatever language you wish, and DocPad will handle the compiling, templates and layouts for you. For static documents it will generate static files, for dynamic documents it'll re-render them on each request. You can utilise DocPad by itself, or use it as a module your own custom system. It's pretty cool, and well worth checking out. We love it.",
"homepage": "https://github.com/bevry/docpad",
"keywords": [
Expand Down

0 comments on commit e753ef7

Please sign in to comment.