Tutorial Extension
1.0.0
SellerDeck Extensions - Tutorial Extension
Main Page
Related Pages
Namespaces
Classes
Files
File List
tutorial_source
app
app_constants.php
1
<?php
2
3
/**
4
* constants.php - Constants for Tutorial SellerDeck Extension
5
*
6
* @package SellerDeck Extensions
7
*
8
* @author Péter Erdődi
9
* @copyright © SellerDeck Ltd 2015. All rights reserved.
10
*/
11
//
12
// Tutorial Constants
13
//
14
define(
'TUTORIAL'
,
'Tutorial'
);
15
define(
'CHANNEL_NAME'
, TUTORIAL);
16
//
17
// Extension Version
18
//
19
define(
'SDE_VERSION_MAJOR'
,
"1"
);
20
define(
'SDE_VERSION_MINOR'
,
"0"
);
21
define(
'SDE_VERSION_MAINTENANCE'
,
"0"
);
22
//
23
// Required SellerDeck Desktop version
24
//
25
define(
'REQUIRED_SDD_VERSION_MAJOR'
,
"16"
);
26
define(
'REQUIRED_SDD_VERSION_MINOR'
,
"0"
);
27
define(
'REQUIRED_SDD_VERSION_MAINTENANCE'
,
"0"
);
Generated on Thu Sep 22 2016 08:10:25 for Tutorial Extension by
1.8.10