diff --git a/CHANGELOG.md b/CHANGELOG.md index 61fab9e..07d6c05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +FrontendSession 0.3 - 2025.01.11 +========================================================== +* Require Dotclear 2.33-dev +* Require PHP 8.3 +* Add pending user status + FrontendSession 0.2 - 2024.12.31 =========================================================== * Require Dotclear 2.33-dev diff --git a/_define.php b/_define.php index 50f3c69..4198ed4 100644 --- a/_define.php +++ b/_define.php @@ -17,7 +17,7 @@ $this->registerModule( 'Frontend sessions', 'Allow session on frontend.', 'Jean-Christian Paul Denis and Contributors', - '0.2', + '0.3', [ 'requires' => [['core', '2.33']], 'settings' => ['blog' => '#params.' . $this->id . '_params'],