Home
last modified time | relevance | path

Searched refs:latestVersion (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DDistribution.php90 public function setLatestVersion(Version $latestVersion) argument
92 $this->latestVersion = $latestVersion;
99 return $this->latestVersion;
/plugin/structpublish/action/
H A Dmigration.php51 $latestVersion = $this->getLatestVersion();
52 if (isset($dbVersionStructpublish) && (int) $dbVersionStructpublish >= $latestVersion) {
57 $pending = range(($dbVersionStructpublish ?: 0) + 1, $latestVersion);
/plugin/sqlite/
H A DSQLiteDB.php424 $latestVersion = $this->latestDbVersion();
426 if ($currentVersion === $latestVersion) return;
428 for ($newVersion = $currentVersion + 1; $newVersion <= $latestVersion; $newVersion++) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php1012 $latestVersion = file_get_contents('https://phar.phpunit.de/latest-version-of/phpunit');