From 01ec49f3e1749c48ba9e344ac44d408d3d2380e2 Mon Sep 17 00:00:00 2001 From: biskyt Date: Fri, 26 Aug 2022 17:38:00 +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 990d58fa6e..147f1708a1 100644 --- a/protected/config/core/common.php +++ b/protected/config/core/common.php @@ -129,7 +129,7 @@ ), 'cacheBuster' => array( 'class' => 'CacheBuster', - 'time' => '20220610180707', + 'time' => '20220826173800', ), 'clientScript' => array( 'class' => 'ClientScript', @@ -746,7 +746,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-5.0.7-nightly', + 'oe_version' => '5.0.7', '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)