Skip to content

v3.1.1

Latest

Choose a tag to compare

@RoyVoetman RoyVoetman released this 11 May 18:26
3465e5a

With last API versions of GitLab, spaces replaced by "+" in paths are refused.
So usage of urlencode() is prohibed, solution: replace use of urlencode() by rawurlencode()

Thanks to ElGigi for making the PR