Skip to content

Commit

Permalink
Merge pull request #61 from CuBoulder/ucb_article_syndication
Browse files Browse the repository at this point in the history
Adds Article Syndication module
  • Loading branch information
jcsparks authored and web-flow committed Oct 23, 2024
2 parents 3817019 + 7b719ff commit 18e2ff2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- ### Adds Article Syndication module
The [Article Syndication](https://github.com/CuBoulder/ucb_article_syndication) module is needed in order to migrate the Today site and use the Campus News block with the migrated site (CuBoulder/ucb_campus_news#12). This update adds the module to `composer.json`.

There is no sister PR in the profile because the module isn't enabled by default.
---

- ### Add Redis module
Add current redis module to composer.
---
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@
"cu-boulder/express_admin": "dev-main",
"cu-boulder/ucb_admin_menus": "dev-main",
"cu-boulder/ucb_article_author": "dev-main",
"cu-boulder/ucb_article_syndication": "dev-main",
"cu-boulder/ucb_bootstrap_layouts": "dev-main",
"cu-boulder/ucb_campus_news": "dev-main",
"cu-boulder/ucb_ckeditor_plugins": "dev-main",
Expand All @@ -263,7 +264,6 @@
"drupal/ckeditor5_icons": "1.x-dev@dev",
"drupal/ckeditor5_paste_filter": "^1.0",
"drupal/consumer_image_styles": "^4.0",
"drupal/jsonapi_extras": "^3.26",
"drupal/core-composer-scaffold": "~10.2.0",
"drupal/core-project-message": "~10.2.0",
"drupal/core-recommended": "~10.2.0",
Expand All @@ -274,6 +274,7 @@
"drupal/focal_point": "^2.0",
"drupal/google_cse": "^4.0@alpha",
"drupal/google_tag": "^2.0",
"drupal/jsonapi_extras": "^3.26",
"drupal/layout_builder_iframe_modal": "^1.3",
"drupal/linkit": "^6.1",
"drupal/media_alias_display": "^2.0",
Expand Down

0 comments on commit 18e2ff2

Please # to comment.