Skip to content

Commit 6c6d0cc

Browse files
committed
fix publish
1 parent c0ba42b commit 6c6d0cc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Types of changes:
1919
- fix long duplicate title generation (#665, thanks to @skazi0)
2020
- maintenance (#663, #673, #678, #686, #688)
2121

22+
2223
## 4.0.2 - 2020-12-29
2324

2425
- fix actions popover (#653)

tests/nextcloud-version.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ function getNCVersionFromComposer($path) {
1717
if (substr($v, 0, 1) == '^') {
1818
$v = substr($v, 1);
1919
}
20+
if (substr($v, 0, 2) == '>=') {
21+
$v = substr($v, 2);
22+
}
2023
return $v;
2124
}
2225

0 commit comments

Comments
 (0)