diff --git a/CHANGES.txt b/CHANGES.txt index e544a42..e7a52b8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,14 @@ Version history =============== +11.1 (2023-01-19): + +- added: remote translation synchronization +- added: show translations with invalid variables in the plugin list +- added: translation snapshots +- changed: moved some js files and updated codestyle +- fixed: import breadcrumb link + 11.0.1 (2022-10-27): - fixed: toggle language selector not working diff --git a/elgg-plugin.php b/elgg-plugin.php index e5f8bea..c1cc77d 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -10,7 +10,7 @@ return [ 'plugin' => [ - 'version' => '11.0.1', + 'version' => '11.1', ], 'bootstrap' => Bootstrap::class, 'actions' => [