Skip to content

Commit e6963b4

Browse files
Version 12.1.3 update
1 parent 3b4353f commit e6963b4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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 12.1.2 - January, 2025
3+
* @version 12.1.3 - February, 2025
44
* @copyright (C) 2004-2009 The Miller Group
55
* @copyright (C) 2006 Andrew Schmadeke (Discipline & Student Billing modules)
66
* @copyright (C) 2009 Glenn-Abbey Software

ProgramFunctions/Update.fnc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function Update()
3131
* Prevent DB version update if new Update.fnc.php file has NOT been uploaded YET.
3232
* Update must be run once both new Warehouse.php & Update.fnc.php files are uploaded.
3333
*/
34-
if ( version_compare( '12.1.2', ROSARIO_VERSION, '<' ) )
34+
if ( version_compare( '12.1.3', ROSARIO_VERSION, '<' ) )
3535
{
3636
return false;
3737
}

Warehouse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @package RosarioSIS
1818
*/
1919

20-
define( 'ROSARIO_VERSION', '12.1.2' );
20+
define( 'ROSARIO_VERSION', '12.1.3' );
2121

2222
/**
2323
* Include config.inc.php file.

rosariosis.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2264,7 +2264,7 @@ INSERT INTO attendance_codes VALUES (NEXTVAL('attendance_codes_id_seq'), 2024, 1
22642264
--
22652265

22662266
INSERT INTO config VALUES (0, 'LOGIN', 'No');
2267-
INSERT INTO config VALUES (0, 'VERSION', '12.1.2');
2267+
INSERT INTO config VALUES (0, 'VERSION', '12.1.3');
22682268
INSERT INTO config VALUES (0, 'TITLE', 'Rosario Student Information System');
22692269
INSERT INTO config VALUES (0, 'NAME', 'RosarioSIS');
22702270
INSERT INTO config VALUES (0, 'MODULES', 'a:13:{s:12:"School_Setup";b:1;s:8:"Students";b:1;s:5:"Users";b:1;s:10:"Scheduling";b:1;s:6:"Grades";b:1;s:10:"Attendance";b:1;s:11:"Eligibility";b:1;s:10:"Discipline";b:1;s:10:"Accounting";b:1;s:15:"Student_Billing";b:1;s:12:"Food_Service";b:1;s:9:"Resources";b:1;s:6:"Custom";b:1;}');

rosariosis_mysql.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2284,7 +2284,7 @@ INSERT INTO attendance_codes VALUES (NULL, 2024, 1, 'Excused Absence', 'E', 'off
22842284
--
22852285

22862286
INSERT INTO config VALUES (0, 'LOGIN', 'No', CURRENT_TIMESTAMP, NULL);
2287-
INSERT INTO config VALUES (0, 'VERSION', '12.1.2', CURRENT_TIMESTAMP, NULL);
2287+
INSERT INTO config VALUES (0, 'VERSION', '12.1.3', CURRENT_TIMESTAMP, NULL);
22882288
INSERT INTO config VALUES (0, 'TITLE', 'Rosario Student Information System', CURRENT_TIMESTAMP, NULL);
22892289
INSERT INTO config VALUES (0, 'NAME', 'RosarioSIS', CURRENT_TIMESTAMP, NULL);
22902290
INSERT INTO config VALUES (0, 'MODULES', 'a:13:{s:12:"School_Setup";b:1;s:8:"Students";b:1;s:5:"Users";b:1;s:10:"Scheduling";b:1;s:6:"Grades";b:1;s:10:"Attendance";b:1;s:11:"Eligibility";b:1;s:10:"Discipline";b:1;s:10:"Accounting";b:1;s:15:"Student_Billing";b:1;s:12:"Food_Service";b:1;s:9:"Resources";b:1;s:6:"Custom";b:1;}', CURRENT_TIMESTAMP, NULL);

0 commit comments

Comments
 (0)