Update to Drupal 8.0.1. For more information, see https://www.drupal.org/node/2627402

This commit is contained in:
Pantheon Automation 2015-12-02 11:38:43 -08:00 committed by Greg Anderson
parent 013aaaf2ff
commit 1a0e9d9fac
153 changed files with 1268 additions and 670 deletions

View file

@ -34,6 +34,15 @@ function views_post_update_update_cacheability_metadata() {
}
/**
* @} End of "addtogroup updates-8.0.0-beta".
*/
/**
* @addtogroup updates-8.0.0-rc
* @{
*/
/**
* Update some views fields that were previously duplicated.
*/
@ -128,5 +137,5 @@ function views_post_update_cleanup_duplicate_views_data() {
}
/**
* @} End of "addtogroup updates-8.0.0-beta".
* @} End of "addtogroup updates-8.0.0-rc".
*/