Skip to content

Commit

Permalink
4.7.2
Browse files Browse the repository at this point in the history
4.7.2
  • Loading branch information
joegl authored Jan 22, 2025
2 parents 90edf26 + 2d86460 commit cb4c30c
Show file tree
Hide file tree
Showing 40 changed files with 3,234 additions and 1,086 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ 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.7.2] - 2025-01-13 / 2025-01-22

### Added
7bb8a797 SDSS-1439: Provisioned energy-transition-analysis.stanford.edu. (#530)

### Maintenance
f92fe9ea SDSS-1400: December 2024 maintenance and updates. (#527)
62f8c165 SDSS-1426: Update Gitpod setup documentation (#528)


## [4.7.1] - 2024-12-19

### Changed
56fd16c2 SDSS-1404: Quickstrike color updates (#520)

### Maintenance
17fefa07 Removed mysql56 dependency


## [4.7.0] - 2024-11-21

### Maintenance
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The primary theme for SDSS is the `sdss_subtheme` located in the `sdss_profile`.
3. In GitPod, add a variable named `SSH_PRIVATE_KEY` with the base64 encoded private key
4. In GitPod, add a variable named `SSH_PUBLIC_KEY` with the base64 encoded public key
5. In Gitpod, add a variable named `GITCONFIG` with your base64 encoded git config
- NOTE: Verify that the `fetch = +refs/heads/*:refs/remotes/origin/*`line is not present in the git config as it prevents the installation of development packages.
2. Recommended, but not required:
1. Install the GitPod browser plugin
2. Configure your browser settings for an easier experience: https://www.gitpod.io/docs/configure/browser-settings
Expand Down
1 change: 1 addition & 0 deletions blt/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ multisites:
- earthsystemscience
- eiper
- energy
- energy_transition_analysis
- environment_ecosystems
- environmentalbehavior
- environmentalpolicy
Expand Down
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,6 @@
},
"enable-patching": true,
"patches": {
"drupal/autologout": {
"https://www.drupal.org/project/autologout/issues/3372010": "https://www.drupal.org/files/issues/2024-05-28/autologout_3372010-25.patch"
},
"drupal/colorbox": {
"https://www.drupal.org/project/colorbox/issues/3278470": "patches/contrib/colorbox-mr-14.patch"
},
Expand All @@ -303,14 +300,11 @@
"https://www.drupal.org/project/diff/issues/2882334#comment-13913401": "patches/contrib/diff-mr-42.patch"
},
"drupal/field_encrypt": {
"https://www.drupal.org/project/field_encrypt/issues/3299175": "patches/contrib/field_encrypt-mr-31.patch"
"https://www.drupal.org/project/field_encrypt/issues/3299175": "https://sws-devguide.stanford.edu/sites/g/files/sbiybj17516/files/field_encrypt-3299175-3_2_0.patch"
},
"drupal/field_group": {
"https://www.drupal.org/project/field_group/issues/2969051": "https://www.drupal.org/files/issues/2024-08-05/2787179-highlight-html5-validation-101.patch"
},
"drupal/google_analytics": {
"https://www.drupal.org/project/google_analytics/issues/3373921": "https://www.drupal.org/files/issues/2023-08-07/google-analytics-issues-3373921-cannot-install-from-existing-config-11.patch"
},
"drupal/google_tag": {
"Comment out GA conflict in Google Tag": "patches/contrib/google_tag-ga_conflict.patch"
},
Expand Down
Loading

0 comments on commit cb4c30c

Please sign in to comment.