Skip to content

Commit

Permalink
v6.7.2. Bugfix.
Browse files Browse the repository at this point in the history
- v6.7.2 October 3, 2012
	- Fixed custom middleware (via the `serverExtend` event) being loaded
too late (after the express router middleware)
  • Loading branch information
balupton committed Oct 3, 2012
1 parent 86fb76b commit 07da6e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions History.md
@@ -1,5 +1,8 @@
## History

- v6.7.2 October 3, 2012
- Fixed custom middleware (via the `serverExtend` event) being loaded too late (after the express router middleware)

- v6.7.1 October 2, 2012
- Can now use the `url` property in meta data to specify a custom URL to use
- Collection creation functions in the DocPad Configuration Files now scope to the DocPad Instance
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "docpad",
"version": "6.7.1",
"version": "6.7.2",
"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 07da6e5

Please sign in to comment.