Skip to content

Commit 5bfb8d7

Browse files
Version 12.3.1 update
1 parent 643654b commit 5bfb8d7

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.3 - May, 2025
3+
* @version 12.3.1 - June, 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.3', ROSARIO_VERSION, '<' ) )
34+
if ( version_compare( '12.3.1', 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.3' );
20+
define( 'ROSARIO_VERSION', '12.3.1' );
2121

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

rosariosis.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2240,7 +2240,7 @@ INSERT INTO attendance_codes VALUES (NEXTVAL('attendance_codes_id_seq'), 2025, 1
22402240
--
22412241

22422242
INSERT INTO config VALUES (0, 'LOGIN', 'No');
2243-
INSERT INTO config VALUES (0, 'VERSION', '12.3');
2243+
INSERT INTO config VALUES (0, 'VERSION', '12.3.1');
22442244
INSERT INTO config VALUES (0, 'TITLE', 'Rosario Student Information System');
22452245
INSERT INTO config VALUES (0, 'NAME', 'RosarioSIS');
22462246
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
@@ -2281,7 +2281,7 @@ INSERT INTO attendance_codes VALUES (NULL, 2025, 1, 'Excused Absence', 'E', 'off
22812281
--
22822282

22832283
INSERT INTO config VALUES (0, 'LOGIN', 'No', CURRENT_TIMESTAMP, NULL);
2284-
INSERT INTO config VALUES (0, 'VERSION', '12.3', CURRENT_TIMESTAMP, NULL);
2284+
INSERT INTO config VALUES (0, 'VERSION', '12.3.1', CURRENT_TIMESTAMP, NULL);
22852285
INSERT INTO config VALUES (0, 'TITLE', 'Rosario Student Information System', CURRENT_TIMESTAMP, NULL);
22862286
INSERT INTO config VALUES (0, 'NAME', 'RosarioSIS', CURRENT_TIMESTAMP, NULL);
22872287
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)