diff --git a/module/news/changes.md b/module/news/changes.md index 2bb1ae9b..2c312370 100644 --- a/module/news/changes.md +++ b/module/news/changes.md @@ -1,3 +1,5 @@ +# Version 4.21 + - Prise en compte de la classe strftime et du helper dateUTF8 # Version 4.2 - Config : le nombre d'objet est fixe, constante dans news.php - Ecran layout réservé à la configuration et au thème diff --git a/module/news/news.php b/module/news/news.php index 24fde050..1ddd96fd 100644 --- a/module/news/news.php +++ b/module/news/news.php @@ -15,7 +15,7 @@ class news extends common { - const VERSION = '4.2'; + const VERSION = '4.21'; const REALNAME = 'News'; const DATADIRECTORY = self::DATA_DIR . 'news/';