diff --git a/CHANGELOG.md b/CHANGELOG.md index ea0f65f..7b072d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,25 @@ -todo -* disable widgets +construction 1.8 - 2023.08.06 +=========================================================== +* Require Dotclear 2.27 +* Require PHP 7.4+ +* Upgrade to Dotclear 2.27 +* Move third party repository +* Use Dotclear style for changelog -1.7 - 2023.05.13 +construction 1.7 - 2023.05.13 +=========================================================== * require dotclear 2.26 * fix editor ID * fix nullsafe warnings * add plugin Unnistaller features -1.6 - 2023.04.10 +construction 1.6 - 2023.04.10 +=========================================================== * require dotclear 2.26 * use namespace -1.5 - 2022.12.31 +construction 1.5 - 2022.12.31 +=========================================================== * update to dotclear 2.24 * use json intead of serialize * use short settings names @@ -19,13 +27,16 @@ todo * use abstract plugin id * fix phpstan and php-cs-fixer errors -v1.4 - 20-12-2022 - Pierre Van Glebeke +construction 1.4 - 20-12-2022 - Pierre Van Glebeke +=========================================================== * màj partielle dc2.24 -v1.3.1 - 18/02/2018 - Pierre Van Glebeke +construction 1.3.1 - 18/02/2018 - Pierre Van Glebeke +=========================================================== * modif icon -v1.3 - 19/02/2015 - Pierre Van Glebeke +construction 1.3 - 19/02/2015 - Pierre Van Glebeke +=========================================================== * cosmétique dc2.6 * jeux mustek et currywurst * localisation diff --git a/README.md b/README.md index 8e5f364..b480131 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # README -[![Release](https://img.shields.io/github/v/release/JcDenis/construction)](https://github.com/JcDenis/construction/releases) -[![Date](https://img.shields.io/github/release-date/JcDenis/construction)](https://github.com/JcDenis/construction/releases) -[![Issues](https://img.shields.io/github/issues/JcDenis/construction)](https://github.com/JcDenis/construction/issues) -[![Dotclear](https://img.shields.io/badge/dotclear-v2.26-blue.svg)](https://fr.dotclear.org/download) +[![Release](https://img.shields.io/github/v/release/JcDenis/construction)](https://git.dotclear.watch/JcDenis/construction/releases) +[![Date](https://img.shields.io/github/release-date/JcDenis/construction)](https://git.dotclear.watch/JcDenis/construction/releases) +[![Issues](https://img.shields.io/github/issues/JcDenis/construction)](https://git.dotclear.watch/JcDenis/construction/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/construction) -[![License](https://img.shields.io/github/license/JcDenis/construction)](https://github.com/JcDenis/construction/blob/master/LICENSE) +[![License](https://img.shields.io/github/license/JcDenis/construction)](https://git.dotclear.watch/JcDenis/construction/blob/master/LICENSE) ## WHAT IS DISCLAIMER ? @@ -20,7 +20,7 @@ Blog can be accessible to defined IP addresses. _construction_ requires: * admin permissions on blog - * Dotclear 2.26 + * Dotclear 2.27 ## USAGE @@ -32,8 +32,8 @@ You can activate and setup _construction_ from sidebar menu "Construction". ## LINKS * License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) - * Source & contribution : [GitHub Page](https://github.com/JcDenis/construction) - * Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/construction) + * Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/construction) or [GitHub Page](https://github.com/JcDenis/construction) + * Packages & details : [Gitea Page](https://git.dotclear.watch/JcDenis/construction/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/construction) * Help & discuss : [Dotclear forum](http://forum.dotclear.org/viewtopic.php?id=42875) ## CONTRIBUTORS diff --git a/_define.php b/_define.php index 8c5bdca..89b484c 100644 --- a/_define.php +++ b/_define.php @@ -18,16 +18,16 @@ $this->registerModule( 'Construction', 'Place your blog maintenance', 'Osku and contributors', - '1.7', + '1.8', [ - 'requires' => [['core', '2.26']], + 'requires' => [['core', '2.27']], 'permissions' => dcCore::app()->auth->makePermissions([ dcAuth::PERMISSION_ADMIN, ]), 'priority' => 2000, 'type' => 'plugin', - 'support' => 'http://forum.dotclear.org/viewtopic.php?id=42875', - 'details' => 'https://plugins.dotaddict.org/dc2/details/' . basename(__DIR__), - 'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/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', ] ); diff --git a/dcstore.xml b/dcstore.xml index 2692e76..e04e743 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,12 +2,12 @@ Construction - 1.7 + 1.8 Osku and contributors Place your blog maintenance - https://github.com/JcDenis/construction/releases/download/v1.7/plugin-construction.zip - 2.26 - https://plugins.dotaddict.org/dc2/details/construction - http://forum.dotclear.org/viewtopic.php?id=42875 + https://gitea.dotclear.watch/JcDenis/construction/releases/download/v1.8/plugin-construction.zip + 2.27 + https://git.dotclear.watch/JcDenis/construction/src/branch/master/README.md + https://git.dotclear.watch/JcDenis/construction/issues