Skip to content

Commit

Permalink
Merge pull request #564 from UN-OCHA/deploy-20240917
Browse files Browse the repository at this point in the history
Deploy 06-11-2024
  • Loading branch information
attiks authored Nov 5, 2024
2 parents 44eedec + 4c17379 commit 78fc88c
Show file tree
Hide file tree
Showing 35 changed files with 439 additions and 878 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
All notable changes to this project will be documented in this file.
<!--- END HEADER -->

## [2.1.0](https://github.com/UN-OCHA/unocha-site/compare/v2.0.5...v2.1.0) (2024-11-05)

### Features

* Increase time-out for video proxy [#UNO-860](https://https://humanitarian.atlassian.net/browse/UNO-860) ([2d7b95](https://github.com/UN-OCHA/unocha-site/commit/2d7b95cf0bd68ef9f7c8af732ea9b3639dcb63d3))
* Use ocha_visualisations [#UNO-854](https://https://humanitarian.atlassian.net/browse/UNO-854) ([1b776b](https://github.com/UN-OCHA/unocha-site/commit/1b776b443274a5839f44054a84adda64f34d2b3f))
* Use package ([3b215d](https://github.com/UN-OCHA/unocha-site/commit/3b215d4596389d2dcf680a0bbb1bf156061e019a), [0462e4](https://github.com/UN-OCHA/unocha-site/commit/0462e424fdb840f45dd2c59bc941d0ef8764f054))

### Chores

* Add vimeo as csp exception ([0da671](https://github.com/UN-OCHA/unocha-site/commit/0da671da84be7270da849bba4f58895f537ea460))
* Remove unused csp module ([b6ef59](https://github.com/UN-OCHA/unocha-site/commit/b6ef5955c85de16518b7d349528266188550c22e))
* Update all outdated drupal/* unocha/* drush/* packages. ([bbd4e4](https://github.com/UN-OCHA/unocha-site/commit/bbd4e4b32d3a283d00b6e6f9d9d3afe673c0f7df), [cfac9a](https://github.com/UN-OCHA/unocha-site/commit/cfac9a3354af7a1fff62d9a2ca62bee4bcc35004), [55ab31](https://github.com/UN-OCHA/unocha-site/commit/55ab31f16e50bae64e68d041f1e2e8838609235d))

## [2.0.5](https://github.com/UN-OCHA/unocha-site/compare/v2.0.4...v2.0.5) (2024-10-15)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"drupal/core-composer-scaffold": "^10",
"drupal/core-dev": "^10",
"drupal/core-recommended": "^10",
"drupal/csp": "^1.17",
"drupal/datetime_range_timezone": "^1.0@alpha",
"drupal/default_content": "^2.0@alpha",
"drupal/double_field": "^4.1",
Expand Down Expand Up @@ -64,8 +63,8 @@
"drupal/redirect": "^1.8",
"drupal/samlauth": "^3.8",
"drupal/samples": "^1.0@beta",
"drupal/select_a11y": "3.0.x-dev@dev",
"drupal/seckit": "^2.0",
"drupal/select_a11y": "3.0.x-dev@dev",
"drupal/simple_menu_permissions": "^2.0",
"drupal/social_auth_hid": "^3.2",
"drupal/stable": "^2.0",
Expand All @@ -84,6 +83,7 @@
"unocha/ocha_key_figures": "^2.0",
"unocha/ocha_monitoring": "^1.0",
"unocha/ocha_search": "^1.0",
"unocha/ocha_visualisations": "*",
"unocha/un_date": "^2.0",
"webflo/drupal-finder": "^1.2.2"
},
Expand Down Expand Up @@ -268,5 +268,5 @@
"scripts\\composer\\DrupalLenientRequirement::changeVersionConstraint"
]
},
"version": "2.0.5"
}
"version": "2.1.0"
}
Loading

0 comments on commit 78fc88c

Please sign in to comment.