From af819a718a24c2189fd0bc4824d1ee085f672ede Mon Sep 17 00:00:00 2001 From: ggoffy Date: Tue, 28 Feb 2023 19:44:07 +0100 Subject: [PATCH] moved to last stable with smarty 2 --- docs/changelog.txt | 5 +++++ xoops_version.php | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index 6270cfa..a47386a 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,3 +1,8 @@ +============================================================== +1.3.0 Stable [2023/02/28] +============================================================== + - moved to last stable with smarty 2 (goffy) + ============================================================== 1.3.0 RC2 [2023/01/05] ============================================================== diff --git a/xoops_version.php b/xoops_version.php index 15b352c..d6681cd 100644 --- a/xoops_version.php +++ b/xoops_version.php @@ -27,7 +27,7 @@ $modversion = [ 'name' => \_MI_WGSIMPLEACC_NAME, 'version' => '1.3.0', - 'module_status' => 'RC2', + 'module_status' => 'Stable', 'description' => \_MI_WGSIMPLEACC_DESC, 'author' => 'Goffy - XOOPS Development Team', 'author_mail' => 'webmaster@wedega.com', @@ -39,7 +39,7 @@ 'help' => 'page=help', 'release_info' => 'release_info', 'release_file' => \XOOPS_URL . '/modules/wgsimpleacc/docs/release_info file', - 'release_date' => '2021/10/24', + 'release_date' => '2023/02/28', // format: yyyy/mm/dd 'manual' => 'link to manual file', 'manual_file' => \XOOPS_URL . '/modules/wgsimpleacc/docs/install.txt', 'min_php' => '7.4', @@ -59,7 +59,7 @@ 'support_name' => 'Support Forum', 'module_website_url' => 'www.xoops.org', 'module_website_name' => 'XOOPS Project', - 'release' => '10/24/2021', + 'release' => '28.02.2023', 'system_menu' => 1, 'hasAdmin' => 1, 'hasMain' => 1,