-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2370 from massgov/release/0.387.0
Release 0.387.0
- Loading branch information
Showing
7 changed files
with
32 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,13 @@ | ||
|
||
|
||
## [0.386.0] - January 23, 2024 | ||
|
||
### Changed | ||
- DP-24989: Change sort of autocomplete to put organizations, topics, services first. | ||
- DP-30894: Populate contextual search field values. | ||
- DP-31442: Rename 'Analytics New' to 'Analytics'. | ||
|
||
### Added | ||
- DP-29407: Add a heading and skip link to video component. | ||
## [0.387.0] - January 29, 2024 | ||
|
||
### Fixed | ||
- DP-30532: Fix TOC - don't show "more" when there aren't more. | ||
- DP-30820: Stop collection_all View from spamming the watchdog log. | ||
- DP-31106: Bump entity_usage_queue_tracking module for excess deletion fix | ||
- DP-31532: Backport of permission fix for media entity view needed by authors. | ||
- DP-31551: Avoid error when showing error on the reschedule transition form | ||
- DP-31571: Fixed error causing the nightly Backstop snapshot job to fail. | ||
|
||
### Security | ||
- DP-31535: Drupal core - Moderately critical - Denial of Service - SA-CORE-2024-001. | ||
|
||
- DP-31366: Fixed sporadic issues with location listing search. | ||
- DP-31620: News headlines on org pages are the same heading level as the "News" header. | ||
- DP-31624: Make sure master and develop are up to date before merging a hotfix | ||
|
||
### Added | ||
- DP-31561: Add name attributes to forms. | ||
- DP-31561: Add hidden fields to userway signup form for Formstack submission. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -e | ||
git fetch origin master | ||
git checkout develop | ||
git pull | ||
git merge origin/master | ||
git push |