forked from newism/nsm.addon_updater.ee_addon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.php
More file actions
22 lines (17 loc) · 883 Bytes
/
Copy pathconfig.php
File metadata and controls
22 lines (17 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
/**
* Config file for NSM Addon Updater
*
* @package NsmAddonUpdater
* @version 1.1.0
* @author Leevi Graham <http://leevigraham.com> - Technical Director, Newism
* @copyright Copyright (c) 2007-2010 Newism <http://newism.com.au>
* @license Commercial - please see LICENSE file included with this distribution
* @link http://ee-garage.com/nsm-addon-updater
*/
$config['name'] = 'NSM Addon Updater';
$config['version'] = '1.1.0';
$config['nsm_addon_updater']['versions_xml'] = 'http://ee-garage.com/nsm-addon-updater/release-notes/feed';
$config['nsm_addon_updater']['custom_download_url'] = array('Nsm_addon_updater_acc', 'nsm_addon_updater_download_url');
// Local test XML
// $config['nsm_addon_updater']['versions_xml'] = 'http://local.expressionengine-addons.com/system/expressionengine/third_party/nsm_addon_updater/test_versions.xml';