diff --git a/protected/config/core/common.php b/protected/config/core/common.php index b2f1b8310a..54831e259f 100644 --- a/protected/config/core/common.php +++ b/protected/config/core/common.php @@ -814,7 +814,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' => '6.7.18', + 'oe_version' => '6.7.19', '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, // allow duplicate entries on an automatic worklist for a patient (default = false) @@ -1054,7 +1054,7 @@ $caches = array( 'cacheBuster' => array( 'class' => 'CacheBuster', - 'time' => '20231109100055', + 'time' => '20231205085545', ), );