Skip to content

Commit b040f33

Browse files
authored
Merge pull request #95 from ggoffy/master
moved to last stable with smarty 2
2 parents 58b19ce + af819a7 commit b040f33

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
==============================================================
2+
1.3.0 Stable [2023/02/28]
3+
==============================================================
4+
- moved to last stable with smarty 2 (goffy)
5+
16
==============================================================
27
1.3.0 RC2 [2023/01/05]
38
==============================================================

xoops_version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
$modversion = [
2828
'name' => \_MI_WGSIMPLEACC_NAME,
2929
'version' => '1.3.0',
30-
'module_status' => 'RC2',
30+
'module_status' => 'Stable',
3131
'description' => \_MI_WGSIMPLEACC_DESC,
3232
'author' => 'Goffy - XOOPS Development Team',
3333
'author_mail' => '[email protected]',
@@ -39,7 +39,7 @@
3939
'help' => 'page=help',
4040
'release_info' => 'release_info',
4141
'release_file' => \XOOPS_URL . '/modules/wgsimpleacc/docs/release_info file',
42-
'release_date' => '2021/10/24',
42+
'release_date' => '2023/02/28', // format: yyyy/mm/dd
4343
'manual' => 'link to manual file',
4444
'manual_file' => \XOOPS_URL . '/modules/wgsimpleacc/docs/install.txt',
4545
'min_php' => '7.4',
@@ -59,7 +59,7 @@
5959
'support_name' => 'Support Forum',
6060
'module_website_url' => 'www.xoops.org',
6161
'module_website_name' => 'XOOPS Project',
62-
'release' => '10/24/2021',
62+
'release' => '28.02.2023',
6363
'system_menu' => 1,
6464
'hasAdmin' => 1,
6565
'hasMain' => 1,

0 commit comments

Comments
 (0)