Skip to content
Snippets Groups Projects
Commit 41239faa authored by Konstantinos Platis's avatar Konstantinos Platis
Browse files

Merge version 1.4.6 into master

parents 57b5b7cc 849bf074
No related branches found
No related tags found
1 merge request!47Fix module requirements for D9-version
......@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.4.6] - 14/01/2021
- Fix module requirements for D9-version
## [1.4.5] - 14/01/2021
- Update module to be D9-ready
......
......@@ -2,7 +2,7 @@ name: CERN Display Formats
type: module
description: 'Provides a set of display formats designed for the needs of the CERN users.'
package: Web Team Drupal Library
version: 1.4.5
version: 1.4.6
core: '8.x'
core_version_requirement: ^8 || ^9
dependencies:
......
{
"name": "drupal/cern-display-formats",
"description": "Defines a set of views display formats",
"version": "1.4.5",
"version": "1.4.6",
"type": "drupal-custom-module",
"license": "GPL-2.0-or-later",
"authors": [
......@@ -17,6 +17,6 @@
}
],
"require": {
"drupal/components": "^1.1"
"drupal/components": "^2.0"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment