release 1.1
This commit is contained in:
parent
9aee331b92
commit
ca80bb69c7
@ -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
|
||||
|
@ -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
|
||||
|
12
_define.php
12
_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',
|
||||
]
|
||||
);
|
||||
|
@ -2,11 +2,11 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="httpPassword">
|
||||
<name>Http password</name>
|
||||
<version>1.0</version>
|
||||
<version>1.1</version>
|
||||
<author>Frederic PLE and contributors</author>
|
||||
<desc>Manage .htpasswd file to make the blog private</desc>
|
||||
<file>https://github.com/JcDenis/httpPassword/releases/download/v1.0/plugin-httpPassword.zip</file>
|
||||
<da:dcmin>2.24</da:dcmin>
|
||||
<file>https://github.com/JcDenis/httpPassword/releases/download/v1.1/plugin-httpPassword.zip</file>
|
||||
<da:dcmin>2.26</da:dcmin>
|
||||
<da:details>http://plugins.dotaddict.org/dc2/details/httpPassword</da:details>
|
||||
<da:support>https://github.com/JcDenis/httpPassword</da:support>
|
||||
</module>
|
||||
|
Loading…
Reference in New Issue
Block a user