Issue #3275883: Warn if cron updates are enabled and the site is on an unsupported branch
Merged
requested to merge issue/automatic_updates-3275883:3275883-unsupported-validation into 8.x-2.x
All threads resolved!
Compare changes
- Adam G-H authored
+ 0
− 102
public function __construct(TranslationInterface $translation, ConfigFactoryInterface $config_factory) {
'The currently installed version of Drupal core, @version, is not in a supported minor version. Your site will not be automatically updated during cron until it is updated to a supported minor version.',
if ($supported_major && $this->configFactory->get('automatic_updates.settings')->get('allow_core_minor_updates')) {