2012-03-09, 19:39:51
Please update the release-information in news_manager_rss.php
you updated to version 1.0.2, but your file still says: 1.0.1, so the new update-alerts in GS 3.1 show wrong alerts
Cheers, Connie
you updated to version 1.0.2, but your file still says: 1.0.1, so the new update-alerts in GS 3.1 show wrong alerts
Cheers, Connie
Code:
<?php
/*
Plugin Name: News Manager RSS
Description: Adds RSS functionality to News Manager
Version: 1.0.1
Author: Reed Murphy
Author URI: http://www.reedmurphy.net/
*/
define('NMRSS_CONFIG_XML', GSDATAOTHERPATH .'nmrss_config.xml');
define('NMRSS_TAG', '[newsrss]');
$thisfile = basename(__FILE__, ".php");
register_plugin(
$thisfile, //Plugin id
'News Manager RSS', //Plugin name
'1.0.2', //Plugin version
'Reed Murphy', //Plugin author
'http://www.reedmurphy.net/', //author website
'', //Plugin description
'pages', //page type - on which admin tab to display
'nmrss_admin' //main function (administration)
);
|--
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18