Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from digipolisgent/feature/fix-d9-support
Browse files Browse the repository at this point in the history
Fix Drupal 9.x support in composer.json
  • Loading branch information
zero2one authored Jan 28, 2021
2 parents 6bafaf0 + 3b325e0 commit 4b35de4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
23 changes: 18 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,33 @@

All Notable changes to **Digipolis DG Cookiebot** module.

## [8.x-1.0-alpha2]
## [1.0.1]

### Fixed

* Fix Drupal 9.x support in composer.json.

## [1.0.0]

### Added

* Add support for Drupal 9.

## [1.0.0-alpha2]

### Added

* CCM-54: Added simple block to add the cookie settings link to a region

## [8.x-1.0-alpha1]
## [1.0.0-alpha1]

### Added

* CCM-39: Added the [COOKIEBOT_DECLARATION] placeholder filter.
* CCM-30: Added the proper data-cookieconsent level to video_embed_field when
the privacy option is enabled.

[8.x-1.0-alpha2]: https://github.com/digipolisgent/drupal_module_dg-cookiebot/compare/8.x-1.0-alpha1...8.x-1.0-alpha2
[8.x-1.0-alpha1]: https://github.com/digipolisgent/drupal_module_dg-cookiebot/releases/tag/8.x-1.0-alpha1
[Unreleased]: https://github.com/digipolisgent/drupal_module_dg-cookiebot/compare/8.x-1.x...8.x-1.x-dev
[1.0.1]: https://github.com/digipolisgent/drupal_module_dg-cookiebot/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/digipolisgent/drupal_module_dg-cookiebot/compare/1.0.0-alpha2...1.0.0
[1.0.0-alpha2]: https://github.com/digipolisgent/drupal_module_dg-cookiebot/compare/1.0.0-alpha1...1.0.0-alpha2
[1.0.0-alpha1]: https://github.com/digipolisgent/drupal_module_dg-cookiebot/releases/tag/1.0.0-alpha1
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@
"require": {
"php": "^7.3",
"drupal/cookiebot": "^1.0@alpha",
"drupal/core": "^8.5"
"drupal/core": "^8.8 || ^9.0"
},
"require-dev": {
"digipolisgent/qa-drupal": "^1.4.1",
"sensiolabs/security-checker": "^6.0"
"digipolisgent/qa-drupal": "^1.4"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 4b35de4

Please sign in to comment.