Forked from
project / automatic_updates
821 commits behind the upstream repository.
-
Issue #3236299 by kunal.sachdev, phenaproxima, Suresh Prabhu Parkala, tedbow: User should not be allowed to do update if it is from minor version to another minor version
Issue #3236299 by kunal.sachdev, phenaproxima, Suresh Prabhu Parkala, tedbow: User should not be allowed to do update if it is from minor version to another minor version
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ReadinessCheckEvent.php 202 B
<?php
namespace Drupal\automatic_updates\Event;
/**
* Event fired when checking if the site could perform an update.
*/
class ReadinessCheckEvent extends UpdateEvent {
use PackagesAwareTrait;
}