Skip to content
This repository has been archived by the owner on Jun 22, 2019. It is now read-only.

Commit

Permalink
Released version 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoorozco committed Jun 10, 2014
1 parent fad372f commit d107012
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
Version X.XX (developement version)
Version 2.xx (developement version)
------------

Version 2.10
------------
* Improve gamify.conf.sample documentation and help
* [BUG-#5] 'Is possible to answer secret questions twice'
* Solves a bug with login script and cookie params
* All code has been PSR-2 code standard compliant
* Created more templates for pages
* Created classes for Session, DB and Bootstrap management

Version 2.9
-----------
Expand Down
2 changes: 1 addition & 1 deletion resources/lib/Bootstrap.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ define('APP_NAME', 'gamify_GoW');
/**
* The current system version.
*/
define('APP_VERSION', '2.10-dev');
define('APP_VERSION', '2.10');

/**
* First bootstrap phase: initialize configuration.
Expand Down

0 comments on commit d107012

Please sign in to comment.