From 7c8d9482ba72e0f3a5e80049f6e6249e4860c23a Mon Sep 17 00:00:00 2001 From: pookmish Date: Mon, 16 Sep 2024 10:30:33 -0700 Subject: [PATCH] 11.4.0 --- CHANGELOG.md | 18 ++++++++++++++++++ composer.json | 2 +- stanford_profile.info.yml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c70c3a1..de177bfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Stanford Profile +11.4.0 +------------------------------------------------------------------------------- +- Enabled internal link force relative option +- D8CORE-7424 Added various HTML attributes to the WSYIWYG allowed list (#799) +- D8CORE-5741: Opportunities Content type with small amount of styles (#801) +- Updated decoupled menu and algolia search components +- D8CORE-7455 Algolia Search: Decode html entities before stripping the html +- D8CORE-7422 Write test for basic page list paragraph display sorts (#798) +- D8CORE-7400 Remove alt attribute on news card images +- D8CORE-7418 Require course link url field +- D8CORE-7429 Display event subheadline as normal text instead of h2 +- D8CORE-7425 Display dek and date field on news cards +- Update to drupal 10.3.0 (#794) +- Updated permission for config pages and decoupled user role +- Enable basic auth module and remove permissions for graphql +- D8CORE-7413 Enabled search api processor to add spaces between html tags (#792) +- D8CORE-7414: Different sorting option for Basic Page lists (#791) + 11.3.8 ------------------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 93c0341b..22973837 100644 --- a/composer.json +++ b/composer.json @@ -159,7 +159,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": { diff --git a/stanford_profile.info.yml b/stanford_profile.info.yml index 8454db3f..87306161 100644 --- a/stanford_profile.info.yml +++ b/stanford_profile.info.yml @@ -1,6 +1,6 @@ name: 'Stanford Profile' description: 'Jumpstart Website Profile' -version: 11.3.8 +version: 11.4.0 type: profile project: Stanford core_version_requirement: ^10 || ^11