Skip to content

Commit 90a4711

Browse files
author
François Jacquet
committed
Version 1.4.2 update
1 parent 1585a9d commit 90a4711

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Rosario Student Information System - CHANGES
22

3+
Changes in 1.4.2
4+
----------------
5+
- Security fixes: delete & save not accessible to non admins in
6+
- AddressFields.php, PeopleFields.php, StudentFields.php, UserFields.php, Transactions.php, ActivityReport.php, ReferralForm.php, DisciplineForm.php, FinalGrades.php
7+
- SQL bugs: COURSE_PERIOD_SCHOOL_PERIODS, SCHOOLS, DISCIPLINE_CATEGORIES, PROGRAM_CONFIG & COURSE_PERIODS Rollover
8+
- Bugfix UserCoursePeriod not set correctly in Grades.php
9+
310
Changes in 1.4.1
411
----------------
512
- SQL: fix report_card_grades' grade_scale_id

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.1 - November, 2013
3+
* @version v1.4.2 - November, 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.1
4+
Version 1.4.2
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.1';
6+
$RosarioVersion = '1.4.2';
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)