release 1.6

This commit is contained in:
Jean-Christian Paul Denis 2023-08-15 21:52:42 +02:00
parent 73f9b6f83a
commit 38b7d54089
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
4 changed files with 57 additions and 45 deletions

View File

@ -1,21 +1,34 @@
1.5.2 - 2023.06.21 templator 1.6 - 2023.08.15
- require dotclear 2.26 ===========================================================
- require PHP 8.1+ * Require Dotclear 2.27
- fix unset template path * Require PHP 8.1
* Upgrade to Dotclear 2.27 stable
* Move third party repository
* Use Dotclear style for CHANGELOG
1.5.1 - 2023.05.13 templator 1.5.2 - 2023.06.21
- require dotclear 2.26 ===========================================================
- require PHP 8.1+ * require dotclear 2.26
- use define php_min * require PHP 8.1+
* fix unset template path
1.5 - 2023.05.09 templator 1.5.1 - 2023.05.13
- require dotclear 2.26 ===========================================================
- require PHP 8.1+ * require dotclear 2.26
- use namespace * require PHP 8.1+
* use define php_min
1.4 templator 1.5 - 2023.05.09
- Update to dotclear 2.24 ===========================================================
- Refresh backend * require dotclear 2.26
* require PHP 8.1+
* use namespace
1.3.3 templator 1.4
- First commit from templator 1.3.3 ===========================================================
* Update to dotclear 2.24
* Refresh backend
templator 1.3.3
===========================================================
* First commit from templator 1.3.3

View File

@ -1,11 +1,10 @@
# README # README
[![Release](https://img.shields.io/github/v/release/JcDenis/templator)](https://github.com/JcDenis/templator/releases) [![Release](https://img.shields.io/badge/release-1.6-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/templator/releases)
[![Date](https://img.shields.io/github/release-date/JcDenis/templator)](https://github.com/JcDenis/templator/releases) [![Date](https://img.shields.io/badge/date-2023.08.15-c44d58.svg)](https://git.dotclear.watch/JcDenis/templator/releases)
[![Issues](https://img.shields.io/github/issues/JcDenis/templator)](https://github.com/JcDenis/templator/issues) [![Dotclear](https://img.shields.io/badge/dotclear-v2.27-137bbb.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-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/templator)
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/templator) [![License](https://img.shields.io/github/license/JcDenis/templator)](https://git.dotclear.watch/JcDenis/templator/blob/master/LICENSE)
[![License](https://img.shields.io/github/license/JcDenis/templator)](https://github.com/JcDenis/templator/blob/master/LICENSE)
## WHAT IS TEMPLATOR ? ## WHAT IS TEMPLATOR ?
@ -20,8 +19,8 @@ You can attribute a template to a post or a category.
_templator_ requires: _templator_ requires:
* conten admin or templator * content admin or templator
* Dotclear 2.26 * Dotclear 2.27
* PHP 8.1+ * PHP 8.1+
* A writable directory on public path to store tempaltes * A writable directory on public path to store tempaltes
@ -36,8 +35,8 @@ You can manage your additional templates from menu
## 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/templator) * Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/templator) or [GitHub Page](https://github.com/JcDenis/templator)
* Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/templator) * Packages & details: [Gitea Page](https://git.dotclear.watch/JcDenis/templator/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/templator)
* Discuss and help : [Dotclear Forum](http://forum.dotclear.net/viewtopic.php?id=42059) * Discuss and help : [Dotclear Forum](http://forum.dotclear.net/viewtopic.php?id=42059)
## CONTRIBUTORS ## CONTRIBUTORS

View File

@ -18,19 +18,19 @@ $this->registerModule(
'Templates engine', 'Templates engine',
'Create and select more templates for your posts', 'Create and select more templates for your posts',
'Osku and contributors', 'Osku and contributors',
'1.5.2', '1.6',
[ [
'requires' => [ 'requires' => [
['php', '8.1'], ['php', '8.1'],
['core', '2.26'], ['core', '2.27'],
], ],
'permissions' => dcCore::app()->auth->makePermissions([ 'permissions' => dcCore::app()->auth->makePermissions([
dcCore::app()->auth::PERMISSION_CONTENT_ADMIN, dcCore::app()->auth::PERMISSION_CONTENT_ADMIN,
initTemplator::PERMISSION_TEMPLATOR, initTemplator::PERMISSION_TEMPLATOR,
]), ]),
'type' => 'plugin', 'type' => 'plugin',
'support' => 'https://github.com/JcDenis/templator', 'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues',
'details' => 'https://plugins.dotaddict.org/dc2/details/templator', 'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md',
'repository' => 'https://raw.githubusercontent.com/JcDenis/templator/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="templator"> <module id="templator">
<name>Templates engine</name> <name>Templates engine</name>
<version>1.5.2</version> <version>1.6</version>
<author>Osku and contributors</author> <author>Osku and contributors</author>
<desc>Create and select more templates for your posts</desc> <desc>Create and select more templates for your posts</desc>
<file>https://github.com/JcDenis/templator/releases/download/v1.5.2/plugin-templator.zip</file> <file>https://git.dotclear.watch/JcDenis/templator/releases/download/v1.6/plugin-templator.zip</file>
<da:dcmin>2.26</da:dcmin> <da:dcmin>2.27</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/templator</da:details> <da:details>https://git.dotclear.watch/JcDenis/templator/src/branch/master/README.md</da:details>
<da:support>https://github.com/JcDenis/templator</da:support> <da:support>https://git.dotclear.watch/JcDenis/templator/issues</da:support>
</module> </module>
</modules> </modules>