From 185476ece49907f96fcf0d040db8df9c07d820ff Mon Sep 17 00:00:00 2001 From: Patrick <943484+iPaat@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:46:36 +0100 Subject: [PATCH 1/2] Update Date in footer.php --- application/views/templates/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/templates/footer.php b/application/views/templates/footer.php index 2e368bae..4ec09b1f 100644 --- a/application/views/templates/footer.php +++ b/application/views/templates/footer.php @@ -21,7 +21,7 @@ case 'fr' : echo 'Jorani'; break; default : echo 'Jorani'; break; } ?> -  v ©2014-2019 Benjamin BALET +  v ©2014-2023 Benjamin BALET From 51c6b05f107330758991a63303ab29b457378ca8 Mon Sep 17 00:00:00 2001 From: Patrick <943484+iPaat@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:47:06 +0100 Subject: [PATCH 2/2] Update Version Number in index.php --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 5a74dc55..a52a32cf 100644 --- a/index.php +++ b/index.php @@ -322,7 +322,7 @@ * And away we go... */ -$GLOBALS['versionOfJorani'] = '1.0.0'; +$GLOBALS['versionOfJorani'] = '1.0.3'; require_once FCPATH . 'vendor/autoload.php'; require_once BASEPATH.'core/CodeIgniter.php';