Skip to content

Commit

Permalink
preparing v2.4 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
fiammybe committed Dec 14, 2020
1 parent d67e03f commit 46281f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
[![GitHub release](https://img.shields.io/github/release/ImpressCMS/impresscms-module-profile.svg?maxAge=2592000)](https://github.com/ImpressCMS/impresscms-module-profile/releases)
[![This is ImpressCMS module](https://img.shields.io/badge/ImpressCMS-module-F3AC03.svg?maxAge=2592000)](http://impresscms.org)
#Profile
Module for managing custom user profile fields
ImpressCMS module for managing custom user profile fields. This module replaces the standard user profile handling.
16 changes: 8 additions & 8 deletions icms_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
$modversion = array(
/** General Information */
'name' => _MI_PROFILE_NAME,
'version' => "2.3",
'version' => "2.4",
'description' => _MI_PROFILE_DESC,
'author' => "fiammybe",
'credits' => "The XOOPS Project, The ImpressCMS Project, The SmartFactory, Ackbarr, Komeia, vaughan, alfred,m0nty, phoenyx, Jan Pedersen, Marcello Brandao, Sina Asghari, Gustavo Pilla.",
'help' => "",
'license' => "GNU General Public License (GPL)",
'official' => 1,
'dirname' => basename(dirname(__FILE__)),
'dirname' => basename(__DIR__),
'modname' => 'profile',

/** Images information */
Expand All @@ -36,11 +36,11 @@
'image' => "images/icon_big.png", /* for backward compatibility */

/** Development information */
'status_version' => "final",
'status' => "Final",
'date' => "16 Jul 2020",
'status_version' => "rc",
'status' => "RC",
'date' => "14 Dec 2020",
'author_word' => "",
'warning' => _CO_ICMS_WARNING_FINAL,
'warning' => _CO_ICMS_WARNING_RC,

/** Contributors */
'developer_website_url' => "https://www.impresscms.org",
Expand Down Expand Up @@ -87,8 +87,8 @@
$modversion['people']['translators'][] = "[url=https://www.impresscms.org/userinfo.php?uid=1168]phoenyx[/url]";
//$modversion['people']['other'][] = "";

/** Manual */
$modversion['manual']['wiki'][] = "<a href='https://wiki.impresscms.org/index.php?title=Extended_Profile/"._LANGCODE."' target='_blank'>"._LANGNAME."</a>";
/** No Manual yet, sorry */
$modversion['manual']['wiki'][] = "";

$i = 1;
global $icmsConfigUser;
Expand Down

0 comments on commit 46281f5

Please sign in to comment.