From 47e8016c5172095ce24cde9f47dd816e2891fa56 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 21 Nov 2020 03:58:02 +0100 Subject: [PATCH] Versions --- module/blog/blog.php | 2 +- module/news/news.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/blog/blog.php b/module/blog/blog.php index 33eae3ac..c2c0a7c1 100755 --- a/module/blog/blog.php +++ b/module/blog/blog.php @@ -87,7 +87,7 @@ class blog extends common { public static $users = []; - const BLOG_VERSION = '3.2'; + const BLOG_VERSION = '4.0'; /** * Flux RSS diff --git a/module/news/news.php b/module/news/news.php index ce9786ed..13fcb2fa 100755 --- a/module/news/news.php +++ b/module/news/news.php @@ -33,7 +33,7 @@ class news extends common { false => 'Brouillon', true => 'PubliƩ' ]; - const NEWS_VERSION = '1.3'; + const NEWS_VERSION = '2.0'; public static $users = [];