Skip to content

Commit

Permalink
4.5.0
Browse files Browse the repository at this point in the history
4.5.0
  • Loading branch information
joegl authored Jul 31, 2024
2 parents ee17c0a + ceac7b1 commit 5c1256b
Show file tree
Hide file tree
Showing 84 changed files with 5,196 additions and 1,260 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
test_new_site:
name: Test New Site
strategy:
fail-fast: false
matrix:
suite: [acceptance, functional]
runs-on: ubuntu-latest
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,33 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.5.0] - 2024-07-31

### Added
b4624ad3 SDSS-1276: News Sharing MVP (#465)
09875389 SDSS-1135: Added publishing_date to source id for news sharing migration (#473)'
26c88097 SDSS-1302: Added larger left and larger right 2 column layouts (#453)
b5f6f538 SDSS-1307: Point esos.stanford.edu (#472)
ee3a472e SDSS-1250: Provisioned sustainablesocieties (#454)
17a43164 SDSS-1201 | @jdwjdwjdw | Add 4 column card grid option for lists, adjust one-column layout, fixup load more issue (#414)

### Changed
d1435eaa SDSS-1342: Allow Event Lists to be filtered by focal areas (#468)
0e68ff3b SDSS-1296: Update SDSS profile installation (#458)

### Removed
e14cfa29 SDSS-1270: Deprecate and fully remove earth_news_importer (#457)
98052f9c SDSS-1305: Removed width options from SDSS layout paragraphs (#448)
de48fc47 SDSS-1268: Removed white option from paragraph section background colors (#430)

### Fixed
eae0c70c FIXUP - turn off readonly for news sharing form (#467)
cc4e3751 SDSS-000 | @jdwjdwjdw | Full width specificity fixup (#456)

### Maintenance
87b8c7a8 SDSS-1308: Routine maintenance (#455)


## [4.4.2] - 2024-06-05

### Added
Expand Down
1 change: 1 addition & 0 deletions blt/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ multisites:
- sustainability
- sustainability_accelerator
- sustainablemobility
- sustainablesocieties
- techtransferfordefense
- understand_energy_course
- understandenergy
Expand Down
22 changes: 3 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,6 @@
}
}
},
{
"type": "package",
"package": {
"name": "su-sws/earth_news_importer",
"version": "1.x-dev",
"type": "drupal-custom-module",
"source": {
"type": "git",
"url": "https://github.com/SU-SWS/earth_news_importer.git",
"reference": "1.x"
}
}
},
{
"type": "package",
"package": {
Expand Down Expand Up @@ -97,7 +84,7 @@
"drupal/core-recommended": "^10",
"drupal/cshs": "^4.0",
"drupal/default_content": "^2.0@alpha",
"drupal/diff": "1.1.0",
"drupal/diff": "^1.3",
"drupal/display_field_copy": "^2.0",
"drupal/domain_301_redirect": "^2.0",
"drupal/ds": "^3.3",
Expand All @@ -123,6 +110,7 @@
"drupal/image_effects": "^3.2",
"drupal/imagemagick": "^3.1",
"drupal/jquery_ui_draggable": "^2.0",
"drupal/js_cookie": "^1.0",
"drupal/jsonapi_extras": "^3.20",
"drupal/jsonapi_hypermedia": "^1.9",
"drupal/jsonapi_image_styles": "^3.0",
Expand Down Expand Up @@ -160,7 +148,7 @@
"drupal/rabbit_hole": "^1.0@beta",
"drupal/real_aes": "^2.4",
"drupal/redirect": "^1.0-beta1",
"drupal/responsive_tables_filter": "^1.9",
"drupal/responsive_tables_filter": "^2.0",
"drupal/role_delegation": "^1.0@beta",
"drupal/scheduler": "^2.0",
"drupal/search_api": "^1.19",
Expand Down Expand Up @@ -194,7 +182,6 @@
"su-sws/blt-sws": "dev-main",
"su-sws/ckeditor5_plugins": "^1.0",
"su-sws/drupal-patches": "^10.0",
"su-sws/earth_news_importer": "1.x-dev",
"su-sws/react_paragraphs": "^8.2",
"su-sws/stanford_actions": "^8.2",
"su-sws/stanford_fields": "^8.2",
Expand Down Expand Up @@ -305,9 +292,6 @@
"drupal/hook_event_dispatcher": {
"https://www.drupal.org/project/hook_event_dispatcher/issues/3354751": "https://www.drupal.org/files/issues/2024-03-14/hook_event_dispatcher-4.x-3354751-7.patch"
},
"drupal/menu_block": {
"https://www.drupal.org/project/menu_block/issues/3271218": "https://www.drupal.org/files/issues/2022-04-29/menu_block_rendered_empty-3271218-17.patch"
},
"drupal/menu_link": {
"https://www.drupal.org/project/menu_link/issues/3358081": "https://git.drupalcode.org/project/menu_link/-/merge_requests/9.patch"
},
Expand Down
Loading

0 comments on commit 5c1256b

Please sign in to comment.