diff --git a/CHANGES.txt b/CHANGES.txt index 2375fdc..96b792d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +16.2 (2024-08-07): + +- added: widget page manager can now edit page on the front end + 16.1.1 (2024-06-05): - several small chores/fixes diff --git a/elgg-plugin.php b/elgg-plugin.php index eea5a9b..937c62b 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -14,7 +14,7 @@ return [ 'plugin' => [ - 'version' => '16.1.1', + 'version' => '16.2', 'dependencies' => [ 'profile' => [ 'must_be_active' => false,