Skip to content

Latest commit

 

History

History
98 lines (68 loc) · 2.83 KB

File metadata and controls

98 lines (68 loc) · 2.83 KB

OS2Forms Forløb profile Change Log

All notable changes to this project should be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

See "how do I make a good changelog record?" before starting to add changes.

[1.16.0] - 27.10.2025

  • Adding OS2Forms 4 and 5 support.

1.15.0 - 13.03.2025

  • Drupal 10 compatibility.

1.14.1 - 04.10.2023

  • coc_forms_auto_export dependency

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
  • Removed dependency to config_entity_revisions

1.12.0 - 13.06.2023

Removed

  • modules/os2forms_permissions_by_term moved to os2forms/os2forms repo
  • modules/os2forms_webform_list moved to os2forms/os2forms repo

1.11.0 - 10.03.2023

  • Added github action for checking changelog changes when creating pull requests
  • Updated readme
  • Removed webform_embed from repositories
  • Removed array keys from repositories list
  • Updated drupal core dependency
  • Updated gin dependency
  • Updated os2forms dependency
  • Updated os2forms_forloeb dependency
  • Added cweagans/composer-patches as dependency
  • Removed drupal/dynamic_entity_reference (It belongs in os2forms/os2forms_forloeb)
  • Changed composer patching configuration

Added

  • Feature/user permissions
  • Feature/user management

Added

  • Github CI action for checking Drupal Coding standards with PHP Code Sniffer

Example of change log record

## [x.x.x] Release name
### Added
- Description on added functionality.

### Changed/Updated
- Description on changed/updated functionality.

### Deprecated
- Description of soon-to-be removed features.

### Removed
- Description of removed features.

### Fixed
- Decription of bug fixes.

### Security
- Security in case of vulnerabilities.