release 2023.08.13
This commit is contained in:
parent
1f2fd02790
commit
41d0f50ba1
25
CHANGELOG.md
25
CHANGELOG.md
@ -1,27 +1,40 @@
|
||||
2023.07.29
|
||||
myUrlHandlers 2023.08.13
|
||||
===========================================================
|
||||
* Require Dotclear 2.27
|
||||
* Require PHP 7.4
|
||||
* Move third party repository
|
||||
* Use Dotclear style for CHANGELOG
|
||||
|
||||
myUrlHandlers 2023.07.29
|
||||
===========================================================
|
||||
* require dotclear 2.27
|
||||
* require PHP 7.4+
|
||||
* update to dotclear 2.27-dev
|
||||
|
||||
2023.05.13
|
||||
myUrlHandlers 2023.05.13
|
||||
===========================================================
|
||||
* require dotclear 2.26
|
||||
* cleanup for dc2.26 stable
|
||||
|
||||
2023.04.22
|
||||
myUrlHandlers 2023.04.22
|
||||
===========================================================
|
||||
* require dotclear 2.26
|
||||
* add plugin Uninstaller features
|
||||
* fix nullsafe warnings
|
||||
|
||||
2023.03.27
|
||||
myUrlHandlers 2023.03.27
|
||||
===========================================================
|
||||
* require dotclear 2.26
|
||||
* use dotclear Helper
|
||||
|
||||
2023.03.11
|
||||
myUrlHandlers 2023.03.11
|
||||
===========================================================
|
||||
* Update to Dotclear 2.26
|
||||
* use abstract plugin id
|
||||
* use php namespace
|
||||
* use json instead of serialize
|
||||
* rename settings
|
||||
|
||||
2022.11.26
|
||||
myUrlHandlers 2022.11.26
|
||||
===========================================================
|
||||
* update to Dotclear 2.24
|
15
README.md
15
README.md
@ -1,11 +1,10 @@
|
||||
# README
|
||||
|
||||
[![Release](https://img.shields.io/github/v/release/JcDenis/myUrlHandlers)](https://github.com/JcDenis/myUrlHandlers/releases)
|
||||
[![Date](https://img.shields.io/github/release-date/JcDenis/myUrlHandlers)](https://github.com/JcDenis/myUrlHandlers/releases)
|
||||
[![Issues](https://img.shields.io/github/issues/JcDenis/myUrlHandlers)](https://github.com/JcDenis/myUrlHandlers/issues)
|
||||
[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-blue.svg)](https://fr.dotclear.org/download)
|
||||
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/myUrlHandlers)
|
||||
[![License](https://img.shields.io/github/license/JcDenis/myUrlHandlers)](https://github.com/JcDenis/myUrlHandlers/blob/master/LICENSE)
|
||||
[![Release](https://img.shields.io/badge/release-2023.08.13-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/myUrlHandlers/releases)
|
||||
[![Date](https://img.shields.io/badge/date-2023.08.13-c44d58.svg)](https://git.dotclear.watch/JcDenis/myUrlHandlers/releases)
|
||||
[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-137bbb.svg)](https://fr.dotclear.org/download)
|
||||
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/myUrlHandlers)
|
||||
[![License](https://img.shields.io/github/license/JcDenis/myUrlHandlers)](https://git.dotclear.watch/JcDenis/myUrlHandlers/blob/master/LICENSE)
|
||||
|
||||
## WHAT IS MYURLHANLDERS ?
|
||||
|
||||
@ -34,8 +33,8 @@ or you can add dashboard icon.
|
||||
## LINKS
|
||||
|
||||
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
|
||||
* Source & contribution : [GitHub Page](https://github.com/JcDenis/myUrlHandlers)
|
||||
* Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/myUrlHandlers)
|
||||
* Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/myUrlHandlers) or [GitHub Page](https://github.com/JcDenis/myUrlHandlers)
|
||||
* Packages & details: [Gitea Page](https://git.dotclear.watch/JcDenis/myUrlHandlers/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/myUrlHandlers)
|
||||
* Discuss and help : [Dotclear Forum](https://forum.dotclear.org/viewtopic.php?id=40893)
|
||||
|
||||
## CONTRIBUTORS
|
||||
|
@ -18,7 +18,7 @@ $this->registerModule(
|
||||
'URL handlers',
|
||||
'Change Dotclear URL handlers',
|
||||
'Alex Pirine and contributors',
|
||||
'2023.07.29',
|
||||
'2023.08.13',
|
||||
[
|
||||
'requires' => [['core', '2.27']],
|
||||
'permissions' => dcCore::app()->auth->makePermissions([
|
||||
@ -26,8 +26,8 @@ $this->registerModule(
|
||||
]),
|
||||
'priority' => 150000,
|
||||
'type' => 'plugin',
|
||||
'support' => 'https://github.com/JcDenis/myUrlHandlers',
|
||||
'details' => 'http://plugins.dotaddict.org/dc2/details/myUrlHandlers',
|
||||
'repository' => 'https://raw.githubusercontent.com/JcDenis/myUrlHandlers/master/dcstore.xml',
|
||||
'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues',
|
||||
'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md',
|
||||
'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml',
|
||||
]
|
||||
);
|
||||
|
@ -2,12 +2,12 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="myUrlHandlers">
|
||||
<name>URL handlers</name>
|
||||
<version>2023.07.29</version>
|
||||
<version>2023.08.13</version>
|
||||
<author>Alex Pirine and contributors</author>
|
||||
<desc>Change Dotclear URL handlers</desc>
|
||||
<file>https://github.com/JcDenis/myUrlHandlers/releases/download/v2023.07.29/plugin-myUrlHandlers.zip</file>
|
||||
<file>https://git.dotclear.watch/JcDenis/myUrlHandlers/releases/download/v2023.08.13/plugin-myUrlHandlers.zip</file>
|
||||
<da:dcmin>2.27</da:dcmin>
|
||||
<da:details>http://plugins.dotaddict.org/dc2/details/myUrlHandlers</da:details>
|
||||
<da:support>https://github.com/JcDenis/myUrlHandlers</da:support>
|
||||
<da:details>https://git.dotclear.watch/JcDenis/myUrlHandlers/src/branch/master/README.md</da:details>
|
||||
<da:support>https://git.dotclear.watch/JcDenis/myUrlHandlers/issues</da:support>
|
||||
</module>
|
||||
</modules>
|
||||
|
@ -16,7 +16,7 @@ namespace Dotclear\Plugin\myUrlHandlers;
|
||||
|
||||
use dcCore;
|
||||
use Dotclear\Core\Process;
|
||||
use Dotclear\Core\backend\Favorites;
|
||||
use Dotclear\Core\Backend\Favorites;
|
||||
|
||||
class Backend extends Process
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user