diff --git a/icms_version.php b/icms_version.php index 06ca1af..6549ab8 100644 --- a/icms_version.php +++ b/icms_version.php @@ -9,7 +9,6 @@ * @since 1.0 * @author Madfish (Simon Wilkinson) * @package news -* @version $Id$ */ if (!defined("ICMS_ROOT_PATH")) die("ICMS root path not defined"); @@ -17,7 +16,7 @@ /** 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.", @@ -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 */ @@ -48,8 +44,6 @@ /** Manual */ $modversion['manual']['wiki'][] = "English"; -$modversion['warning'] = _CO_ICMS_WARNING_BETA; - /** Administrative information */ $modversion['hasAdmin'] = 1; $modversion['adminindex'] = "admin/index.php";