Skip to content

Commit 13173e1

Browse files
author
François Jacquet
committed
Version 2.0b2 update
1 parent 52f9fad commit 13173e1

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGES

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
Rosario Student Information System - CHANGES
22

3-
Changes in 2.0b
3+
Changes in 2.0b2
44
----------------
55
Responsive design
66
- Compatible with smartphones and tablets
77
- AJAX design
88
- Retractable menu
99
- Responsive tables
1010

11+
Changes in 1.4.3
12+
----------------
13+
- Fix attendance color codes in StudentSummary.php
14+
- Add Comment Codes tipmessage in FinalGrades.php
15+
- Fix COURSE_PERIOD_SCHOOL_PERIODS Rollover
16+
- Display grades according to GRADES_DOES_LETTER_PERCENT in StudentGrades.php
17+
- ROLL Gradebook Config's Final Grading Percentages
18+
- SQL bug: DOES_BREAKOFF grades displayed twice in Gradebook Config
19+
- SQL bug: First Name initial in Export.php
20+
- Bugfix: date of the day outside Quarter in ProgressReport.php
21+
- Bugfix: no student found when parent logged in
22+
1123
Changes in 1.4.2
1224
----------------
1325
- 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 v2.0b - November, 2013
3+
* @version v2.0b2 - 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 2.0b
4+
Version 2.0b2
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 = '2.0b';
6+
$RosarioVersion = '2.0b2';
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)