Skip to content

Commit

Permalink
version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kenirwin committed May 16, 2017
1 parent 2d842e0 commit 190d3c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
v. 0.5.1 - 2017-05-01
* removed all file_get_contents() calls; replaced with cUrl

v. 0.5.0 - 2016-10-20
* added supervisor and admin modules
* allow players to declare institutional affiliation
Expand All @@ -15,3 +12,10 @@ v. 0.5.1 - 2016-10-26
* settings_bib: slower start speed, go to level 8 instead of 6
* minor stylistic fixes

v. 0.5.2 - 2017-05-01
* removed all file_get_contents() calls; replaced with cUrl

v. 0.6.0 - 2017-05-16
* upgraded login management to more secure and convenient version
* better organization for image files
* new settings required for login management: supervisor/classes/Config.class.php
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
$version = "0.6.0a";
$version = "0.6.0";
?>

0 comments on commit 190d3c5

Please sign in to comment.