Drupal Core Update Log - NCIOCPL/cgov-digital-platform GitHub Wiki
2019-02-03
Tried upgrading.
Steps:
composer cgov-cleancomposer install- Updated patch
https://www.drupal.org/files/issues/2019-01-23/2599228-128_.patch composer update drupal/core
Results
Tons of errors:
Warning: Unexpected character in input: ' in /var/www/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php on line 56
Image browser does not work -- this was one of the reasons for updating. To remove all the errors for our language filter on the media view.
Outcome
Abandoned update for now.
2019-02-11
Updated to bf90583
Steps:
composer cgov-cleancomposer install- Found new patch for issue 2599228
composer require drupal/core:^8.7.0 --update-with-dependencies
2019-03-12
Updated to 8e41d63 Steps:
composer cgov-cleancomposer install- Commented out old patch from composer.json
composer cgov-cleancomposer installcomposer require drupal/core:^8.7.0 --update-with-dependencies- Found new patch for issue 2599228
- Added new patch to composer.json
composer cgov-cleancomposer install
The normal steps from 2/11 kept saying the patch could not be applied. Additionally, due to an issue in Twig, the core update bumped up the version (v1.38.0), but that had an issue. So we had to downgrade to 1.37.1.
2019-05-02
Updated to 5da135a
Steps:
composer cgov-clean- Edited
composer.json, removing the requirement line fordrupal/coreand adding"webflo/drupal-core-require-dev": "^8.7.0" composer installcomposer update drupal/core webflo/drupal-core-require-dev --with-dependencies