File tree Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 3939 id : composer-cache
4040 run : echo "::set-output name=dir::$(composer config cache-files-dir)"
4141 - name : Cache dependencies
42- uses : actions/cache@v2
42+ uses : actions/cache@v4
4343 with :
4444 path : ${{ steps.composer-cache.outputs.dir }}
4545 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
7474 id : composer-cache
7575 run : echo "::set-output name=dir::$(composer config cache-files-dir)"
7676 - name : Cache dependencies
77- uses : actions/cache@v2
77+ uses : actions/cache@v4
7878 with :
7979 path : ${{ steps.composer-cache.outputs.dir }}
8080 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -107,7 +107,7 @@ jobs:
107107 id : composer-cache
108108 run : echo "::set-output name=dir::$(composer config cache-files-dir)"
109109 - name : Cache dependencies
110- uses : actions/cache@v2
110+ uses : actions/cache@v4
111111 with :
112112 path : ${{ steps.composer-cache.outputs.dir }}
113113 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change @@ -18,14 +18,13 @@ before starting to add changes. Use example [placed in the end of the page](#exa
1818 - Added support for ` os2web_key ` in Fasit handler.
1919 - Switched from saving settings in key value store to config, i.e
2020 the module needs to be reconfigured.
21- - Removed modules ldap_auth, logging_alerts, maillog
2221- Updating the display of os2forms package on the status page
2322
2423## [ 4.0.0] 2025-03-06
2524
26- - This is an alias for for 3.22.2. Major change is the module removal, which can lead to lack of backward support.
25+ - This is an alias for 3.22.2. Major change is the module removal, which can lead to lack of backward support.
2726See full release note here:
28- https://github.com/OS2Forms/os2forms_docs/blob/master/docs/releases/2024-Q4-Release-notes.md
27+ [ 2024-Q4-Release-notes ] ( https://github.com/OS2Forms/os2forms_docs/blob/master/docs/releases/2024-Q4-Release-notes.md )
2928
3029## [ 3.22.2] 2025-02-28
3130
@@ -99,11 +98,8 @@ https://github.com/OS2Forms/os2forms_docs/blob/master/docs/releases/2024-Q4-Rele
9998
10099## [ 3.16.0] 2024-08-27
101100
102- f/OS-115_dawa_address
103101- [ OS-115] Skipping empty maktrikula objects
104102
105-
106-
107103[ #110 ] ( https://github.com/OS2Forms/os2forms/pull/110 )
108104
109105- Obsolete module removing - os2forms_consent
Original file line number Diff line number Diff line change 9999 "mglaman/composer-drupal-lenient" : true ,
100100 "phpstan/extension-installer" : true ,
101101 "simplesamlphp/composer-module-installer" : true ,
102+ "simplesamlphp/composer-xmlprovider-installer" : true ,
102103 "vaimo/composer-patches" : true ,
103104 "zaporylie/composer-drupal-optimizations" : true
104105 },
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ function os2forms_requirements($phase) {
7474 0 => t('version <strong>@version</strong> (commit: <strong>@reference</strong>)', [
7575 '@version' => $version,
7676 '@reference' => $reference,
77- ])
77+ ]),
7878 ],
7979 ];
8080
You can’t perform that action at this time.
0 commit comments