diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c9d16a..0d59723d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,42 @@ # Changelog -## [1.21.0](https://github.com/openeuropa/oe_media/tree/1.21.0) (2022-12-05) +## [1.22.0](https://github.com/openeuropa/oe_media/tree/1.22.0) (2023-03-03) +[Full Changelog](https://github.com/openeuropa/oe_media/compare/1.21.2...1.22.0) + +**Closed issues:** + +- oe\_media\_webtools\_post\_update\_00005\(\) ERROR on openeuropa/oe\_media upgrade to v1.19 [\#204](https://github.com/openeuropa/oe_media/issues/204) + +**Merged pull requests:** + +- ISSUE-204: Make sure the field exists before updating its description. [\#205](https://github.com/openeuropa/oe_media/pull/205) ([22Alexandra](https://github.com/22Alexandra)) + +## [1.21.2](https://github.com/openeuropa/oe_media/tree/1.21.2) (2023-01-31) +[Full Changelog](https://github.com/openeuropa/oe_media/compare/1.21.1...1.21.2) + +**Fixed bugs:** +- Code in hook\_media\_presave\(\) is executed for all media types. [\#209](https://github.com/openeuropa/oe_media/issues/209) + +**Merged pull requests:** + +- EWPP-2932: Fix media\_avportal version. [\#219](https://github.com/openeuropa/oe_media/pull/219) ([22Alexandra](https://github.com/22Alexandra)) +- EWPP-2932: Update dependencies dev branches. [\#218](https://github.com/openeuropa/oe_media/pull/218) ([22Alexandra](https://github.com/22Alexandra)) + +## [1.21.1](https://github.com/openeuropa/oe_media/tree/1.21.1) (2023-01-12) +[Full Changelog](https://github.com/openeuropa/oe_media/compare/1.21.0...1.21.1) + +**Merged pull requests:** + +- OEL-2115: Update to PHP 8.1 [\#214](https://github.com/openeuropa/oe_media/pull/214) ([brummbar](https://github.com/brummbar)) +- OEL-2150: Fix assumptions that all medias using image source are coming from oe\_media. [\#213](https://github.com/openeuropa/oe_media/pull/213) ([brummbar](https://github.com/brummbar)) + +## [1.21.0](https://github.com/openeuropa/oe_media/tree/1.21.0) (2022-12-05) [Full Changelog](https://github.com/openeuropa/oe_media/compare/1.20.0...1.21.0) **Merged pull requests:** +- Prepare release 1.21.0. [\#212](https://github.com/openeuropa/oe_media/pull/212) ([imanoleguskiza](https://github.com/imanoleguskiza)) - EWPP-2832: Add Iframe title to media types using the Iframe source. [\#211](https://github.com/openeuropa/oe_media/pull/211) ([22Alexandra](https://github.com/22Alexandra)) ## [1.20.0](https://github.com/openeuropa/oe_media/tree/1.20.0) (2022-11-04) diff --git a/composer.json b/composer.json index d2d2eb2a..4c9d6d71 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "drupal/core": "^9.4", "drupal/entity_browser": "^2.5", "drupal/inline_entity_form": "~1.0-rc12", - "drupal/media_avportal": "dev-1.x", + "drupal/media_avportal": "^1.2", "drupal/embed": "^1.3", "drupal/file_link": "^2.0.4" }, @@ -18,7 +18,7 @@ "behat/behat": "^3.10", "behat/mink-selenium2-driver": "^1.5", "composer/installers": "~1.5", - "drupal/composite_reference": "2.2.x-dev", + "drupal/composite_reference": "^2.2", "drupal/config_devel": "^1.7", "drupal/core-composer-scaffold": "^9.4", "drupal/ctools": "^3.9", @@ -32,12 +32,12 @@ "masterminds/html5": "^2.7.6", "mikey179/vfsstream": "^1.6.10", "nikic/php-parser": "^4.12.0", - "openeuropa/behat-transformation-context": "dev-master", - "openeuropa/code-review": "2.x-dev", - "openeuropa/oe_link_lists": "dev-master", - "openeuropa/oe_oembed": "dev-master", - "openeuropa/oe_webtools": "dev-master", - "openeuropa/task-runner-drupal-project-symlink": "1.x-dev", + "openeuropa/behat-transformation-context": "^0.2", + "openeuropa/code-review": "^2.0.0-alpha6", + "openeuropa/oe_link_lists": "^0.20", + "openeuropa/oe_oembed": "^0.6", + "openeuropa/oe_webtools": "^1.21.1", + "openeuropa/task-runner-drupal-project-symlink": "^1.0-beta6", "phpspec/prophecy-phpunit": "^2", "symfony/css-selector": "^4.4.24", "symfony/dom-crawler": "^4.4.44", @@ -53,17 +53,9 @@ "post-update-cmd": "./vendor/bin/run drupal:site-setup" }, "repositories": [ - { - "type": "git", - "url": "https://github.com/openeuropa/composite_reference" - }, { "type": "composer", "url": "https://packages.drupal.org/8" - }, - { - "type": "git", - "url": "https://github.com/openeuropa/media_avportal" } ], "autoload": {