From 75b299348205d2681d4921cd815db57d43edd1ca Mon Sep 17 00:00:00 2001 From: biskyt Date: Fri, 10 Jun 2022 18:16:55 +0100 Subject: [PATCH] Updated version, cachebuster --- protected/config/core/common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protected/config/core/common.php b/protected/config/core/common.php index 25d82a2f5c..538cc6f2a0 100644 --- a/protected/config/core/common.php +++ b/protected/config/core/common.php @@ -802,7 +802,7 @@ 'default_patient_import_subspecialty' => 'GL', // Add elements that need to be excluded from the admin sidebar in settings 'exclude_admin_structure_param_list' => getenv('OE_EXCLUDE_ADMIN_STRUCT_LIST') ? explode(",", getenv('OE_EXCLUDE_ADMIN_STRUCT_LIST')) : array(''), - 'oe_version' => 'pre-6.0.3-nightly', + 'oe_version' => '6.0.3', 'gp_label' => !empty(trim(getenv('OE_GP_LABEL'))) ? getenv('OE_GP_LABEL') : null, 'general_practitioner_label' => !empty(trim(getenv('OE_GENERAL_PRAC_LABEL'))) ? getenv('OE_GENERAL_PRAC_LABEL') : null, // number of days in the future to retrieve worklists for the automatic dashboard render (0 by default in v3) @@ -1010,7 +1010,7 @@ $caches = array( 'cacheBuster' => array( 'class' => 'CacheBuster', - 'time' => '20220527150111', + 'time' => '20220610181654', ), );