From e6963b47838ba41b37974b3777379d11aa0f4162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Jacquet?= Date: Fri, 14 Feb 2025 14:44:45 +0100 Subject: [PATCH] Version 12.1.3 update --- COPYRIGHT | 2 +- ProgramFunctions/Update.fnc.php | 2 +- Warehouse.php | 2 +- rosariosis.sql | 2 +- rosariosis_mysql.sql | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 08f0e4817..1042b0e1b 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,6 +1,6 @@ /** * @package RosarioSIS - * @version 12.1.2 - January, 2025 + * @version 12.1.3 - February, 2025 * @copyright (C) 2004-2009 The Miller Group * @copyright (C) 2006 Andrew Schmadeke (Discipline & Student Billing modules) * @copyright (C) 2009 Glenn-Abbey Software diff --git a/ProgramFunctions/Update.fnc.php b/ProgramFunctions/Update.fnc.php index abed5563a..178a27314 100644 --- a/ProgramFunctions/Update.fnc.php +++ b/ProgramFunctions/Update.fnc.php @@ -31,7 +31,7 @@ function Update() * Prevent DB version update if new Update.fnc.php file has NOT been uploaded YET. * Update must be run once both new Warehouse.php & Update.fnc.php files are uploaded. */ - if ( version_compare( '12.1.2', ROSARIO_VERSION, '<' ) ) + if ( version_compare( '12.1.3', ROSARIO_VERSION, '<' ) ) { return false; } diff --git a/Warehouse.php b/Warehouse.php index fb0380bfd..adc4a63e9 100644 --- a/Warehouse.php +++ b/Warehouse.php @@ -17,7 +17,7 @@ * @package RosarioSIS */ -define( 'ROSARIO_VERSION', '12.1.2' ); +define( 'ROSARIO_VERSION', '12.1.3' ); /** * Include config.inc.php file. diff --git a/rosariosis.sql b/rosariosis.sql index 09a37a8ea..0b78a66fd 100644 --- a/rosariosis.sql +++ b/rosariosis.sql @@ -2264,7 +2264,7 @@ INSERT INTO attendance_codes VALUES (NEXTVAL('attendance_codes_id_seq'), 2024, 1 -- INSERT INTO config VALUES (0, 'LOGIN', 'No'); -INSERT INTO config VALUES (0, 'VERSION', '12.1.2'); +INSERT INTO config VALUES (0, 'VERSION', '12.1.3'); INSERT INTO config VALUES (0, 'TITLE', 'Rosario Student Information System'); INSERT INTO config VALUES (0, 'NAME', 'RosarioSIS'); 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;}'); diff --git a/rosariosis_mysql.sql b/rosariosis_mysql.sql index c3bf0a44e..b76d1f82d 100644 --- a/rosariosis_mysql.sql +++ b/rosariosis_mysql.sql @@ -2284,7 +2284,7 @@ INSERT INTO attendance_codes VALUES (NULL, 2024, 1, 'Excused Absence', 'E', 'off -- INSERT INTO config VALUES (0, 'LOGIN', 'No', CURRENT_TIMESTAMP, NULL); -INSERT INTO config VALUES (0, 'VERSION', '12.1.2', CURRENT_TIMESTAMP, NULL); +INSERT INTO config VALUES (0, 'VERSION', '12.1.3', CURRENT_TIMESTAMP, NULL); INSERT INTO config VALUES (0, 'TITLE', 'Rosario Student Information System', CURRENT_TIMESTAMP, NULL); INSERT INTO config VALUES (0, 'NAME', 'RosarioSIS', CURRENT_TIMESTAMP, NULL); 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);