Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #3168898: Release Thunder 6.0.2 #301

Merged
merged 1 commit into from
Sep 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [6.0.2](https://github.com/thunder/thunder-distribution/tree/6.0.2) 2020-09-03
[Full Changelog](https://github.com/thunder/thunder-distribution/compare/6.0.1...6.0.2)

Modal dialogs do not work with Drupal 9.0.4. Until a new release of Drupal has been done, we need to prevent installation of Drupal 9.0.4.

- Do [Make Thunder PHP 7.4 compatible](https://www.drupal.org/node/3168860)
- Fix [Prevent installing of Drupal 8.9.4/9.0.4](https://www.drupal.org/node/3168846)

## [6.0.1](https://github.com/thunder/thunder-distribution/tree/6.0.1) 2020-08-27
[Full Changelog](https://github.com/thunder/thunder-distribution/compare/6.0.0...6.0.1)

Expand Down
2 changes: 1 addition & 1 deletion thunder.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: profile
description: 'The Drupal based CMS for professional publishing.'
project: thunder
core_version_requirement: ^9
version: '6.0.1'
version: '6.0.2'

distribution:
name: Thunder
Expand Down