From fa6477146e003a1648a4ac36a48d80466679b29a Mon Sep 17 00:00:00 2001 From: Konstantinos Platis <konstantinos.platis@cern.ch> Date: Fri, 4 Dec 2020 15:22:13 +0000 Subject: [PATCH 1/3] Add new file --- composer.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..db3dd3c --- /dev/null +++ b/composer.json @@ -0,0 +1,22 @@ +{ + "name": "drupal/cern-display-formats", + "description": "Defines a set of views display formats", + "version": "1.4.4", + "type": "drupal-custom-module", + "license": "GPL-2.0-or-later", + "authors": [ + { + "name": "Konstantinos Platis", + "email": "konstantinos.platis@cern.ch" + } + ], + "repositories": [ + { + "type": "composer", + "url": "https://packages.drupal.org/8" + } + ], + "require": { + "drupal/components": "^1.1" + } +} -- GitLab From 19d667e71919c83f880a1da19b3c6d785922d108 Mon Sep 17 00:00:00 2001 From: Konstantinos Platis <konstantinos.platis@cern.ch> Date: Fri, 4 Dec 2020 15:22:38 +0000 Subject: [PATCH 2/3] Update cern_display_formats.info.yml --- cern_display_formats.info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cern_display_formats.info.yml b/cern_display_formats.info.yml index c400a38..386ea1c 100755 --- a/cern_display_formats.info.yml +++ b/cern_display_formats.info.yml @@ -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.3 +version: 1.4.4 core: '8.x' dependencies: - drupal:views -- GitLab From 1a0e95bcfca7956a59f807080c66abc6ffe4363d Mon Sep 17 00:00:00 2001 From: Konstantinos Platis <konstantinos.platis@cern.ch> Date: Fri, 4 Dec 2020 15:23:56 +0000 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dee013..b1fe6e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.4] - 04/12/2020 +- Add composer.json file + ## [1.4.3] - 21/09/2020 - Apply fix for Owl Carousel library loading in Horizontal Boxes view display format - Modify display formats to keep css classes added manually in view config -- GitLab