Skip to content

Commit

Permalink
Merge pull request #56 from OS2Forms/release/1.14.0
Browse files Browse the repository at this point in the history
Release/1.14.0
  • Loading branch information
stankut authored Oct 3, 2023
2 parents a7bccd2 + e7973f9 commit 34f2738
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ before starting to add changes.

## [Unreleased]

## [1.14.0] - 03.10.2023

- webform_embded remove
- Adding cache_control_override as a soft dependency (composer only)
- Installing cache_control_override module on hook_install

## [1.13.0] - 25.09.2023

- Fixed missing icons on administration menu
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"drupal/core": "^9",
"drush/drush": "^11.4",
"os2forms/os2forms": "^3.6",
"os2web/os2web_simplesaml": "8.x-dev"
"os2web/os2web_simplesaml": "8.x-dev",
"drupal/cache_control_override": "^1.1|^2.0"
},
"require-dev": {
"drupal/coder": "^8.3",
Expand Down
1 change: 0 additions & 1 deletion os2forms_forloeb_profile.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ install:
- webform_access
- webform_attachment
- webform_composite
- webform_embed
- webform_entity_print
- webform_entity_print_attachment
- webform_migrate
Expand Down
3 changes: 3 additions & 0 deletions os2forms_forloeb_profile.install
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ function os2forms_forloeb_profile_install() {
->set('default', 'gin')
->set('admin', 'gin')
->save();

// Enable recommended (but optional) modules.
\Drupal::service('module_installer')->install(['cache_control_override']);
}

/**
Expand Down

0 comments on commit 34f2738

Please sign in to comment.