Skip to content

Commit

Permalink
adding versions.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
shapeshed committed Dec 5, 2009
1 parent e406e62 commit 3551683
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
Expand Up @@ -11,7 +11,7 @@
*
* @category Plugins
* @package Weight Converter
* @version 1.0.0
* @version 2.0.1
* @since 0.1.0
* @author George Ornbo <george@shapeshed.com>
* @see {@link http://github.com/shapeshed/weight_converter.git/}
Expand All @@ -24,15 +24,21 @@
*/
$plugin_info = array(
'pi_name' => 'Weight Converter',
'pi_version' => '1.0.0',
'pi_version' => '2.0.1',
'pi_author' => 'George Ornbo',
'pi_author_url' => 'http://shapeshed.com/',
'pi_description' => 'Converts a number from one weight to another',
'pi_usage' => Weight_converter::usage()
);

class Weight_converter{


/**
* XML File for NSM Add On Updater
* @var string
*/
public $versions_xml = "http://github.com/shapeshed/weight_converter.ee_addon/raw/master/expressionengine/system/third_party/weight_converter/versions.xml";

/**
* The units that can be converted using this class
* @see __construct
Expand Down
21 changes: 21 additions & 0 deletions system/expressionengine/third_party/weight_converter/versions.xml
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:ee_addon="http://newism.com.au/nsm_addon_updater/#rss-xml">
<channel>
<title>NSM Addon Updater Changelog</title>
<link>http://github.com/shapeshed/weight_converter.ee_addon/versions.xml</link>
<description>Most recent changes with links to updates.</description>
<item>
<title>Version 2.0.0</title>
<ee_addon:version>2.0.0</ee_addon:version>
<link>http://github.com/shapeshed/weight_converter.ee_addon</link>
<pubDate>Tue, 17 Nov 2009 17:54:24 +0000</pubDate>
<description><![CDATA[
<ul>
<li>EE 2.0 release</li>
</ul>
]]>
</description>
<enclosure url="http://github.com/shapeshed/weight_converter.ee_addon/zipball/2.0.0" length="4,225" type="application/zip" />
</item>
</channel>
</rss>

0 comments on commit 3551683

Please sign in to comment.