diff --git a/CHANGELOG.md b/CHANGELOG.md index 161139a..c3da2e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/_admin.php b/_admin.php index 115b7a3..1c7515e 100644 --- a/_admin.php +++ b/_admin.php @@ -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 diff --git a/_define.php b/_define.php index e840311..95eac09 100644 --- a/_define.php +++ b/_define.php @@ -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']], diff --git a/_prepend.php b/_prepend.php index d9081c0..8175018 100644 --- a/_prepend.php +++ b/_prepend.php @@ -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 diff --git a/dcstore.xml b/dcstore.xml index 0a9a98e..10cbbfd 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ dcLog - 1.1 - Tomtom (http://blog.zenstyle.fr) and Contributors + 1.1.1 + Tomtom and Contributors Displays Dotclear logs - https://github.com/JcDenis/dcLog/releases/download/v1.1/plugin-dcLog.zip + https://github.com/JcDenis/dcLog/releases/download/v1.1.1/plugin-dcLog.zip 2.24 https://plugins.dotaddict.org/dc2/details/dcLog https://github.com/JcDenis/dcLog diff --git a/inc/class.dc.log.list.php b/inc/class.dc.log.list.php index 0776af5..503759c 100644 --- a/inc/class.dc.log.list.php +++ b/inc/class.dc.log.list.php @@ -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 diff --git a/index.php b/index.php index 9641c7c..064171d 100644 --- a/index.php +++ b/index.php @@ -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