From b937f95744782e6826e4ed6095f73ff1084244e0 Mon Sep 17 00:00:00 2001 From: Lachlan Reynolds Date: Thu, 26 Feb 2026 14:09:38 +1300 Subject: [PATCH] Updated API documentation --- API.php | 7 +++++++ CHANGELOG.md | 5 +++++ plugin.json | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/API.php b/API.php index cb0f8f6..df5767e 100644 --- a/API.php +++ b/API.php @@ -15,6 +15,13 @@ use Piwik\Plugins\CustomTranslations\TranslationTypes\TranslationType; use Piwik\Plugins\CustomTranslations\TranslationTypes\TranslationTypeProvider; +/** + * Public API for managing CustomTranslations translation values and metadata. + * + * All endpoints exposed by this API require Super User access. + * + * @method static \Piwik\Plugins\CustomTranslations\API getInstance() + */ class API extends \Piwik\Plugin\API { /** diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ebf05..0db99bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +### 5.0.2 - 02/03/2026 + +- Updated API documentation + + ### 5.0.1 - Added plugin category for Marketplace diff --git a/plugin.json b/plugin.json index 1ed4592..dc5c60c 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "CustomTranslations", "description": "Translate entities and tracked values into different languages. For example Custom dimensions, dashboard names, custom report names, event values, ...", - "version": "5.0.1", + "version": "5.0.2", "theme": false, "require": { "matomo": ">=5.0.0-b1,<6.0.0-b1"