diff --git a/CHANGELOG.md b/CHANGELOG.md index f37cd75..b47e7e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +2.1 - 2023.04.24 +* require Dotclear 2.26 +* fix nullsafe warnings +* remove magic + 2.0 - 2023.04.11 * require Dotclear 2.26 * use namespace diff --git a/_define.php b/_define.php index 8967ab7..a9adaf6 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'Blog Anniv', 'Counting the number of days before and after a particular date', 'Fran6t, Pierre Van Glabeke and Contributors', - '2.0', + '2.1', [ 'requires' => [['core', '2.26']], 'permissions' => dcCore::app()->auth->makePermissions([ diff --git a/dcstore.xml b/dcstore.xml index dc18bf5..14b84b3 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Blog Anniv - 2.0 + 2.1 Fran6t, Pierre Van Glabeke and Contributors Counting the number of days before and after a particular date - https://github.com/JcDenis/bloganniv/releases/download/v2.0/plugin-bloganniv.zip + https://github.com/JcDenis/bloganniv/releases/download/v2.1/plugin-bloganniv.zip 2.26 https://plugins.dotaddict.org/dc2/details/bloganniv https://github.com/JcDenis/bloganniv