release 1.0
This commit is contained in:
parent
ba6d56332e
commit
7a3ef270df
@ -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
|
||||
|
@ -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([
|
||||
|
@ -2,10 +2,10 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="bloganniv">
|
||||
<name>Blog Anniv</name>
|
||||
<version>2.0</version>
|
||||
<version>2.1</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.0/plugin-bloganniv.zip</file>
|
||||
<file>https://github.com/JcDenis/bloganniv/releases/download/v2.1/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