diff --git a/CHANGELOG.md b/CHANGELOG.md index 40fd354e..7b414d8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # SOE Profile +11.3.6 +------------------------------------------------------------------------------- +- D8CORE-000 Update Past Event List + 11.3.5 ------------------------------------------------------------------------------- - Disabled link trimming on content type displays and view settings. diff --git a/config/sync/views.view.stanford_events.yml b/config/sync/views.view.stanford_events.yml index 1e755622..94bdaad8 100644 --- a/config/sync/views.view.stanford_events.yml +++ b/config/sync/views.view.stanford_events.yml @@ -5438,34 +5438,34 @@ display: group_type: group admin_label: '' label: '' - exclude: false + exclude: 0 alter: - alter_text: false + alter_text: 0 text: '' - make_link: false + make_link: 0 path: '' - absolute: false - external: false - replace_spaces: false + absolute: 0 + external: 0 + replace_spaces: 0 path_case: none - trim_whitespace: false + trim_whitespace: 0 alt: '' rel: '' link_class: '' prefix: '' suffix: '' target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false + nl2br: 0 + max_length: '0' + word_boundary: 1 + ellipsis: 1 + more_link: 0 more_link_text: '' more_link_path: '' - strip_tags: false - trim: false + strip_tags: 0 + trim: 0 preserve_tags: '' - html: false + html: 0 element_type: '' element_class: '' element_label_type: '' @@ -5473,15 +5473,15 @@ display: element_label_colon: false element_wrapper_type: '' element_wrapper_class: '' - element_default_classes: true + element_default_classes: 1 empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true + hide_empty: 0 + empty_zero: 0 + hide_alter_empty: 1 click_sort_column: value - type: entity_title_heading + type: string settings: - tag: h3 + link_to_entity: 0 group_column: value group_columns: { } group_rows: true @@ -5491,7 +5491,7 @@ display: delta_first_last: false multi_type: separator separator: ', ' - field_api_classes: false + field_api_classes: 0 plugin_id: field su_event_dek: id: su_event_dek diff --git a/config/sync/views.view.stanford_publications.yml b/config/sync/views.view.stanford_publications.yml index a4dd47ee..34776c23 100644 --- a/config/sync/views.view.stanford_publications.yml +++ b/config/sync/views.view.stanford_publications.yml @@ -1566,7 +1566,7 @@ display: click_sort_column: uri type: link settings: - trim_length: '' + trim_length: null url_only: true url_plain: true rel: '0' diff --git a/soe_profile.info.yml b/soe_profile.info.yml index c0d992e1..ea07f26b 100644 --- a/soe_profile.info.yml +++ b/soe_profile.info.yml @@ -1,6 +1,6 @@ name: 'SOE Profile' description: 'Jumpstart Website Profile' -version: 11.3.5 +version: 11.3.6 type: profile project: Stanford core_version_requirement: ^9 || ^10