Skip to content

Commit

Permalink
Prepare Fork for release 3.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
woutersioen committed Dec 26, 2014
1 parent 4a78147 commit b46edca
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 45 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
3.8.5 (xxxx-xx-xx)
--
Improvements:

Bugfixes:


3.8.4 (2014-12-26)
--
Improvements:

* Core: Make sure setDebugMessage is only called once.

Bugfixes:

* Pages: Fix missing variable.
* Blog: Capitalize module and detail names to fix URLs.
* Security: Avoid XSS by not directly injecting $_GET parameters in html.


3.8.3 (2014-12-12)
--
Improvements:
Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.3
3.8.4
2 changes: 1 addition & 1 deletion app/config/parameters.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:

fork.debug_email: <debug-email>
fork.debug_message: 'Internal error.'
fork.version: '3.8.3'
fork.version: '3.8.4'

site.protocol: <site-protocol>
site.domain: <site-domain>
Expand Down
2 changes: 1 addition & 1 deletion app/config/parameters_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:

fork.debug_email: ~
fork.debug_message: 'Internal error.'
fork.version: '3.8.3'
fork.version: '3.8.4'

site.protocol: <site-protocol>
site.domain: <site-domain>
Expand Down
91 changes: 49 additions & 42 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b46edca

Please sign in to comment.