diff --git a/CHANGELOG.md b/CHANGELOG.md index 13c05e4..64ba1b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +1.7.1 - 2023.05.13 +- require dotclear 2.26 +- cosmetic cleanup for dc2.26 stable + 1.7 - 2023.04.25 - require dotclear 2.26 - use namespace diff --git a/_define.php b/_define.php index 3e1d826..3dd786e 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'Moon phases', 'Display the moon phases on a widget', 'Tomtom, Pierre Van Glabeke and Contributors', - '1.7', + '1.7.1', [ 'requires' => [['core', '2.26']], 'permissions' => dcCore::app()->auth->makePermissions([ diff --git a/dcstore.xml b/dcstore.xml index f1477f3..a7eb6f5 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Moon phases - 1.7 + 1.7.1 Tomtom, Pierre Van Glabeke and Contributors Display the moon phases on a widget - https://github.com/JcDenis/lunarPhase/releases/download/v1.7/plugin-lunarPhase.zip + https://github.com/JcDenis/lunarPhase/releases/download/v1.7.1/plugin-lunarPhase.zip 2.26 https://plugins.dotaddict.org/dc2/details/lunarPhase http://forum.dotclear.org/viewtopic.php?pid=332971#p332971 diff --git a/src/My.php b/src/My.php index 6d5a7b3..62c80f4 100644 --- a/src/My.php +++ b/src/My.php @@ -21,7 +21,7 @@ use dcCore; */ class My { - /** @var array List of lunar phase => image */ + /** @var array List of lunar phase => image */ public const LUNAR_PHASES = [ 'new_moon' => 'nm.png', 'waxing_crescent_moon' => 'wcm1.png',