Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Bingham committed May 26, 2014
2 parents b54d318 + 647ef4c commit f9a7eb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Application.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ component extends="frameworks.org.corfield.framework"{
, resetpasswordemailsubject = ""
, whitelist = "^admin#variables.framework.subsystemDelimiter#security,^public#variables.framework.subsystemDelimiter#" // list of unsecure actions - by default all requests require authentication
}
, version = "2014.1.7"
, version = "2014.5.26"
};
// override config in development mode
if(config.development){
Expand Down
6 changes: 5 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 2014.5.26

- Fix page_slug for sample pages.

Version 2014.1.7

- Improvements to code formatting.
Expand Down Expand Up @@ -42,4 +46,4 @@ Version 2013.2.2
- Updated to version 2.1.1 of FW/1
- Updated to version 1.8.3 of jQuery
- Updated to version 1.9.2 of jQuery UI
- Updated to version 2.2.2 of Bootstrap
- Updated to version 2.2.2 of Bootstrap

0 comments on commit f9a7eb2

Please sign in to comment.