release 2021.09.02
parent
517a395d81
commit
f72e6dd4da
|
@ -1,5 +1,8 @@
|
||||||
xxxx.xx.xx
|
2021.09.02
|
||||||
- [x] update php headers to phpdoc style
|
- update php headers to phpdoc style
|
||||||
|
- add dcstore.xml pre-release file
|
||||||
|
- check translation
|
||||||
|
- clean up code
|
||||||
|
|
||||||
2021.08.23
|
2021.08.23
|
||||||
- update license
|
- update license
|
||||||
|
|
|
@ -19,7 +19,7 @@ $this->registerModule(
|
||||||
'Periodical',
|
'Periodical',
|
||||||
'Published periodically entries',
|
'Published periodically entries',
|
||||||
'Jean-Christian Denis and contributors',
|
'Jean-Christian Denis and contributors',
|
||||||
'2021.08.23',
|
'2021.09.02',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.19']],
|
'requires' => [['core', '2.19']],
|
||||||
'permissions' => 'usage,contentadmin',
|
'permissions' => 'usage,contentadmin',
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
|
<module id="periodical">
|
||||||
|
<name>Publications périodiques</name>
|
||||||
|
<version>2021.09.02</version>
|
||||||
|
<author>Jean-Christian Denis and contributors</author>
|
||||||
|
<desc>Published periodically entries</desc>
|
||||||
|
<file>https://github.com/JcDenis/periodical/releases/download/v2021.09.02/plugin-periodical.zip</file>
|
||||||
|
<da:details>https://plugins.dotaddict.org/dc2/details/periodical</da:details>
|
||||||
|
<da:support>https://github.com/JcDenis/periodical</da:support>
|
||||||
|
</module>
|
||||||
|
</modules>
|
Loading…
Reference in New Issue