diff --git a/CHANGELOG.md b/CHANGELOG.md index d6d1da60e..639614b86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Stanford Profile +11.4.4 +------------------------------------------------------------------------------- +- Updated image_effects module for compatibility with imagemagic 4.0.0. + 11.4.3 ------------------------------------------------------------------------------- - Fixed basic page cards when the page has a "page title banner" image. diff --git a/composer.json b/composer.json index 22973837b..2011491c6 100644 --- a/composer.json +++ b/composer.json @@ -85,7 +85,7 @@ "drupal/google_tag": "^2.0", "drupal/graphql_compose": "^2.0", "drupal/hook_event_dispatcher": "^4.0@beta", - "drupal/image_effects": "^3.2", + "drupal/image_effects": "^4.0", "drupal/imagecache_external": "^3.0", "drupal/imagemagick": "^4.0", "drupal/jquery_ui_draggable": "^2.0", diff --git a/stanford_profile.info.yml b/stanford_profile.info.yml index fd85a79d2..b8781ad57 100644 --- a/stanford_profile.info.yml +++ b/stanford_profile.info.yml @@ -1,6 +1,6 @@ name: 'Stanford Profile' description: 'Jumpstart Website Profile' -version: 11.4.3 +version: 11.4.4 type: profile project: Stanford core_version_requirement: ^10 || ^11