File tree Expand file tree Collapse file tree 4 files changed +23
-7
lines changed Expand file tree Collapse file tree 4 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 1313 id : composer-cache
1414 run : echo "::set-output name=dir::$(composer config cache-files-dir)"
1515 - name : Cache dependencies
16- uses : actions/cache@v2
16+ uses : actions/cache@v4
1717 with :
1818 path : ${{ steps.composer-cache.outputs.dir }}
1919 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ before starting to add changes.
99
1010## [ Unreleased]
1111
12+ ## [ 1.15.0] - 13.03.2025
13+
14+ - Drupal 10 compatibility.
15+
1216## [ 1.14.1] - 04.10.2023
1317
1418- coc_forms_auto_export dependency
@@ -77,3 +81,14 @@ before starting to add changes.
7781- Security in case of vulnerabilities.
7882
7983```
84+
85+
86+ [ Unreleased ] : https://github.com/OS2Forms/os2forms_forloeb_profile/compare/1.15.0...HEAD
87+ [ 1.15.0 ] : https://github.com/OS2Forms/os2forms_forloeb_profile/compare/1.14.1...1.15.0
88+ [ 1.14.1 ] : https://github.com/OS2Forms/os2forms_forloeb_profile/compare/1.14.0...1.14.1
89+ [ 1.14.0 ] : https://github.com/OS2Forms/os2forms_forloeb_profile/compare/1.13.0...1.14.0
90+ [ 1.13.0 ] : https://github.com/OS2Forms/os2forms_forloeb_profile/compare/1.12.0...1.13.0
91+ [ 1.12.0 ] : https://github.com/OS2Forms/os2forms_forloeb_profile/compare/1.11.0...1.12.0
92+ [ 1.11.0 ] : https://github.com/OS2Forms/os2forms_forloeb_profile/compare/1.10.0...1.11.0
93+ [ 1.10.0 ] : https://github.com/OS2Forms/os2forms_forloeb_profile/compare/1.9.0...1.10.0
94+ [ 1.9.0 ] : https://github.com/OS2Forms/os2forms_forloeb_profile/releases/tag/1.9.0
Original file line number Diff line number Diff line change 1818 "require" : {
1919 "cweagans/composer-patches" : " ^1.6.5" ,
2020 "drupal/gin" : " ^3.0-rc" ,
21- "drupal/core" : " ^9" ,
22- "drush/drush" : " ^11.4" ,
23- "os2forms/os2forms" : " ^3.6" ,
24- "os2web/os2web_simplesaml" : " 8.x-dev" ,
21+ "drupal/core" : " ^9 || ^10 " ,
22+ "drush/drush" : " ^11.4 || ^12 " ,
23+ "os2forms/os2forms" : " ^3.6 || ^4.0 " ,
24+ "os2web/os2web_simplesaml" : " 8.x-dev || master " ,
2525 "drupal/cache_control_override" : " ^1.1|^2.0"
2626 },
2727 "require-dev" : {
5353 "simplesamlphp/composer-module-installer" : true ,
5454 "dealerdirect/phpcodesniffer-composer-installer" : true ,
5555 "cweagans/composer-patches" : true ,
56- "zaporylie/composer-drupal-optimizations" : true
56+ "zaporylie/composer-drupal-optimizations" : true ,
57+ "mglaman/composer-drupal-lenient" : true
5758 }
5859 }
5960}
Original file line number Diff line number Diff line change 11name : os2forms_forloeb_profile
22type : profile
33description : ' Installation profile for os2forms_forloeb'
4- core_version_requirement : ' ^8.9 || ^9'
4+ core_version_requirement : ' ^8.9 || ^9 || ^10 '
55langcode : da
66
77# Optional: Declare your installation profile as a distribution
You can’t perform that action at this time.
0 commit comments