diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e44380..4f2fd32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -1.0 - 20221230 +1.1 - 2023.03.25 +- require dotclear 2.26 +- use namespace + +1.0 - 2022.12.30 - update to dotclear 2.24 - change settings names - remove debug mode diff --git a/README.md b/README.md index 7abd977..ab0ca08 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Release](https://img.shields.io/github/v/release/JcDenis/httpPassword)](https://github.com/JcDenis/httpPassword/releases) [![Date](https://img.shields.io/github/release-date/JcDenis/httpPassword)](https://github.com/JcDenis/httpPassword/releases) [![Issues](https://img.shields.io/github/issues/JcDenis/httpPassword)](https://github.com/JcDenis/httpPassword/issues) -[![Dotclear](https://img.shields.io/badge/dotclear-v2.24-blue.svg)](https://fr.dotclear.org/download) +[![Dotclear](https://img.shields.io/badge/dotclear-v2.26-blue.svg)](https://fr.dotclear.org/download) [![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/httpPassword) [![License](https://img.shields.io/github/license/JcDenis/httpPassword)](https://github.com/JcDenis/httpPassword/blob/master/LICENSE) @@ -19,7 +19,7 @@ Its helps to manage .httppassword files to make a blog private. _httpPassword_ requires: * httpPassword permission to configure - * Dotclear 2.24 + * Dotclear 2.26 * Write permissions on blogs directories ## USAGE diff --git a/_define.php b/_define.php index 08a6e6b..f0b7b57 100644 --- a/_define.php +++ b/_define.php @@ -18,16 +18,16 @@ $this->registerModule( 'Http password', 'Manage .htpasswd file to make the blog private', 'Frederic PLE and contributors', - '1.0', + '1.1', [ - 'requires' => [['core', '2.24']], + 'requires' => [['core', '2.26']], 'permissions' => dcCore::app()->auth->makePermissions([ dcAuth::PERMISSION_USAGE, initHttpPassword::PERMISSION, ]), - 'type' => 'plugin', - 'support' => 'https://github.com/JcDenis/' . basename(__DIR__), - 'details' => 'http://plugins.dotaddict.org/dc2/details/' . basename(__DIR__), - 'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml', + 'type' => 'plugin', + 'support' => 'https://github.com/JcDenis/' . basename(__DIR__), + 'details' => 'http://plugins.dotaddict.org/dc2/details/' . basename(__DIR__), + 'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml', ] ); diff --git a/dcstore.xml b/dcstore.xml index a502efb..71e3a45 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,11 +2,11 @@ Http password - 1.0 + 1.1 Frederic PLE and contributors Manage .htpasswd file to make the blog private - https://github.com/JcDenis/httpPassword/releases/download/v1.0/plugin-httpPassword.zip - 2.24 + https://github.com/JcDenis/httpPassword/releases/download/v1.1/plugin-httpPassword.zip + 2.26 http://plugins.dotaddict.org/dc2/details/httpPassword https://github.com/JcDenis/httpPassword