diff --git a/CHANGELOG.md b/CHANGELOG.md index d42ca96f3ba3d8411349225e824a7bf24604d88d..0e22cd179bb75d63fed6b53146a16818ee3ff5fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,19 @@ 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] - 06/12/2023 + +- Updated `allowed_formats` to version `^3.0`. +- Updated `paragraphs` to version `^1.16`. +- Updated `pathauto` to version `^1.12`. +- Updated `scheduler` to version `^2.0`. + ## [3.0.1] - 08/03/2023 - Fix `handler` being `null` issue. ## [3.0.0] - 07/02/2023 - Made PHP 8.1 compatible. -- Made Drupal >=9.5.1 compatible. +- Made Drupal >=9.5.1 compatible. - Updated all dependencies, including CERN ones, to the newest available. - Remove `social_media` dependency. diff --git a/cern_news_pages.info.yml b/cern_news_pages.info.yml index ecd1be490e430b50c485fc023fe7ad032c3ec7ff..4bd75e4598edc9878611462abb0a72d1d2c876a8 100644 --- a/cern_news_pages.info.yml +++ b/cern_news_pages.info.yml @@ -1,47 +1,48 @@ -name: "CERN News Page" -description: "Provides News Page content type and related configuration. Content type for creating news nodes." -package: "CERN Home Exclusive" -type: module -version: 3.0.1 core_version_requirement: ^9 || ^10 dependencies: - - allowed_formats - - block - - cern_cds_media - - cern_configuration - - cern_feature_story_page - - cern_paragraph_author_info - - cern_paragraph_call_action_button - - cern_paragraph_featured_quote - - cern_paragraph_image_gallery - - cern_paragraph_slider - - cern_paragraph_text_component - - cern_story_page - - cern_taxonomies - - content_moderation - - content_translation - - ctools - - datetime - - ds - - entity_reference_revisions - - field - - field_formatter_class - - field_group - - file - - filefield_paths - - image - - jcarousel - - language - - menu_ui - - node - - options - - paragraphs - - path - - pathauto - - scheduler - - taxonomy - - text - - user - - views - - views_bulk_operations - - views_taxonomy_term_name_depth +- allowed_formats +- block +- cern_cds_media +- cern_configuration +- cern_feature_story_page +- cern_paragraph_author_info +- cern_paragraph_call_action_button +- cern_paragraph_featured_quote +- cern_paragraph_image_gallery +- cern_paragraph_slider +- cern_paragraph_text_component +- cern_story_page +- cern_taxonomies +- content_moderation +- content_translation +- ctools +- datetime +- ds +- entity_reference_revisions +- field +- field_formatter_class +- field_group +- file +- filefield_paths +- image +- jcarousel +- language +- menu_ui +- node +- options +- paragraphs +- path +- pathauto +- scheduler +- taxonomy +- text +- user +- views +- views_bulk_operations +- views_taxonomy_term_name_depth +description: Provides News Page content type and related configuration. Content type + for creating news nodes. +name: CERN News Page +package: CERN Home Exclusive +type: module +version: 3.0.2 diff --git a/composer.json b/composer.json index 5281f82b2554588d600815d79d5a1b02babecf7a..63806f400971737209f971fe46ecda8fbef4504f 100644 --- a/composer.json +++ b/composer.json @@ -1,44 +1,44 @@ { - "name": "drupal/cern-news-pages", - "description": "Provides News Page content type and related configuration. Content type for creating news nodes.", - "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-news-pages", + "description": "Provides News Page content type and related configuration. Content type for creating news nodes.", + "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" + } + ], + "require": { + "drupal/cern-cds-media": "^3.0.0", + "drupal/cern-configuration": "^3.0.0", + "drupal/cern-feature-story-page": "^3.0.0", + "drupal/cern-paragraph-types": "^3.0.0", + "drupal/cern-story-page": "^3.0.0", + "drupal/cern-taxonomies": "^3.0.0", + "drupal/allowed_formats": "^3.0", + "drupal/ctools": "^4.0", + "drupal/ds": "^3.15", + "drupal/entity_reference_revisions": "^1.10", + "drupal/field_formatter_class": "^1.6", + "drupal/field_group": "^3.4", + "drupal/filefield_paths": "^1.0@beta", + "drupal/jcarousel": "^6.0@alpha", + "drupal/paragraphs": "^1.16", + "drupal/pathauto": "^1.12", + "drupal/scheduler": "^2.0", + "drupal/views_bulk_operations": "^4.2", + "drupal/views_taxonomy_term_name_depth": "^7.2" } - ], - "repositories": [ - { - "type": "composer", - "url": "https://packages.drupal.org/8" - } - ], - "require": { - "drupal/cern-cds-media": "^3.0.0", - "drupal/cern-configuration": "^3.0.0", - "drupal/cern-feature-story-page": "^3.0.0", - "drupal/cern-paragraph-types": "^3.0.0", - "drupal/cern-story-page": "^3.0.0", - "drupal/cern-taxonomies": "^3.0.0", - "drupal/allowed_formats": "^2.0", - "drupal/ctools": "^4.0", - "drupal/ds": "^3.15", - "drupal/entity_reference_revisions": "^1.10", - "drupal/field_formatter_class": "^1.6", - "drupal/field_group": "^3.4", - "drupal/filefield_paths": "^1.0@beta", - "drupal/jcarousel": "^6.0@alpha", - "drupal/paragraphs": "^1.15", - "drupal/pathauto": "^1.11", - "drupal/scheduler": "^1.5", - "drupal/views_bulk_operations": "^4.2", - "drupal/views_taxonomy_term_name_depth": "^7.2" - } -} +} \ No newline at end of file