Skip to content

Commit 320eda8

Browse files
committed
chore: wrapping up v2.0
1 parent a17a7aa commit 320eda8

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Version history
22
===============
33

4+
2.0 (2026-01-21):
5+
6+
- added: plugin setting to allow/prevent classic login
7+
- added: whitelist of users who can use login by email
8+
- changed: updated for Elgg 6.3
9+
410
1.0 (2026-01-09):
511

612
- initial release

elgg-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
return [
1111
'plugin' => [
12-
'version' => '1.0',
12+
'version' => '2.0',
1313
],
1414
'bootstrap' => Bootstrap::class,
1515
'settings' => [

0 commit comments

Comments
 (0)