Skip to content

Commit 148521d

Browse files
author
François Jacquet
committed
Version 1.4.3 update
1 parent 9b01fde commit 148521d

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
Rosario 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+
315
Changes in 1.4.2
416
----------------
517
- Security fixes: delete & save not accessible to non admins in

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Rosario Student Information System - INSTALLATION DIRECTIONS
22

33
-------------------------------------------------------------------------------
4-
Version 1.4.2
4+
Version 1.4.3
55
-------------------------------------------------------------------------------
66

77
NOTE: Before Installing RosarioSIS, you must read and agree to the included

Warehouse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if(!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.');

0 commit comments

Comments
 (0)