Skip to content

Commit

Permalink
Add D11 support and remove D10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasanne committed Aug 6, 2024
1 parent ed5797d commit 6bc76d7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [2.0.0]

### Added

* Add Drupal 11 support

### Remove

* Remove Drupal 10 support

## [1.4.0]

### Added
Expand Down Expand Up @@ -51,6 +61,7 @@ All Notable changes to **Digipolis DG Cookiebot** module.
* CCM-30: Added the proper data-cookieconsent level to video_embed_field when
the privacy option is enabled.

[2.0.0]: https://github.com/district09/drupal_module_dg-cookiebot/compare/1.4.0...2.0.0
[1.4.0]: https://github.com/district09/drupal_module_dg-cookiebot/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/district09/drupal_module_dg-cookiebot/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/district09/drupal_module_dg-cookiebot/compare/1.1.0...1.2.0
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"source": "https://github.com/digipolisgent/drupal_module_dg-cookiebot"
},
"require": {
"php": "^8.1",
"php": "^8.3",
"drupal/cookiebot": "^1.0@alpha",
"drupal/core": "^10.1"
"drupal/core": "^11.0"
},
"require-dev": {
"digipolisgent/qa-drupal": "^2.0"
"digipolisgent/qa-drupal": "^3.0"
},
"repositories": {
"drupal": {
Expand Down
4 changes: 2 additions & 2 deletions dg_cookiebot.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: 'Provides extra functionality on top of the Cookiebot module.'
package: Digipolis
configure: cookiebot.admin_settings_form

core_version_requirement: ^10
php: 8.1
core_version_requirement: ^11
php: 8.3

dependencies:
- cookiebot:cookiebot
Expand Down

0 comments on commit 6bc76d7

Please sign in to comment.