Skip to content

Commit

Permalink
Version 1.4.5 update
Browse files Browse the repository at this point in the history
  • Loading branch information
François Jacquet committed Jan 11, 2014
1 parent 95b83b9 commit 69c8aa9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ Changes in 1.4.5
----------------
- Move SYEAR from config table to config.inc.php
- Do NOT roll students where next grade is NULL
- Explode Portal Polls questions change method
- SQL bugfix string begins with single quote in database.inc.php
- Bugfix: inputs with double quotes in Inputs.php, Referrals.php, StudentsUsersInfo.php
- Bugfix: Student Attendance when days numbered in Administration.php

Upgrade from 1.4x
-----------------
- please recreate the config.inc.php from config.inc.sample.php, or add the line "$DefaultSyear = '2013';"
- please recreate the config.inc.php file from config.inc.sample.php, or add the line "$DefaultSyear = '2013';"

Changes in 1.4.4
----------------
Expand Down
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @package RosarioSIS
* @version v1.4.4 - January, 2014
* @version v1.4.5 - January, 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Rosario Student Information System - INSTALLATION DIRECTIONS

-------------------------------------------------------------------------------
Version 1.4.4
Version 1.4.5
-------------------------------------------------------------------------------

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

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

0 comments on commit 69c8aa9

Please sign in to comment.