Skip to content

Commit

Permalink
npm release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yawetse committed Nov 20, 2014
1 parent 41f02ec commit 7afd3e6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controller/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ var error404 = function (req, res) {

var catch404 = function (req, res) {
var err = new Error('Page not found');
res.status(404)
res.status(404);
// next(err);

CoreController.handleDocumentQueryErrorResponse({
Expand Down
25 changes: 25 additions & 0 deletions releases/3.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Version 3.0.0

### Periodic 3.0.0, Production release.
* Security Fixes and updated Express to V 4.10.2
* More security fixes, updated all dependencies
* Added Core Caching

### Notes
* Periodic
* Added support Caching
* Extension: Core Cache (3.0.0)
* Extension: Core Controller (3.0.0)
* Extension: Core Extensions (3.0.0)
* Extension: Core Mailer (3.0.0)
* updated nodemailer, added support for Amazon SES, SendGrid & MailGun
* Extension: Core Utilities (3.0.0)
* preview theme support
* Extension: Admin (3.0.0)
* Extension: DBSeed (3.0.0)
* Extension: Default Routes (3.0.1)
* Extension: Install (3.0.1)
* Extension: Login (3.0.0)
* Extension: Mailer (3.0.0)
* Extension: Scheduled Content (3.0.0)
* Extension: User Access Control (3.0.2)
2 changes: 1 addition & 1 deletion scripts/npmhelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var fs = require('fs-extra'),
originallocation,
newlocation = path.resolve(process.cwd(),'../../periodicjs'),
standardExtensions = [
'periodicjs.ext.admin@3.0.0',
'periodicjs.ext.cache@3.0.0',
'[email protected]',
'[email protected]',
'[email protected]',
Expand Down

0 comments on commit 7afd3e6

Please sign in to comment.