diff options
author | Andreas Gohr <andi@splitbrain.org> | 2025-03-15 15:11:49 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2025-03-15 15:11:49 +0100 |
commit | 0e1bcd98f42eda80271c89c08b64eb4ed0b40a3d (patch) | |
tree | f0712fea0fef65ef32aec5cfcc16ab23b5ac9e0c | |
parent | 72b0e523364ae0c255437ef22a1bba67dd9b28a4 (diff) | |
download | dokuwiki-0e1bcd98f42eda80271c89c08b64eb4ed0b40a3d.tar.gz dokuwiki-0e1bcd98f42eda80271c89c08b64eb4ed0b40a3d.zip |
increased API version
-rw-r--r-- | inc/Remote/ApiCore.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/Remote/ApiCore.php b/inc/Remote/ApiCore.php index 1c8de2ddf..dbdc1cc3a 100644 --- a/inc/Remote/ApiCore.php +++ b/inc/Remote/ApiCore.php @@ -23,7 +23,7 @@ use dokuwiki\Utf8\Sort; class ApiCore { /** @var int Increased whenever the API is changed */ - public const API_VERSION = 13; + public const API_VERSION = 14; /** * Returns details about the core methods @@ -916,9 +916,9 @@ class ApiCore } /** - * Returns a list of available revisions of a given wiki media - * + * Returns a list of available revisions of a given media file * + * Since API Version 14 * * @link https://www.dokuwiki.org/config:recent * @param string $media file id |