File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11Rosario Student Information System - CHANGES
22
3+ Changes in 1.4.3
4+ ----------------
5+ - Fix attendance color codes in StudentSummary.php
6+ - Add Comment Codes tipmessage in FinalGrades.php
7+ - Fix COURSE_PERIOD_SCHOOL_PERIODS Rollover
8+ - Display grades according to GRADES_DOES_LETTER_PERCENT in StudentGrades.php
9+ - ROLL Gradebook Config's Final Grading Percentages
10+ - SQL bug: DOES_BREAKOFF grades displayed twice in Gradebook Config
11+ - SQL bug: First Name initial in Export.php
12+ - Bugfix: date of the day outside Quarter in ProgressReport.php
13+ - Bugfix: no student found when parent logged in
14+
315Changes in 1.4.2
416----------------
517- Security fixes: delete & save not accessible to non admins in
Original file line number Diff line number Diff line change 11/**
22 * @package RosarioSIS
3- * @version v1.4.2 - November , 2013
3+ * @version v1.4.3 - December , 2013
44 * @copyright (C) 2004-2009 The Miller Group
55 * @copyright (C) 2009 Glenn-Abbey Software
66 * @copyright (C) 2009 Learners Circle
Original file line number Diff line number Diff line change 11Rosario Student Information System - INSTALLATION DIRECTIONS
22
33-------------------------------------------------------------------------------
4- Version 1.4.2
4+ Version 1.4.3
55-------------------------------------------------------------------------------
66
77NOTE: Before Installing RosarioSIS, you must read and agree to the included
Original file line number Diff line number Diff line change 33if (!defined ('WAREHOUSE_PHP ' ))
44{
55 define ("WAREHOUSE_PHP " ,1 );
6- $ RosarioVersion = '1.4.2 ' ;
6+ $ RosarioVersion = '1.4.3 ' ;
77
88 if (!file_exists ('config.inc.php ' ))
99 die ('config.inc.php not found. Please read the configuration guide. ' );
You can’t perform that action at this time.
0 commit comments