diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c311533..a290568d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # SOE 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 f39b4a4c..21b02bbd 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/soe_profile.info.yml b/soe_profile.info.yml index d0fb86e1..89609288 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.8 +version: 11.4.0 type: profile project: Stanford core_version_requirement: ^10 || ^11