Skip to content

Commit

Permalink
Merge pull request #5 from IsengardBiz/Bump-to-1.19-version
Browse files Browse the repository at this point in the history
Bump to 1.19 version
  • Loading branch information
MekDrop authored Sep 30, 2021
2 parents fb279b6 + 2ee61ae commit 3fd3bec
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions icms_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@
* @since 1.0
* @author Madfish (Simon Wilkinson) <simon@isengard.biz>
* @package news
* @version $Id$
*/

if (!defined("ICMS_ROOT_PATH")) die("ICMS root path not defined");

/** General Information */
$modversion = array(
'name'=> _MI_NEWS_MD_NAME,
'version'=> "1.18",
'version'=> "1.19",
'description'=> _MI_NEWS_MD_DESC,
'author'=> "Madfish (Simon Wilkinson) & fiammybe (David Janssens)",
'credits'=> "Functionality is based on the legacy News module, but this is a clean rewrite in IPF.",
Expand All @@ -32,9 +31,6 @@
'image'=> "images/icon_big.png", /* for backward compatibility */

/** Development information */
'status_version'=> "1.18",
'status'=> "Beta 2",
'date'=> "26 September 2018",
'author_word'=> "This module is best used with the Sprockets utility module also installed (2.01 and higher).",

/** Contributors */
Expand All @@ -48,8 +44,6 @@
/** Manual */
$modversion['manual']['wiki'][] = "<a href='https://www.impresscms.org/modules/simplywiki/index.php?title=News' target='_blank'>English</a>";

$modversion['warning'] = _CO_ICMS_WARNING_BETA;

/** Administrative information */
$modversion['hasAdmin'] = 1;
$modversion['adminindex'] = "admin/index.php";
Expand Down

0 comments on commit 3fd3bec

Please sign in to comment.