Skip to content

Commit

Permalink
10.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Mar 28, 2024
1 parent 4367c19 commit 52438b0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Cardinal at Work Profile

10.2.2
--------------------------------------------------------------------------------
_Release Date: 2024-03-28_

- D8CORE-000 Update Past Event List (#783)
- Disable link trimming on any link/url field display in views or display modes
- Index algolia items only during cron
- Added event image to algolia index data
- D8CORE-7295 D8CORE-7301 Enable rabbit hole for publications content type
- D8CORE-7341 Fixed course term page headings

10.2.1
--------------------------------------------------------------------------------
_Release Date: 2024-03-18_
Expand Down
2 changes: 1 addition & 1 deletion caw_profile.info.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Cardinal at Work Profile'
description: 'CAW Website Profile'
version: 10.2.1
version: 10.2.2
type: profile
project: Cardinal at Work
core_version_requirement: ^9 || ^10
Expand Down
2 changes: 1 addition & 1 deletion caw_profile.profile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function caw_profile_final_task(array &$install_state) {
/**
* Implements hook_ENTITY_TYPE_presave().
*/
function caw_profile_config_pages_presave(ConfigPages $config_page) {
function caw_profile_config_pages_presave(ConfigPagesInterface $config_page) {
// During install, rebuild the router when saving a config page. This prevents
// an error if the config page route doesn't exist for it yet. Event
// subscriber doesn't work for this since it's during installation.
Expand Down

0 comments on commit 52438b0

Please sign in to comment.