Skip to content

Commit 0e1bcd9

Browse files
committed
increased API version
1 parent 72b0e52 commit 0e1bcd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inc/Remote/ApiCore.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class ApiCore
2424
{
2525
/** @var int Increased whenever the API is changed */
26-
public const API_VERSION = 13;
26+
public const API_VERSION = 14;
2727

2828
/**
2929
* Returns details about the core methods
@@ -916,9 +916,9 @@ public function getMediaUsage($media)
916916
}
917917

918918
/**
919-
* Returns a list of available revisions of a given wiki media
920-
*
919+
* Returns a list of available revisions of a given media file
921920
*
921+
* Since API Version 14
922922
*
923923
* @link https://www.dokuwiki.org/config:recent
924924
* @param string $media file id

0 commit comments

Comments
 (0)