release 1.1.1
This commit is contained in:
parent
6588ab0906
commit
3b39803368
@ -1,3 +1,7 @@
|
||||
1.1.1
|
||||
- use abstract plugin name
|
||||
- fix permissions
|
||||
|
||||
1.1 - 2022.11.27
|
||||
- Required Dotclear 2.24
|
||||
- Enhance list filters
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @package Dotclear
|
||||
* @subpackage Plugin
|
||||
*
|
||||
* @author Tomtom (http://blog.zenstyle.fr) and Contributors
|
||||
* @author Tomtom and Contributors
|
||||
*
|
||||
* @copyright Jean-Christian Denis
|
||||
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @package Dotclear
|
||||
* @subpackage Plugin
|
||||
*
|
||||
* @author Tomtom (http://blog.zenstyle.fr) and Contributors
|
||||
* @author Tomtom and Contributors
|
||||
*
|
||||
* @copyright Jean-Christian Denis
|
||||
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||
@ -17,7 +17,7 @@ if (!defined('DC_RC_PATH')) {
|
||||
$this->registerModule(
|
||||
'dcLog',
|
||||
'Displays Dotclear logs',
|
||||
'Tomtom (http://blog.zenstyle.fr) and Contributors',
|
||||
'Tomtom and Contributors',
|
||||
'1.1.1',
|
||||
[
|
||||
'requires' => [['core', '2.24']],
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @package Dotclear
|
||||
* @subpackage Plugin
|
||||
*
|
||||
* @author Tomtom (http://blog.zenstyle.fr) and Contributors
|
||||
* @author Tomtom and Contributors
|
||||
*
|
||||
* @copyright Jean-Christian Denis
|
||||
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
@ -2,10 +2,10 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="dcLog">
|
||||
<name>dcLog</name>
|
||||
<version>1.1</version>
|
||||
<author>Tomtom (http://blog.zenstyle.fr) and Contributors</author>
|
||||
<version>1.1.1</version>
|
||||
<author>Tomtom and Contributors</author>
|
||||
<desc>Displays Dotclear logs</desc>
|
||||
<file>https://github.com/JcDenis/dcLog/releases/download/v1.1/plugin-dcLog.zip</file>
|
||||
<file>https://github.com/JcDenis/dcLog/releases/download/v1.1.1/plugin-dcLog.zip</file>
|
||||
<da:dcmin>2.24</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/dcLog</da:details>
|
||||
<da:support>https://github.com/JcDenis/dcLog</da:support>
|
||||
|
@ -5,7 +5,7 @@
|
||||
* @package Dotclear
|
||||
* @subpackage Plugin
|
||||
*
|
||||
* @author Tomtom (http://blog.zenstyle.fr) and Contributors
|
||||
* @author Tomtom and Contributors
|
||||
*
|
||||
* @copyright Jean-Christian Denis
|
||||
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
Loading…
Reference in New Issue
Block a user