Skip to content

Commit

Permalink
updates to changelog and download
Browse files Browse the repository at this point in the history
Former-commit-id: 9ccb8fe
Former-commit-id: 577f5f4fb589e21c51db2fe6e9f4955e473734b2
  • Loading branch information
aembler authored and KorvinSzanto committed Dec 5, 2016
1 parent ba9ee1c commit 43cef97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
# 5.7.5.10

* Minor bug fixes
* Fixed insecure use of non-random str_shuffle when creating user tokens
* Improvements to update process for version 8.

# 5.7.5.9

## New Features
Expand Down
2 changes: 1 addition & 1 deletion build/tasks/build-release/download.js
@@ -1,5 +1,5 @@
module.exports = function(grunt, config, parameters, done) {
var zipUrl = parameters.releaseSourceZip || 'https://github.com/concrete5/concrete5/archive/5.7.x.zip';
var zipUrl = parameters.releaseSourceZip || 'https://github.com/concrete5/concrete5/archive/release/5.7.5.10.zip';
var workFolder = parameters.releaseWorkFolder || './release';
function endForError(e) {
process.stderr.write(e.message || e);
Expand Down

0 comments on commit 43cef97

Please sign in to comment.