Skip to content

Commit

Permalink
upping node require to 0.10.31
Browse files Browse the repository at this point in the history
  • Loading branch information
yawetse committed Nov 25, 2014
1 parent 8a5f8f7 commit fd4d67e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "3.1.1",
"main": "index.js",
"engines": {
"node": ">=0.10.x"
"node": ">=0.10.31"
},
"author": {
"name": "Yaw Joseph Etse",
Expand Down
18 changes: 18 additions & 0 deletions releases/3.1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Version 3.1.2

### Periodic 3.1.2, Configuration and Memory Performance.
* Running with nodemon, removing PM2 requirement for production
* moving extension config to `content/config/extensions.json`
* moved restart.json to `content/config`
* added enterprise data security requirements for dbseed, custom data scrubbing
* requires node >= 0.10.31, npm >= 2.0.0

### Notes
* Periodic Migration guide from 3.0.0
```
# move content/extensions/extensions.json, content/extensions/log, content/extensions/restart.json to content/config
# delete content/extensions directory
# install latest version of periodic
$ cd /path/to/web/app
$ npm install [email protected] --prefix ./ # or $ npm install periodicjs@latest
```

0 comments on commit fd4d67e

Please sign in to comment.