diff --git a/CHANGELOG.md b/CHANGELOG.md index 4211bf5c..1a0cf2ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,18 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- ### People List Block: Adds 'Sort By' - Previously the People List Block would only sort by Last Name. This update enables the option to choose whether to sort by Job Type, then Last Name, OR Last Name only, mirroring the option on the People List Page. - - Includes: - - `custom_entities` => https://github.com/CuBoulder/tiamat-custom-entities/pull/220 - - `theme` => https://github.com/CuBoulder/tiamat-theme/pull/1721 - - `ucb_dev_workspace` => https://github.com/CuBoulder/ucb-dev-workspace/pull/4 - - - Resolves #1717 +## [20251210] - 2025-12-10 + +- ### People List Block: Adds 'Sort By' + + Previously the People List Block would only sort by Last Name. This update enables the option to choose whether to sort by Job Type, then Last Name, OR Last Name only, mirroring the option on the People List Page. + + Includes: + + - `custom_entities` => + - `theme` => + - `ucb_dev_workspace` => + + Resolves #1717 Resolves #1676 ---- + +* * * ## [20251203] - 2025-12-03 @@ -4644,7 +4648,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.20221109] - 2022-11-09 -[unreleased]: https://github.com/CuBoulder/tiamat-theme/compare/20251203...HEAD +[unreleased]: https://github.com/CuBoulder/tiamat-theme/compare/20251210...HEAD +[20251210]: https://github.com/CuBoulder/tiamat-theme/compare/20251203...20251210 [20251203]: https://github.com/CuBoulder/tiamat-theme/compare/20251119...20251203 [20251119]: https://github.com/CuBoulder/tiamat-theme/compare/20251029...20251119 [20251029]: https://github.com/CuBoulder/tiamat-theme/compare/20251022...20251029 diff --git a/config/install/boulder_base.settings.yml b/config/install/boulder_base.settings.yml index a81331b9..ca58aeb2 100644 --- a/config/install/boulder_base.settings.yml +++ b/config/install/boulder_base.settings.yml @@ -24,4 +24,4 @@ ucb_heading_font: 'bold' ucb_above_content_region_color: 'white' ucb_after_content_one_region_color: 'white' ucb_after_content_two_region_color: 'white' -web_express_version: '20251203' +web_express_version: '20251210'