File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
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 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}
You can’t perform that action at this time.
0 commit comments