-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]', | ||
|