Skip to content

Commit

Permalink
11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Feb 20, 2024
1 parent 2695392 commit e6211bd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# VPGE Profile

11.2.0
-------------------------------------------------------------------------------

856f23c1 Added external image url for events content from Localist
776fdb06 D8CORE-7125 Use field_label module to choose which heading element for field labels (#761)
52f96878 D8CORE-6982 Add validation to publication DOI fields to avoid full urls
3e3c4de2 D8CORE-7203 Some improvements to metatags on some content types
5d5cbf2b Add empty alt text to logo in policy print page
572a4b9f D8CORE-7088 Replace policy print page h2 with h1 tag
e7b864ef Adjust allowed menus in layout builder restrictions
c76ca3c3 D8CORE-7132 Add policy content types to teasser paragraph field
675e5588 D8CORE-7255 exclude lazy load oembed links from external links (#760)

11.1.3
-------------------------------------------------------------------------------
- Fix inheritance (#83)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set attributes = attributes.addClass('su-site-search') %}

{% include "@basic-dist/decanter/components/site-search/site-search.twig" with
{% include "@decanter/components/site-search/site-search.twig" with
{
"attributes": attributes|without('class', 'role'),
"modifier_class": attributes.class,
Expand Down
2 changes: 1 addition & 1 deletion themes/vpge/templates/block--vpge-search.html.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set attributes = attributes.addClass('su-site-search') %}

{% include "@basic-dist/decanter/components/site-search/site-search.twig" with
{% include "@decanter/components/site-search/site-search.twig" with
{
"attributes": attributes|without('class', 'role'),
"modifier_class": attributes.class,
Expand Down
2 changes: 1 addition & 1 deletion vpge_profile.info.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'VPGE Profile'
description: 'Jumpstart Website Profile'
version: 11.1.3
version: 11.2.0
type: profile
project: Stanford
core_version_requirement: ^9 || ^10
Expand Down

0 comments on commit e6211bd

Please sign in to comment.