Skip to content

Commit

Permalink
v6.34.1. Bugfix.
Browse files Browse the repository at this point in the history
- v6.34.1 May 9, 2013
	- Fixed `ReferenceError: docpad is not defined`
  • Loading branch information
balupton committed May 9, 2013
1 parent 7a5fe61 commit 3dcd1c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## History

- v6.34.1 May 9, 2013
- Fixed `ReferenceError: docpad is not defined`

- v6.34.0 May 8, 2013
- Now uses [envfile](https://github.com/bevry/envfile) for `.env` file parsing
- Fixed `TypeError: Cannot call method 'get' of undefined -> /lib/docpad.js:972` error when using [minicms plugin](https://github.com/jeremyfa/docpad-plugin-minicms)
- Fixed `TypeError: Cannot call method 'get' of undefined` error when using [minicms plugin](https://github.com/jeremyfa/docpad-plugin-minicms)
- Closes [issue #501](https://github.com/bevry/docpad/issues/501) reported by [rleite](https://github.com/rleite)

- v6.33.0 May 6, 2013
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docpad",
"version": "6.34.0",
"version": "6.34.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",
"installUrl": "http://docpad.org/install",
Expand Down
1 change: 1 addition & 0 deletions src/lib/docpad.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -1753,6 +1753,7 @@ class DocPad extends EventEmitterEnhanced
# next(err)
resetCollections: (next) ->
# Prepare
docpad = @
database = @getDatabase()

# Update the cached database
Expand Down

0 comments on commit 3dcd1c6

Please sign in to comment.