Skip to content

Commit

Permalink
chore: wrapping up v11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jan 19, 2023
1 parent ba1df33 commit 7c34313
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion elgg-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

return [
'plugin' => [
'version' => '11.0.1',
'version' => '11.1',
],
'bootstrap' => Bootstrap::class,
'actions' => [
Expand Down

0 comments on commit 7c34313

Please sign in to comment.