Skip to content

Commit

Permalink
chore: wrapping up v5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Oct 10, 2024
1 parent 7a3d56e commit 76f2216
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Version history
===============

5.2 (2024-10-10):

- added: added a configuration to control if users are matched on email

5.1 (2024-06-28):

- changed: added compatibility with Elgg 6
Expand Down
2 changes: 1 addition & 1 deletion elgg-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

return [
'plugin' => [
'version' => '5.1',
'version' => '5.2',
],
'settings' => [
'use_http_x_forwarded' => 0,
Expand Down

0 comments on commit 76f2216

Please sign in to comment.