source: branches/2.5/zpush/setup/setup.inc.php @ 8232

Revision 8232, 1.1 KB checked in by douglas, 11 years ago (diff)

Ticket #0000 - Copiadas as alterações do Trunk. Versão final 2.5.1.

Line 
1<?php
2        /***********************************************************************************\
3        * Expresso REST API                                                                                               
4        *
5        * ---------------------------------------------------------------------------------*
6        *  This program is free software; you can redistribute it and/or modify it                 *
7        *  under the terms of the GNU General Public License as published by the                   *
8        *  Free Software Foundation; either version 2 of the License, or (at your                  *
9        *  option) any later version.                                                                                                      *
10        \***********************************************************************************/
11
12        $setup_info['zpush']['name']            = 'zpush';
13        $setup_info['zpush']['title']           = 'Z-Push' ;
14        /* Ao incrementar versão, não esquecer de declarar função do tables_update.inc.php*/
15        $setup_info['zpush']['version']         = '2.5.1';
16        $setup_info['zpush']['app_order']       = 10;
17
18        $setup_info['zpush']['enable']          = 1;
19
20        $setup_info['zpush']['author'] = 'autor';
21        $setup_info['zpush']['maintainer'] = 'mantedor';
22
23        $setup_info['zpush']['license']  = 'GPL';
24        $setup_info['zpush']['description'] = 'Modulo de integração z-push ExpressoLivre';
25
26   
27   
28?>
Note: See TracBrowser for help on using the repository browser.