diff --git a/CHANGELOG.md b/CHANGELOG.md index 225d209f733285fa001bd233996ccd8f9278e3e8..7fa9247acefe4dfd3769e883c3b839bad25fc7c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [3.0.2] - 27/10/2023 + +- Updated `ctools` to version `^4.0`. +- Updated `field_formatter_class` to version `^1.6`. +- Updated `smart_trim` to version `^2.1`. + ## [3.0.1] - 07/02/2023 - Re-add `composer.json` in preparation of optimised deployments. - Update CERN dependencies. diff --git a/cern_taxonomies.info.yml b/cern_taxonomies.info.yml index 6b6a70e0880e2812774a21c9e26c2156463cb6ce..71eee89e6e5cba436efb0eb2bb378cbe1af6d67f 100755 --- a/cern_taxonomies.info.yml +++ b/cern_taxonomies.info.yml @@ -1,39 +1,40 @@ -name: "CERN Taxonomies" -description: "Provides a set of pre-defined taxonomy terms, specially designed for the needs of CERN websites." -package: "CERN Home Exclusive" -type: module -version: 3.0.1 core_version_requirement: ^9 || ^10 dependencies: - - block - - cern_basic_page - - cern_configuration - - cern_event_page - - cern_faq_page - - cern_feature_story_page - - cern_indico_events - - cern_landing_page - - cern_news_pages - - cern_paragraph_author_info - - cern_resource_page - - cern_story_page - - cern_system_page - - cern_webcast_events - - content_translation - - ctools - - datetime - - ds - - field - - field_formatter_class - - file - - filefield_paths - - image - - language - - node - - path - - pathauto - - smart_trim - - taxonomy - - text - - user - - views +- block +- cern_basic_page +- cern_configuration +- cern_event_page +- cern_faq_page +- cern_feature_story_page +- cern_indico_events +- cern_landing_page +- cern_news_pages +- cern_paragraph_author_info +- cern_resource_page +- cern_story_page +- cern_system_page +- cern_webcast_events +- content_translation +- ctools +- datetime +- ds +- field +- field_formatter_class +- file +- filefield_paths +- image +- language +- node +- path +- pathauto +- smart_trim +- taxonomy +- text +- user +- views +description: Provides a set of pre-defined taxonomy terms, specially designed for + the needs of CERN websites. +name: CERN Taxonomies +package: CERN Home Exclusive +type: module +version: 3.0.2 diff --git a/composer.json b/composer.json index 530e1a386826b2f78d9fe1f71fedf710abb9c84a..7fd382fd159b92735d13972d32649ef250c75cee 100644 --- a/composer.json +++ b/composer.json @@ -1,48 +1,48 @@ { - "name": "drupal/cern-taxonomies", - "description": "Provides a set of pre-defined taxonomy terms, specially designed for the needs of CERN websites.", - "version": "3.0.1", - "type": "drupal-custom-module", - "license": "GPL-2.0-or-later", - "authors": [ - { - "name": "Joachim Valdemar Yde", - "email": "joachim.git@cern.ch" - }, - { - "name": "Konstantinos Platis", - "email": "konstantinos.platis@cern.ch" + "name": "drupal/cern-taxonomies", + "description": "Provides a set of pre-defined taxonomy terms, specially designed for the needs of CERN websites.", + "version": "3.0.2", + "type": "drupal-custom-module", + "license": "GPL-2.0-or-later", + "authors": [ + { + "name": "Joachim Valdemar Yde", + "email": "joachim.git@cern.ch" + }, + { + "name": "Konstantinos Platis", + "email": "konstantinos.platis@cern.ch" + } + ], + "repositories": [ + { + "type": "composer", + "url": "https://packages.drupal.org/8" + }, + { + "type": "vcs", + "url": "https://gitlab.cern.ch/web-team/drupal/public/d8/modules/cern-landing-page" + } + ], + "require": { + "drupal/cern-basic-page": "^3.0.0", + "drupal/cern-configuration": "^3.0.0", + "drupal/cern-event-page": "^3.0.0", + "drupal/cern-faq-page": "^3.0.0", + "drupal/cern-feature-story-page": "^3.0.0", + "drupal/cern-indico-feeds": "^3.0.0", + "drupal/cern-landing-page": "^3.0.0", + "drupal/cern-news-pages": "^3.0.0", + "drupal/cern-paragraph-types": "^3.0.0", + "drupal/cern-resource-page": "^3.0.0", + "drupal/cern-story-page": "^3.0.0", + "drupal/cern-system-page": "^3.0.0", + "drupal/cern-webcast-feeds": "^3.0.0", + "drupal/ctools": "^4.0", + "drupal/ds": "^3.9", + "drupal/field_formatter_class": "^1.6", + "drupal/filefield_paths": "^1.0", + "drupal/pathauto": "^1.8", + "drupal/smart_trim": "^2.1" } - ], - "repositories": [ - { - "type": "composer", - "url": "https://packages.drupal.org/8" - }, - { - "type": "vcs", - "url": "https://gitlab.cern.ch/web-team/drupal/public/d8/modules/cern-landing-page" - } - ], - "require": { - "drupal/cern-basic-page": "^3.0.0", - "drupal/cern-configuration": "^3.0.0", - "drupal/cern-event-page": "^3.0.0", - "drupal/cern-faq-page": "^3.0.0", - "drupal/cern-feature-story-page": "^3.0.0", - "drupal/cern-indico-feeds": "^3.0.0", - "drupal/cern-landing-page": "^3.0.0", - "drupal/cern-news-pages": "^3.0.0", - "drupal/cern-paragraph-types": "^3.0.0", - "drupal/cern-resource-page": "^3.0.0", - "drupal/cern-story-page": "^3.0.0", - "drupal/cern-system-page": "^3.0.0", - "drupal/cern-webcast-feeds": "^3.0.0", - "drupal/ctools": "^3.6", - "drupal/ds": "^3.9", - "drupal/field_formatter_class": "^1.5", - "drupal/filefield_paths": "^1.0", - "drupal/pathauto": "^1.8", - "drupal/smart_trim": "^1.3" - } -} +} \ No newline at end of file