release 2022.11.20

master
Jean-Christian Paul Denis 2022-11-20 17:28:16 +01:00
parent c4a8dcd2dc
commit 9dd6b724c1
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
4 changed files with 8 additions and 5 deletions

View File

@ -4,6 +4,9 @@ xxx.xx.xx
- [ ] Add public page of the list of know urls and in/visible status
- [ ] Add passworded links
2022.11.20
- fix compatibility with Dotclear 2.24 (required)
2021.11.06
- never fix breaking comments or complexe public url (add warning)
- fix permissions (dc 2.20)

View File

@ -3,7 +3,7 @@
[![Release](https://img.shields.io/github/v/release/JcDenis/kUtRL)](https://github.com/JcDenis/kUtRL/releases)
[![Date](https://img.shields.io/github/release-date/JcDenis/kUtRL)](https://github.com/JcDenis/kUtRL/releases)
[![Issues](https://img.shields.io/github/issues/JcDenis/kUtRL)](https://github.com/JcDenis/kUtRL/issues)
[![Dotclear](https://img.shields.io/badge/dotclear-v2.20-blue.svg)](https://fr.dotclear.org/download)
[![Dotclear](https://img.shields.io/badge/dotclear-v2.24-blue.svg)](https://fr.dotclear.org/download)
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/kUtRL)
[![License](https://img.shields.io/github/license/JcDenis/kUtRL)](https://github.com/JcDenis/kUtRL/blob/master/LICENSE)

View File

@ -18,7 +18,7 @@ $this->registerModule(
'Links shortener',
'Use, create and serve short url on your blog',
'Jean-Christian Denis and contributors',
'2022.11.12',
'2022.11.20',
[
'requires' => [['core', '2.24']],
'permissions' => dcCore::app()->auth->makePermissions([

View File

@ -2,11 +2,11 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="kUtRL">
<name>Links shortener</name>
<version>2021.11.06</version>
<version>2022.11.20</version>
<author>Jean-Christian Denis and contributors</author>
<desc>Use, create and serve short url on your blog</desc>
<file>https://github.com/JcDenis/kUtRL/releases/download/v2021.11.06/plugin-kUtRL.zip</file>
<da:dcmin>2.20</da:dcmin>
<file>https://github.com/JcDenis/kUtRL/releases/download/v2022.11.20/plugin-kUtRL.zip</file>
<da:dcmin>2.24</da:dcmin>
<da:details>http://plugins.dotaddict.org/dc2/details/kUtRL</da:details>
<da:support>https://github.com/JcDenis/kUtRL</da:support>
</module>