Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#2837: Updated custom theme to avoid covered buttons #333

Merged
Merged
8 changes: 4 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.3
extensions: ctype, dom, iconv, json, zip, gd, soap
coverage: none
tools: composer:v2
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.3
extensions: ctype, dom, iconv, json, zip, gd, soap
coverage: none
tools: composer:v2
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.3
extensions: ctype, dom, iconv, json, zip, gd, soap
coverage: none
tools: composer:v2
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
docker compose exec --user root phpfpm composer install --no-interaction

# Install the site
docker compose exec --user root phpfpm vendor/bin/drush site:install os2forms_forloeb_profile --existing-config --yes
docker compose exec --user root phpfpm vendor/bin/drush site:install --existing-config --yes

# Download and install external libraries
docker compose exec --user root phpfpm vendor/bin/drush webform:libraries:download
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
!/web/modules/custom/os2forms_fbs_handler
!/web/modules/custom/os2forms_permission_alterations
!/web/modules/custom/os2forms_email_handler
!/web/modules/custom/webform_migrate

# Ignore site specific modules.
/web/sites/*/modules
Expand Down
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Nedenfor ses dato for release og beskrivelse af opgaver som er implementeret.
* Opdaterede [OS2Forms Fasit](https://github.com/itk-dev/os2forms_fasit)
version.
* Tilføjede mulighed for at sende notifikation hvis
størrelse på e-mailvedhæftninger overstiger grænse. (https://os2forms-leantime.itkdev.dk/tickets/showKanban#/tickets/showTicket/132)
størrelse på e-mailvedhæftninger overstiger grænse. (<https://os2forms-leantime.itkdev.dk/tickets/showKanban#/tickets/showTicket/132>)
* Opdaterede [OS2Forms Organisation](https://github.com/itk-dev/os2forms_organisation)
version. (https://os2forms-leantime.itkdev.dk/tickets/showKanban#/tickets/showTicket/96)
* Tilføjede signatur-element patches. (https://os2forms-leantime.itkdev.dk/tickets/showKanban#/tickets/showTicket/133)
* CKEditor 5 link standard `https` protocol. (https://os2forms-leantime.itkdev.dk/tickets/showKanban#/tickets/showTicket/168)
version. (<https://os2forms-leantime.itkdev.dk/tickets/showKanban#/tickets/showTicket/96>)
* Tilføjede signatur-element patches. (<https://os2forms-leantime.itkdev.dk/tickets/showKanban#/tickets/showTicket/133>)
* CKEditor 5 link standard `https` protocol. (<https://os2forms-leantime.itkdev.dk/tickets/showKanban#/tickets/showTicket/168>)

## [2.8.1] 2024-08-26

Expand Down
246 changes: 50 additions & 196 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 0 additions & 27 deletions config/sync/block.block.bootstrap_account_menu.yml

This file was deleted.

Loading
Loading