Skip to content

Commit

Permalink
Version 2.5.3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
François Jacquet committed May 12, 2014
1 parent 10859d6 commit 7f75f82
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES
@@ -1,5 +1,10 @@
Rosario Student Information System - CHANGES

Changes in 2.5.3
----------------
- Verify $value only for INSERT, not on UPDATE
- Check numeric fields if not empty

Changes in 2.5.2
----------------
- Bugfix SQL more than 1 enrollment / drop code in Export.php
Expand Down
2 changes: 1 addition & 1 deletion COPYRIGHT
@@ -1,6 +1,6 @@
/**
* @package RosarioSIS
* @version v2.5.2 - May, 2014
* @version v2.5.3 - May, 2014
* @copyright (C) 2004-2009 The Miller Group
* @copyright (C) 2009 Glenn-Abbey Software
* @copyright (C) 2009 Learners Circle
Expand Down
2 changes: 1 addition & 1 deletion INSTALL
@@ -1,7 +1,7 @@
Rosario Student Information System - INSTALLATION DIRECTIONS

-------------------------------------------------------------------------------
Version 2.5.2
Version 2.5.3
-------------------------------------------------------------------------------

NOTE: Before Installing RosarioSIS, you must read and agree to the included
Expand Down
2 changes: 1 addition & 1 deletion Warehouse.php
Expand Up @@ -3,7 +3,7 @@
if(!defined('WAREHOUSE_PHP'))
{
define("WAREHOUSE_PHP",1);
$RosarioVersion = '2.5.2';
$RosarioVersion = '2.5.3';

if (!file_exists ('config.inc.php'))
die ('config.inc.php not found. Please read the configuration guide.');
Expand Down

0 comments on commit 7f75f82

Please sign in to comment.