Skip to content

Commit

Permalink
Merge pull request #1135 from UN-OCHA/release-versions/v1.11.0
Browse files Browse the repository at this point in the history
release versions/v1.11.0
  • Loading branch information
berliner authored Oct 17, 2024
2 parents 6c2ae8b + 939fd11 commit d101c73
Show file tree
Hide file tree
Showing 455 changed files with 11,915 additions and 9,602 deletions.
4 changes: 4 additions & 0 deletions .docksal/commands/post-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ drush cr
echo "Run the deploy commands"
drush deploy

echo "Update translations"
drush locale:check
drush locale:update

echo "Set maintenance mode to off"
drush sset system.maintenance_mode 0 -y

Expand Down
2 changes: 1 addition & 1 deletion .docksal/docksal.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DOCKSAL_STACK=default
DOCROOT=html
DB_IMAGE="docksal/mariadb:10.6"
CLI_IMAGE="docksal/cli:php8.2"
CLI_IMAGE="docksal/cli:php8.3"

SOLR_CORE=ghi
SOLR_PORT=8983
Expand Down
2 changes: 0 additions & 2 deletions .docksal/docksal.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.9"

services:
cli:
volumes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- develop
- feature/**
- main
- berliner/HPC-8713

release:
types: [published]

Expand Down
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"drupal/imageapi_optimize": "^4.0",
"drupal/imagecache_external": "^3.0",
"drupal/imagemagick": "^3.3",
"drupal/layout_builder_ipe": "^1.0.x-dev",
"drupal/layout_builder_ipe": "dev-1.0.x",
"drupal/layout_builder_lock": "^1.1",
"drupal/layout_builder_modal": "^1.1",
"drupal/layout_builder_operation_link": "^2.1",
Expand Down Expand Up @@ -119,6 +119,7 @@
"drupal/smugmug_api": "^2.0",
"drupal/social_auth_hid": "^3.2",
"drupal/stage_file_proxy": "^2.0",
"drupal/stringoverrides": "^1.8",
"drupal/subpathauto": "^1.3",
"drupal/tippy": "^1.0",
"drupal/username_enumeration_prevention": "^1.3",
Expand Down Expand Up @@ -154,7 +155,7 @@
"phpspec/prophecy-phpunit": "^2",
"phpunit/phpcov": "^8.2",
"phpunit/phpunit": "^9.5",
"weitzman/drupal-test-traits": "^2"
"weitzman/drupal-test-traits": "^2.3"
},
"conflict": {
"drupal/drupal": "*"
Expand All @@ -172,7 +173,8 @@
"drupal/core-project-message": true,
"oomphinc/composer-installers-extender": true,
"phpstan/extension-installer": true,
"php-http/discovery": true
"php-http/discovery": true,
"tbachert/spi": true
}
},
"autoload": {
Expand Down
Loading

0 comments on commit d101c73

Please sign in to comment.