release 1.8

This commit is contained in:
Jean-Christian Paul Denis 2023-08-15 11:51:06 +02:00
parent 4029e0ea75
commit a74b1f8b43
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
4 changed files with 65 additions and 50 deletions

View File

@ -1,30 +1,46 @@
1.7.2 - 2023.06.17 lunarPhase 1.8 - 2023.08.14
- require dotclear 2.26 ===========================================================
- fix require php 8.1 * Require Dotclear 2.27
* Require PHP 8.1
* Upgrade to Dotclear 2.27 stable
* Move third party repository
* Use Dotclear style for CHANGELOG
1.7.1 - 2023.05.13 lunarPhase 1.7.2 - 2023.06.17
- require dotclear 2.26 ===========================================================
- cosmetic cleanup for dc2.26 stable * require dotclear 2.26
* fix require php 8.1
1.7 - 2023.04.25 lunarPhase 1.7.1 - 2023.05.13
- require dotclear 2.26 ===========================================================
- use namespace * require dotclear 2.26
* cosmetic cleanup for dc2.26 stable
1.6 - 2022.12.15 lunarPhase 1.7 - 2023.04.25
- update to dotclear 2.24 ===========================================================
* require dotclear 2.26
* use namespace
1.5 - 2015.04.23 - Pierre Van Glabeke : lunarPhase 1.6 - 2022.12.15
- modification url support ===========================================================
* update to dotclear 2.24
1.4 - 2015.02.06 - Pierre Van Glabeke : lunarPhase 1.5 - 2015.04.23 - Pierre Van Glabeke :
- modifications localisation ===========================================================
* modification url support
1.3 - 2014.12.14 - Pierre Van Glabeke : lunarPhase 1.4 - 2015.02.06 - Pierre Van Glabeke :
- compatibilité dc2.7 ===========================================================
* modifications localisation
1.2 2014.02.17 : lunarPhase 1.3 - 2014.12.14 - Pierre Van Glabeke :
- reprise par Pierre Van Glabeke ===========================================================
- correction bug (waning_crescent_moon) * compatibilité dc2.7
- images refaites (merci à 999Diaoul)
- compatibilité dc2.6 lunarPhase 1.2 2014.02.17 :
- fin de ligne unix ===========================================================
* reprise par Pierre Van Glabeke
* correction bug (waning_crescent_moon)
* images refaites (merci à 999Diaoul)
* compatibilité dc2.6
* fin de ligne unix

View File

@ -1,11 +1,10 @@
# README # README
[![Release](https://img.shields.io/github/v/release/JcDenis/lunarPhase)](https://github.com/JcDenis/lunarPhase/releases) [![Release](https://img.shields.io/badge/release-1.8-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/lunarPhase/releases)
[![Date](https://img.shields.io/github/release-date/JcDenis/lunarPhase)](https://github.com/JcDenis/lunarPhase/releases) [![Date](https://img.shields.io/badge/date-2023.08.15-c44d58.svg)](https://git.dotclear.watch/JcDenis/lunarPhase/releases)
[![Issues](https://img.shields.io/github/issues/JcDenis/lunarPhase)](https://github.com/JcDenis/lunarPhase/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/lunarPhase)
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/lunarPhase) [![License](https://img.shields.io/github/license/JcDenis/lunarPhase)](https://git.dotclear.watch/JcDenis/lunarPhase/blob/master/LICENSE)
[![License](https://img.shields.io/github/license/JcDenis/lunarPhase)](https://github.com/JcDenis/lunarPhase/blob/master/LICENSE)
## WHAT IS LUNARPHASE ? ## WHAT IS LUNARPHASE ?
@ -16,11 +15,11 @@ It shows lunar phases on a widget.
## REQUIREMENTS ## REQUIREMENTS
_lunarPhase_ requires: _lunarPhase_ requires:
* content admin permissions to manage widgets * content admin permissions to manage widgets
* Dotclear 2.26 * Dotclear 2.27
* require PHP 8.1+ * PHP 8.1+
## USAGE ## USAGE
@ -31,15 +30,15 @@ You should add widget to show lunar phases on your blog.
## LINKS ## LINKS
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/gpl-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/lunarPhase) * Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/lunarPhase) or [GitHub Page](https://github.com/JcDenis/lunarPhase)
* Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/lunarPhase) * Packages & details: [Gitea Page](https://git.dotclear.watch/JcDenis/lunarPhase/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/lunarPhase)
* Discuss and help : [Dotclear Forum](http://forum.dotclear.org/viewtopic.php?pid=332971#p332971) * Discuss and help : [Dotclear Forum](http://forum.dotclear.org/viewtopic.php?pid=332971#p332971)
## CONTRIBUTORS ## CONTRIBUTORS
* Tomtom (author) * Tomtom (author)
* Pierre Van Glabeke * Pierre Van Glabeke
* Jean-Christian Denis * Jean-Christian Denis
You are welcome to contribute to this code. You are welcome to contribute to this code.

View File

@ -10,7 +10,7 @@
* @copyright Jean-Christian Denis * @copyright Jean-Christian Denis
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html * @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
*/ */
if (!defined('DC_RC_PATH') || is_null(dcCore::app()->auth)) { if (!defined('DC_RC_PATH')) {
return null; return null;
} }
@ -18,7 +18,7 @@ $this->registerModule(
'Moon phases', 'Moon phases',
'Display the moon phases on a widget', 'Display the moon phases on a widget',
'Tomtom, Pierre Van Glabeke and Contributors', 'Tomtom, Pierre Van Glabeke and Contributors',
'1.7.2', '1.8',
[ [
'requires' => [ 'requires' => [
['php', '8.1'], ['php', '8.1'],
@ -29,8 +29,8 @@ $this->registerModule(
dcCore::app()->auth::PERMISSION_CONTENT_ADMIN, dcCore::app()->auth::PERMISSION_CONTENT_ADMIN,
]), ]),
'type' => 'plugin', 'type' => 'plugin',
'support' => 'http://forum.dotclear.org/viewtopic.php?pid=332971#p332971', '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="lunarPhase"> <module id="lunarPhase">
<name>Moon phases</name> <name>Moon phases</name>
<version>1.7.2</version> <version>1.8</version>
<author>Tomtom, Pierre Van Glabeke and Contributors</author> <author>Tomtom, Pierre Van Glabeke and Contributors</author>
<desc>Display the moon phases on a widget</desc> <desc>Display the moon phases on a widget</desc>
<file>https://github.com/JcDenis/lunarPhase/releases/download/v1.7.2/plugin-lunarPhase.zip</file> <file>https://git.dotclear.watch/JcDenis/lunarPhase/releases/download/v1.8/plugin-lunarPhase.zip</file>
<da:dcmin>2.26</da:dcmin> <da:dcmin>2.26</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/lunarPhase</da:details> <da:details>https://git.dotclear.watch/JcDenis/lunarPhase/src/branch/master/README.md</da:details>
<da:support>http://forum.dotclear.org/viewtopic.php?pid=332971#p332971</da:support> <da:support>https://git.dotclear.watch/JcDenis/lunarPhase/issues</da:support>
</module> </module>
</modules> </modules>