Skip to content

Commit b5cd850

Browse files
authored
Merge pull request #160 from OS2Forms/release/3.22.0
Release/3.22.0
2 parents 8a550d9 + ed50d92 commit b5cd850

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ before starting to add changes. Use example [placed in the end of the page](#exa
1111

1212
## [Unreleased]
1313

14+
## [3.22.0] 2025-02-03
15+
16+
- Removed modules ldap_auth, logging_alerts, maillog [#151](https://github.com/OS2Forms/os2forms/pull/151)
17+
- Removed module image_widget_crop [#OS-143](https://github.com/OS2Forms/os2forms/pull/159)
18+
1419
## [3.21.2] 2025-01-07
1520

1621
- Adds missing `http-message-util` requirement and use statement.

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"dompdf/dompdf": "^2.0",
2424
"drupal/admin_toolbar": "^3.0",
2525
"drupal/advancedqueue": "^1.0",
26+
"drupal/cache_control_override": "^1.1|^2.0",
2627
"drupal/clientside_validation": "^4.0",
2728
"drupal/coc_forms_auto_export": "^2.0@alpha",
2829
"drupal/config_entity_revisions": "dev-2.0.x",
@@ -31,14 +32,12 @@
3132
"drupal/entity_print": "^2.1",
3233
"drupal/eu_cookie_compliance": "^1.8",
3334
"drupal/events_logging": "^2.0@beta",
35+
"drupal/gin": "^3.0-rc",
3436
"drupal/honeypot": "^2.0",
35-
"drupal/image_widget_crop": "^2.3",
3637
"drupal/ldap": "^4.2",
37-
"drupal/ldap_auth": "^1.17",
3838
"drupal/leaflet": "^10.0",
3939
"drupal/leaflet_layers": "^1.1",
4040
"drupal/libraries": "^4.0",
41-
"drupal/logging_alerts": "^2.0",
4241
"drupal/maestro": "^3.1",
4342
"drupal/mailsystem": "^4.1",
4443
"drupal/masquerade": "^2.0@RC",
@@ -72,6 +71,7 @@
7271
"os2web/os2web_audit": "^0.1.6",
7372
"os2web/os2web_datalookup": "^2.0",
7473
"os2web/os2web_nemlogin": "^1.0",
74+
"os2web/os2web_simplesaml": "dev-master",
7575
"php-http/guzzle7-adapter": "^1.0",
7676
"phpoffice/phpword": "^0.18.2",
7777
"symfony/options-resolver": "^5.4 || ^6.0",
@@ -83,7 +83,6 @@
8383
"require-dev": {
8484
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
8585
"drupal/coder": "^8.3",
86-
"drupal/maillog": "^1.0",
8786
"mglaman/phpstan-drupal": "^1.1",
8887
"phpstan/extension-installer": "^1.3",
8988
"phpstan/phpstan-deprecation-rules": "^1.1",

0 commit comments

Comments
 (0)