release 2.2
This commit is contained in:
parent
a23361d857
commit
fa8cb9c291
@ -1,3 +1,7 @@
|
||||
2.2 - 2023.05.13
|
||||
* require Dotclear 2.26
|
||||
* release for Dotclear 2.26 stable
|
||||
|
||||
2.1 - 2023.04.24
|
||||
* require Dotclear 2.26
|
||||
* fix nullsafe warnings
|
||||
|
@ -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.1',
|
||||
'2.2',
|
||||
[
|
||||
'requires' => [['core', '2.26']],
|
||||
'permissions' => dcCore::app()->auth->makePermissions([
|
||||
|
@ -2,10 +2,10 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="bloganniv">
|
||||
<name>Blog Anniv</name>
|
||||
<version>2.1</version>
|
||||
<version>2.2</version>
|
||||
<author>Fran6t, Pierre Van Glabeke and Contributors</author>
|
||||
<desc>Counting the number of days before and after a particular date</desc>
|
||||
<file>https://github.com/JcDenis/bloganniv/releases/download/v2.1/plugin-bloganniv.zip</file>
|
||||
<file>https://github.com/JcDenis/bloganniv/releases/download/v2.2/plugin-bloganniv.zip</file>
|
||||
<da:dcmin>2.26</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/bloganniv</da:details>
|
||||
<da:support>https://github.com/JcDenis/bloganniv</da:support>
|
||||
|
Loading…
Reference in New Issue
Block a user