-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin_info.php
35 lines (32 loc) · 1.3 KB
/
plugin_info.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
/**
* Jomres CMS Agnostic Plugin
* @author Woollyinwales IT <sales@jomres.net>
* @version Jomres 9
* @package Jomres
* @copyright 2005-2019 Woollyinwales IT
* Jomres (tm) PHP files are released under both MIT and GPL2 licenses. This means that you can choose the license that best suits your project.
**/
// ################################################################
defined( '_JOMRES_INITCHECK' ) or die( '' );
// ################################################################
class plugin_info_channelmanagement_rentalsunited
{
function __construct()
{
$this->data=array(
"name"=>"channelmanagement_rentalsunited",
"category"=>"Integration",
"marketing"=>"Plugin that integrates with the Rentals United Channel Manager, imports properties, pricing and availability.",
"version"=>(float)"0.5",
"description"=> "Beta. Plugin that integrates with the Rentals United Channel Manager, imports properties, pricing and availability.",
"lastupdate"=>"2019/06/07",
"min_jomres_ver"=>"9.21.5",
"manual_link"=>'',
'change_log'=>' v0.2 Proxy header changed to use hyphens v0.4 Plugin generally complete. There is work left to do, but it is now structurally sound. v0.5 Disabled a dictionary item that we are not using.',
'highlight'=>'',
'image'=>'',
'demo_url'=>''
);
}
}