Skip to content

Commit

Permalink
9.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Mar 20, 2024
1 parent 422a452 commit 1603727
Show file tree
Hide file tree
Showing 24 changed files with 37 additions and 30 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Stanford Profile Helper

9.6.1
9.6.4
--------------------------------------------------------------------------------
_Release Date: 2024-03-17_
_Release Date: 2024-03-20_

- Allow heading block to be visually hidden in layout builder.
- Improve algolia search indexing primarily for intranet sites.

9.6.3
--------------------------------------------------------------------------------
Expand All @@ -18,6 +18,13 @@ _Release Date: 2024-03-18_

- Removed hard coded h3 header in course list pattern

9.6.1
--------------------------------------------------------------------------------
_Release Date: 2024-03-17_

- Allow heading block to be visually hidden in layout builder.


9.6.0
--------------------------------------------------------------------------------
_Release Date: 2024-03-14_
Expand Down
2 changes: 1 addition & 1 deletion modules/jumpstart_ui/jumpstart_ui.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Jumpstart UI'
type: module
description: 'Provides UI Tools for Jumpstart Projects'
package: Stanford
version: 9.6.3
version: 9.6.4
core_version_requirement: ^9 || ^10
dependencies:
- components:components
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ public function buildBehaviorForm(ParagraphInterface $paragraph, array &$form, F
'#type' => 'radios',
'#title' => $this->t('Headline Behavior'),
'#options' => [
self::SHOW_HEADING => $this->t('<strong>Display heading</strong>: This displays the paragraph headline as an H2. You’ll usually want to choose this option.'),
self::HIDE_HEADING => $this->t('<strong>Visually hide heading</strong>: For improved accessibility, this keeps the headline in the page structure as an H2, but you won’t see it.'),
self::REMOVE_HEADING => $this->t('<strong>Remove heading</strong>: This completely removes the headline from the page and assumes you have placed an H2 on the page above this paragraph.'),
self::SHOW_HEADING => $this->t('<strong>Display heading</strong>: Recommended - This displays the paragraph headline as an H2.'),
self::HIDE_HEADING => $this->t('<strong>Visually hide heading</strong>: This keeps the headline in the page structure as an H2, but you won’t see it.'),
self::REMOVE_HEADING => $this->t('<strong>Remove heading</strong>: This completely removes the headline from the page and assumes you have placed an H2 on the page above this paragraph.<em>Note: Used incorrectly, removing the heading can create an accessibility issue.</em>'),
],
'#default_value' => $paragraph->getBehaviorSetting('list_paragraph', 'heading_behavior', self::SHOW_HEADING),
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ public function buildBehaviorForm(ParagraphInterface $paragraph, array &$form, F
'#type' => 'radios',
'#title' => $this->t('Headline Behavior'),
'#options' => [
self::SHOW_HEADING => $this->t('<strong>Display heading</strong>: This displays the paragraph headline as an H2. You’ll usually want to choose this option.'),
self::HIDE_HEADING => $this->t('<strong>Visually hide heading</strong>: For improved accessibility, this keeps the headline in the page structure as an H2, but you won’t see it.'),
self::REMOVE_HEADING => $this->t('<strong>Remove heading</strong>: This completely removes the headline from the page and assumes you have placed an H2 on the page above this paragraph.'),
self::SHOW_HEADING => $this->t('<strong>Display heading</strong>: Recommended - This displays the paragraph headline as an H2.'),
self::HIDE_HEADING => $this->t('<strong>Visually hide heading</strong>: This keeps the headline in the page structure as an H2, but you won’t see it.'),
self::REMOVE_HEADING => $this->t('<strong>Remove heading</strong>: This completely removes the headline from the page and assumes you have placed an H2 on the page above this paragraph.<em>Note: Used incorrectly, removing the heading can create an accessibility issue.</em>'),
],
'#default_value' => $paragraph->getBehaviorSetting('stanford_teaser', 'heading_behavior', self::SHOW_HEADING),
];
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Stanford Basic Page Types'
description: 'Provides support for basic page types in stanford_page nodes'
version: 9.6.3
version: 9.6.4
core_version_requirement: ^9 || ^10
type: module
project: Stanford
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: module
description: 'Courses Migration Importer'
core_version_requirement: ^9 || ^10
package: Stanford
version: 9.6.3
version: 9.6.4
dependencies:
- stanford_courses:stanford_courses
- migrate_tools:migrate_tools
Expand Down
2 changes: 1 addition & 1 deletion modules/stanford_courses/stanford_courses.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Stanford Courses'
type: module
description: 'Courses content type'
core_version_requirement: ^9 || ^10
version: 9.6.3
version: 9.6.4
package: Stanford
dependencies:
- config_pages:config_pages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name: 'Stanford Date Formats'
description: 'Date and time formats used by Stanford modules and Themes'
type: module
core_version_requirement: ^9 || ^10
version: 9.6.3
version: 9.6.4
package: Stanford
2 changes: 1 addition & 1 deletion modules/stanford_decoupled/stanford_decoupled.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: module
description: 'JsonAPI and GraphQL helper for decoupled sites.'
core_version_requirement: ^9 || ^10
package: Stanford
version: 9.6.3
version: 9.6.4
dependencies:
- graphql_compose:graphql_compose_layout_paragraphs
- graphql_compose:graphql_compose_menus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Stanford Events Importer'
core_version_requirement: ^9 || ^10
description: 'Migrate importer for stanford events.'
type: module
version: 9.6.3
version: 9.6.4
package: 'Stanford'
dependencies:
- config_pages:config_pages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Stanford Events Series'
core_version_requirement: ^9 || ^10
description: 'A series is a collection of events.'
type: module
version: 9.6.3
version: 9.6.4
package: 'Stanford'
dependencies:
- stanford_events:stanford_events
Expand Down
2 changes: 1 addition & 1 deletion modules/stanford_events/stanford_events.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: module
description: 'Event content type, views, and importer.'
core_version_requirement: ^9 || ^10
package: Stanford
version: 9.6.3
version: 9.6.4
dependencies:
- address:address
- allowed_formats:allowed_formats
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: module
description: 'Provides Image Styles'
core_version_requirement: ^9 || ^10
package: Stanford
version: 9.6.3
version: 9.6.4
dependencies:
- drupal:image
- drupal:responsive_image
Expand Down
2 changes: 1 addition & 1 deletion modules/stanford_intranet/stanford_intranet.info.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Stanford Intranet'
description: 'Locks down access to the entire site if configured.'
version: 9.6.3
version: 9.6.4
core_version_requirement: ^9 || ^10
type: module
project: Stanford
Expand Down
2 changes: 1 addition & 1 deletion modules/stanford_news/stanford_news.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: module
description: 'Stanford news items and views.'
core_version_requirement: ^9 || ^10
package: Stanford
version: 9.6.3
version: 9.6.4
dependencies:
- allowed_formats:allowed_formats
- auto_entitylabel:auto_entitylabel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Stanford Notifications
description: Display a notification icon to the users when something in the platform has changed.
core_version_requirement: ^9 || ^10
type: module
version: 9.6.3
version: 9.6.4
package: Stanford
dependencies:
- drupal:user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Stanford Paragraph Card'
description: 'Adds helpers and modifications to the card paragraph type.'
version: 9.6.3
version: 9.6.4
core_version_requirement: ^9 || ^10
type: module
project: Stanford
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: module
description: 'Migration support for importing of profile information from stanford.edu.'
core_version_requirement: ^9 || ^10
package: Stanford
version: 9.6.3
version: 9.6.4
dependencies:
- 'config_pages:config_pages'
- 'drupal:migrate'
Expand Down
2 changes: 1 addition & 1 deletion modules/stanford_person/stanford_person.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: module
description: 'A person bio and supporting information content type'
core_version_requirement: ^9 || ^10
package: Stanford
version: 9.6.3
version: 9.6.4
dependencies:
- allowed_formats:allowed_formats
- auto_entitylabel:auto_entitylabel
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Stanford Profile Drush'
description: 'A collection of Drush commands since commands in the profile are not discoverable.'
version: 9.6.3
version: 9.6.4
core_version_requirement: ^9 || ^10
type: module
project: Stanford
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Stanford Profile Styles'
description: 'A module for theming'
version: 9.6.3
version: 9.6.4
core_version_requirement: ^9 || ^10
type: module
project: Stanford
2 changes: 1 addition & 1 deletion modules/stanford_publication/stanford_publication.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: module
description: "Stanford Publications Module."
core_version_requirement: ^9 || ^10
package: Stanford
version: 9.6.3
version: 9.6.4
dependencies:
- ctools:ctools
- drupal:layout_builder
Expand Down
2 changes: 1 addition & 1 deletion modules/stanford_text_editor/stanford_text_editor.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name: 'Stanford Text Editor'
description: 'Input formats and WYSIWYG settings'
type: module
core_version_requirement: ^9 || ^10
version: 9.6.3
version: 9.6.4
package: Stanford
2 changes: 1 addition & 1 deletion stanford_profile_helper.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: module
description: 'Stanford Profile Helper Module.'
core_version_requirement: ^9 || ^10
package: Stanford
version: 9.6.3
version: 9.6.4
dependencies:
- admin_toolbar:admin_toolbar
- admin_toolbar:admin_toolbar_tools
Expand Down

0 comments on commit 1603727

Please sign in to comment.