release 1.8

main v1.8
Jean-Christian Paul Denis 2023-08-06 21:49:52 +02:00
parent db52b2d87f
commit 0f5601e66d
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
4 changed files with 37 additions and 26 deletions

View File

@ -1,17 +1,25 @@
todo construction 1.8 - 2023.08.06
* disable widgets ===========================================================
* 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 * require dotclear 2.26
* fix editor ID * fix editor ID
* fix nullsafe warnings * fix nullsafe warnings
* add plugin Unnistaller features * add plugin Unnistaller features
1.6 - 2023.04.10 construction 1.6 - 2023.04.10
===========================================================
* require dotclear 2.26 * require dotclear 2.26
* use namespace * use namespace
1.5 - 2022.12.31 construction 1.5 - 2022.12.31
===========================================================
* update to dotclear 2.24 * update to dotclear 2.24
* use json intead of serialize * use json intead of serialize
* use short settings names * use short settings names
@ -19,13 +27,16 @@ todo
* use abstract plugin id * use abstract plugin id
* fix phpstan and php-cs-fixer errors * 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 * 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 * modif icon
v1.3 - 19/02/2015 - Pierre Van Glebeke construction 1.3 - 19/02/2015 - Pierre Van Glebeke
===========================================================
* cosmétique dc2.6 * cosmétique dc2.6
* jeux mustek et currywurst * jeux mustek et currywurst
* localisation * localisation

View File

@ -1,11 +1,11 @@
# README # README
[![Release](https://img.shields.io/github/v/release/JcDenis/construction)](https://github.com/JcDenis/construction/releases) [![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://github.com/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://github.com/JcDenis/construction/issues) [![Issues](https://img.shields.io/github/issues/JcDenis/construction)](https://git.dotclear.watch/JcDenis/construction/issues)
[![Dotclear](https://img.shields.io/badge/dotclear-v2.26-blue.svg)](https://fr.dotclear.org/download) [![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) [![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 ? ## WHAT IS DISCLAIMER ?
@ -20,7 +20,7 @@ Blog can be accessible to defined IP addresses.
_construction_ requires: _construction_ requires:
* admin permissions on blog * admin permissions on blog
* Dotclear 2.26 * Dotclear 2.27
## USAGE ## USAGE
@ -32,8 +32,8 @@ You can activate and setup _construction_ from sidebar menu "Construction".
## LINKS ## LINKS
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) * License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
* Source & contribution : [GitHub Page](https://github.com/JcDenis/construction) * Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/construction) or [GitHub Page](https://github.com/JcDenis/construction)
* Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/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) * Help & discuss : [Dotclear forum](http://forum.dotclear.org/viewtopic.php?id=42875)
## CONTRIBUTORS ## CONTRIBUTORS

View File

@ -18,16 +18,16 @@ $this->registerModule(
'Construction', 'Construction',
'Place your blog maintenance', 'Place your blog maintenance',
'Osku and contributors', 'Osku and contributors',
'1.7', '1.8',
[ [
'requires' => [['core', '2.26']], 'requires' => [['core', '2.27']],
'permissions' => dcCore::app()->auth->makePermissions([ 'permissions' => dcCore::app()->auth->makePermissions([
dcAuth::PERMISSION_ADMIN, dcAuth::PERMISSION_ADMIN,
]), ]),
'priority' => 2000, 'priority' => 2000,
'type' => 'plugin', 'type' => 'plugin',
'support' => 'http://forum.dotclear.org/viewtopic.php?id=42875', 'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues',
'details' => 'https://plugins.dotaddict.org/dc2/details/' . basename(__DIR__), 'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md',
'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml', 'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml',
] ]
); );

View File

@ -2,12 +2,12 @@
<modules xmlns:da="http://dotaddict.org/da/"> <modules xmlns:da="http://dotaddict.org/da/">
<module id="construction"> <module id="construction">
<name>Construction</name> <name>Construction</name>
<version>1.7</version> <version>1.8</version>
<author>Osku and contributors</author> <author>Osku and contributors</author>
<desc>Place your blog maintenance</desc> <desc>Place your blog maintenance</desc>
<file>https://github.com/JcDenis/construction/releases/download/v1.7/plugin-construction.zip</file> <file>https://gitea.dotclear.watch/JcDenis/construction/releases/download/v1.8/plugin-construction.zip</file>
<da:dcmin>2.26</da:dcmin> <da:dcmin>2.27</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/construction</da:details> <da:details>https://git.dotclear.watch/JcDenis/construction/src/branch/master/README.md</da:details>
<da:support>http://forum.dotclear.org/viewtopic.php?id=42875</da:support> <da:support>https://git.dotclear.watch/JcDenis/construction/issues</da:support>
</module> </module>
</modules> </modules>