Lines Matching refs:currentVersion
2358 $currentVersion = null;
2366 if ($currentVersion !== null) {
2367 $versions[] = $currentVersion;
2369 $currentVersion = [
2378 … elseif ($currentVersion !== null && preg_match('/^### (.+)$/', $trimmed, $matches)) {
2380 $currentVersion['items'][] = [
2386 …elseif ($currentVersion !== null && preg_match('/^- \*\*(.+?):\*\*\s*(.+)$/', $trimmed, $matches))…
2387 $currentVersion['items'][] = [
2393 elseif ($currentVersion !== null && preg_match('/^- (.+)$/', $trimmed, $matches)) {
2394 $currentVersion['items'][] = [
2401 if ($currentVersion !== null) {
2402 $versions[] = $currentVersion;
6255 $currentVersion = isset($info['version']) ? trim($info['version']) : 'unknown';
6259 'version' => $currentVersion,