Lines Matching refs:currentVersion
2440 $currentVersion = null;
2448 if ($currentVersion !== null) {
2449 $versions[] = $currentVersion;
2451 $currentVersion = [
2460 … elseif ($currentVersion !== null && preg_match('/^### (.+)$/', $trimmed, $matches)) {
2462 $currentVersion['items'][] = [
2468 …elseif ($currentVersion !== null && preg_match('/^- \*\*(.+?):\*\*\s*(.+)$/', $trimmed, $matches))…
2469 $currentVersion['items'][] = [
2475 elseif ($currentVersion !== null && preg_match('/^- (.+)$/', $trimmed, $matches)) {
2476 $currentVersion['items'][] = [
2483 if ($currentVersion !== null) {
2484 $versions[] = $currentVersion;
6351 $currentVersion = isset($info['version']) ? trim($info['version']) : 'unknown';
6355 'version' => $currentVersion,