From fe584082b509f1bcad5b3aec4d609b040a6f170e Mon Sep 17 00:00:00 2001 From: pookmish Date: Thu, 14 Mar 2024 15:59:40 -0700 Subject: [PATCH] 11.3.0 --- CHANGELOG.md | 14 ++++++++++++++ composer.json | 4 ++-- stanford_profile.info.yml | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f12f4349..49242bb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Stanford Profile +11.3.0 +------------------------------------------------------------------------------- +- Add taxonomy terms to algolia search indexing +- D8CORE-7333 Change paragraph behaviors for teaser and lists (#774) +- Add role evaluation choice to saml config page +- D8CORE-7307 Remove anonymous access to /patterns or /admin/patterns page +- D8CORE-6983: added test for stacking site_embedder role (#773) +- D8CORE-7331 Use aria-labelledby on the submenu buttons in the decoupled menu +- D8CORE-7300 Add Algolia checkbox to allow indexing separate from search results +- D8CORE-7212 Use h3 header for cards in teasers when appropriate (#765) +- D8CORE-7207 Add Page Title Banner Paragraph (#754) +- D8CORE-7211 Header behaviors for card and banners (#763) +- added pager for events and publication graphql views + 11.2.1 ------------------------------------------------------------------------------- - Provide items per page for graphql views diff --git a/composer.json b/composer.json index 6818c03c..f861e5a2 100644 --- a/composer.json +++ b/composer.json @@ -163,7 +163,7 @@ "su-sws/stanford_fields": "^8.2", "su-sws/stanford_media": "^11.0", "su-sws/stanford_migrate": "^8.3", - "su-sws/stanford_profile_helper": "9.x-dev", + "su-sws/stanford_profile_helper": "^9.6", "su-sws/stanford_samlauth": "^1.0" }, "config": { @@ -190,7 +190,7 @@ "https://www.drupal.org/project/google_analytics/issues/3373921": "https://www.drupal.org/files/issues/2023-08-07/google-analytics-issues-3373921-cannot-install-from-existing-config-11.patch" }, "drupal/hook_event_dispatcher": { - "https://www.drupal.org/project/hook_event_dispatcher/issues/3354751": "https://www.drupal.org/files/issues/2023-04-17/hook_event_dispatcher-4.x-3354751.patch" + "https://www.drupal.org/project/hook_event_dispatcher/issues/3354751": "https://www.drupal.org/files/issues/2024-03-14/hook_event_dispatcher-4.x-3354751-7.patch" }, "drupal/menu_block": { "https://www.drupal.org/project/menu_block/issues/3271218": "https://www.drupal.org/files/issues/2022-04-29/menu_block_rendered_empty-3271218-17.patch" diff --git a/stanford_profile.info.yml b/stanford_profile.info.yml index b4b92e1a..24f8542b 100644 --- a/stanford_profile.info.yml +++ b/stanford_profile.info.yml @@ -1,6 +1,6 @@ name: 'Stanford Profile' description: 'Jumpstart Website Profile' -version: 11.2.2 +version: 11.3.0 type: profile project: Stanford core_version_requirement: ^9 || ^10