Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions API.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
/**
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

### 5.0.2 - 02/03/2026

- Updated API documentation


### 5.0.1

- Added plugin category for Marketplace
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading