From a02a796f4a098b13ad83a55fffcbdf9f31c42d7e Mon Sep 17 00:00:00 2001 From: F TEMPEZ Date: Thu, 21 Mar 2024 13:26:48 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20RSS=20Feed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/blog/blog.php | 2 +- module/blog/changes.md | 2 ++ module/news/changes.md | 2 ++ module/news/news.php | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/module/blog/blog.php b/module/blog/blog.php index 233bd2d..8953705 100755 --- a/module/blog/blog.php +++ b/module/blog/blog.php @@ -16,7 +16,7 @@ class blog extends common { - const VERSION = '7.5'; + const VERSION = '7.6'; const REALNAME = 'Blog'; const DELETE = true; const UPDATE = '0.0'; diff --git a/module/blog/changes.md b/module/blog/changes.md index 73c72c8..d5e5fa9 100755 --- a/module/blog/changes.md +++ b/module/blog/changes.md @@ -1,3 +1,5 @@ +# Version 7.6 +- Mise à jour RSS Feed # Version 7.5 - Bug paramètre de localisation erroné # Version 7.4 diff --git a/module/news/changes.md b/module/news/changes.md index 428123d..99f691b 100644 --- a/module/news/changes.md +++ b/module/news/changes.md @@ -1,3 +1,5 @@ +# Version 5.5 +- Mise à jour RSS Feed # Version 5.4 - Bug paramètre de localisation erroné # Version 5.3 diff --git a/module/news/news.php b/module/news/news.php index f4f6f1f..0d2c6ea 100644 --- a/module/news/news.php +++ b/module/news/news.php @@ -16,7 +16,7 @@ class news extends common { - const VERSION = '5.4'; + const VERSION = '5.5'; const REALNAME = 'News'; const DATADIRECTORY = self::DATA_DIR . 'news/';