Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Add support for Drupal 8.7.x #473

Merged
merged 7 commits into from
Apr 23, 2019
Merged

Add support for Drupal 8.7.x #473

merged 7 commits into from
Apr 23, 2019

Conversation

pfrenssen
Copy link
Contributor

The first release candidate of Drupal 8.7 has been released. This is a good moment to start supporting Drupal 8.7, and start experimental support of Drupal 8.8.

@pfrenssen pfrenssen force-pushed the support-drupal-8.7.x branch from 2ac1476 to 4ca9ec7 Compare April 22, 2019 13:18
@pfrenssen
Copy link
Contributor Author

There were a whole bunch of deprecation warnings when upgrading to 8.7. Most of them were pretty easy to fix since they link to change records with relevant information.

One of the changes is incompatible with Drupal 8.6 and throws a deprecation warning on 8.7: https://www.drupal.org/node/3016699

We could exclude this deprecation warning from being checked, or we can declare a dependency on 8.7. I have opted for the latter, since this is consistent with how we did previous releases for OG.

This change will not be disruptive for end users, since they can still use the current 8.x-1.0-alpha2 release for as long as they are on Drupal 8.6, and will automatically update to the upcoming alpha3 release when they move to Drupal 8.7.

The release of 8.7 is planned for next week, and at that point 8.6 will be deprecated anyway. We could plan a release for OG shortly after Drupal 8.7 is released.

@pfrenssen
Copy link
Contributor Author

Thanks for review!

@amitaibu
Copy link
Member

I have opted for the latter, since this is consistent with how we did previous releases for OG

I agree, good call.

We could plan a release for OG shortly after Drupal 8.7 is released.

Sounds like a good plan.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants