Changeset 8142 for trunk


Ignore:
Timestamp:
05/06/13 18:33:29 (11 years ago)
Author:
acoutinho
Message:

Ticket #3443 - Atualizacao de todos os modulos para versao 2.5.1

Location:
trunk
Files:
25 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/setup/setup.inc.php

    r7516 r8142  
    1313        $setup_info['admin']['name']      = 'admin'; 
    1414        $setup_info['admin']['title']      = 'Admin'; 
    15         $setup_info['admin']['version']   = '2.5.0'; 
     15        $setup_info['admin']['version']   = '2.5.1'; 
    1616        $setup_info['admin']['app_order'] = 1; 
    1717        $setup_info['admin']['tables']    = ''; 
     
    4848        $setup_info['admin']['depends'][] = array( 
    4949                'appname' => 'phpgwapi', 
    50                 'versions' => Array('2.5.0') 
     50                'versions' => Array('2.5.1.1') 
    5151        ); 
    5252?> 
  • trunk/contactcenter/setup/setup.inc.php

    r7516 r8142  
    1717        $setup_info['contactcenter']['name']      = 'contactcenter'; 
    1818        $setup_info['contactcenter']['title']     = 'ContactCenter'; 
    19         $setup_info['contactcenter']['version']   = '2.5.0'; 
     19        $setup_info['contactcenter']['version']   = '2.5.1'; 
    2020        $setup_info['contactcenter']['app_order'] = 4; 
    2121        $setup_info['contactcenter']['enable']    = 1; 
     
    7777        $setup_info['contactcenter']['depends'][] = array( 
    7878                'appname' => 'phpgwapi', 
    79                 'versions' => Array('2.5.0') 
     79                'versions' => Array('2.5.1.1') 
    8080        ); 
    8181?> 
  • trunk/contactcenter/setup/tables_update.inc.php

    r7516 r8142  
    100100        } 
    101101        $test[] = '2.4.2'; 
    102         function contactcenter_upgrade2_4_2() { 
    103                 $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.5.0'; 
    104                 return $GLOBALS['setup_info']['contactcenter']['currentver']; 
    105         } 
     102    function contactcenter_upgrade2_4_2() { 
     103        $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.5.0'; 
     104        return $GLOBALS['setup_info']['contactcenter']['currentver']; 
     105    } 
     106 
     107    $test[] = '2.5.0'; 
     108    function contactcenter_upgrade2_5_0() { 
     109        $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.5.1'; 
     110        return $GLOBALS['setup_info']['contactcenter']['currentver']; 
     111    } 
    106112?> 
  • trunk/emailadmin/setup/setup.inc.php

    r7516 r8142  
    1414        $setup_info['emailadmin']['name']      = 'emailadmin'; 
    1515        $setup_info['emailadmin']['title']     = 'EMailAdmin'; 
    16         $setup_info['emailadmin']['version']   = '2.5.0'; 
     16        $setup_info['emailadmin']['version']   = '2.5.1'; 
    1717        $setup_info['emailadmin']['app_order'] = 10; 
    1818        $setup_info['emailadmin']['enable']    = 2; 
     
    4040        $setup_info['emailadmin']['depends'][] = array( 
    4141                'appname'  => 'phpgwapi', 
    42                 'versions' => Array('2.5.0') 
     42                'versions' => Array('2.5.1.1') 
    4343        ); 
    4444 
  • trunk/emailadmin/setup/tables_update.inc.php

    r7516 r8142  
    142142      return $GLOBALS['setup_info']['emailadmin']['currentver']; 
    143143   } 
    144         $test[] = '2.4.2'; 
    145         function emailadmin_upgrade2_4_2() 
    146         { 
    147                 $GLOBALS['setup_info']['emailadmin']['currentver'] = '2.5.0'; 
    148                 return $GLOBALS['setup_info']['emailadmin']['currentver']; 
    149         } 
     144    $test[] = '2.4.2'; 
     145    function emailadmin_upgrade2_4_2() 
     146    { 
     147            $GLOBALS['setup_info']['emailadmin']['currentver'] = '2.5.0'; 
     148            return $GLOBALS['setup_info']['emailadmin']['currentver']; 
     149    } 
     150 
     151    $test[] = '2.5.0'; 
     152    function emailadmin_upgrade2_5_0() 
     153    { 
     154        $GLOBALS['setup_info']['emailadmin']['currentver'] = '2.5.1'; 
     155        return $GLOBALS['setup_info']['emailadmin']['currentver']; 
     156    } 
    150157 
    151158?> 
  • trunk/expressoAdmin1_2/setup/setup.inc.php

    r7516 r8142  
    1313        $setup_info['expressoAdmin1_2']['title']        = 'Expresso Admin'; 
    1414        /* Ao incrementar versão, não esquecer de declarar função do tables_update.inc.php*/ 
    15         $setup_info['expressoAdmin1_2']['version']      = '2.5.0'; 
     15        $setup_info['expressoAdmin1_2']['version']      = '2.5.1'; 
    1616        $setup_info['expressoAdmin1_2']['app_order']    = 1; 
    1717        $setup_info['expressoAdmin1_2']['tables'][]             = 'phpgw_expressoadmin'; 
     
    3737        $setup_info['expressoAdmin1_2']['depends'][] = array( 
    3838                'appname' => 'phpgwapi', 
    39                 'versions' => Array('2.5.0') 
     39                'versions' => Array('2.5.1.1') 
    4040        ); 
    4141?> 
  • trunk/expressoAdmin1_2/setup/tables_update.inc.php

    r7655 r8142  
    339339        } 
    340340        $test[] = '2.4.2'; 
    341         function expressoAdmin1_2_upgrade2_4_2() 
    342         { 
    343                 $GLOBALS['setup_info']['expressoAdmin1_2']['currentver'] = '2.5.0'; 
    344                 return $GLOBALS['setup_info']['expressoAdmin1_2']['currentver']; 
    345         } 
     341    function expressoAdmin1_2_upgrade2_4_2() 
     342    { 
     343            $GLOBALS['setup_info']['expressoAdmin1_2']['currentver'] = '2.5.0'; 
     344            return $GLOBALS['setup_info']['expressoAdmin1_2']['currentver']; 
     345    } 
     346 
     347    $test[] = '2.5.0'; 
     348    function expressoAdmin1_2_upgrade2_5_0() 
     349    { 
     350        $GLOBALS['setup_info']['expressoAdmin1_2']['currentver'] = '2.5.1'; 
     351        return $GLOBALS['setup_info']['expressoAdmin1_2']['currentver']; 
     352    } 
    346353?> 
  • trunk/expressoMail1_2/setup/setup.inc.php

    r7516 r8142  
    1313$setup_info['expressoMail1_2']['name'] = 'expressoMail1_2'; 
    1414$setup_info['expressoMail1_2']['title'] = 'Expresso Mail'; 
    15 $setup_info['expressoMail1_2']['version'] = '2.5.0'; 
     15$setup_info['expressoMail1_2']['version'] = '2.5.1'; 
    1616$setup_info['expressoMail1_2']['app_order'] = 2; 
    1717$setup_info['expressoMail1_2']['tables'][] = 'phpgw_certificados'; 
     
    4646$setup_info['expressoMail1_2']['depends'][] = array( 
    4747    'appname' => 'phpgwapi', 
    48     'versions' => Array('2.5.0') 
     48    'versions' => Array('2.5.1.1') 
    4949); 
    5050 
  • trunk/expressoMail1_2/setup/tables_update.inc.php

    r7516 r8142  
    330330 
    331331        $test[] = '2.4.8.2'; 
    332         function expressoMail1_2_upgrade2_4_8_2() { 
    333                 $GLOBALS['setup_info']['expressoMail1_2']['currentver'] = '2.5.0'; 
    334                 return $GLOBALS['setup_info']['expressoMail1_2']['currentver']; 
    335         } 
    336  
     332    function expressoMail1_2_upgrade2_4_8_2() { 
     333        $GLOBALS['setup_info']['expressoMail1_2']['currentver'] = '2.5.0'; 
     334        return $GLOBALS['setup_info']['expressoMail1_2']['currentver']; 
     335    } 
     336 
     337    $test[] = '2.5.0'; 
     338    function expressoMail1_2_upgrade2_5_0() { 
     339        $GLOBALS['setup_info']['expressoMail1_2']['currentver'] = '2.5.1'; 
     340        return $GLOBALS['setup_info']['expressoMail1_2']['currentver']; 
     341    } 
    337342?> 
  • trunk/filemanager/setup/setup.inc.php

    r7516 r8142  
    1414        $setup_info['filemanager']['name']    = 'filemanager'; 
    1515        $setup_info['filemanager']['title']   = 'Filemanager'; 
    16         $setup_info['filemanager']['version'] = '2.5.0'; 
     16        $setup_info['filemanager']['version'] = '2.5.1'; 
    1717        $setup_info['filemanager']['app_order'] = 6; 
    1818        $setup_info['filemanager']['enable']  = 1; 
     
    2828    $setup_info['filemanager']['maintainer'] .= 'Coordenador do Projeto : Nilton Emilio Buhrer Neto<br/><br/>';  
    2929 
    30         $setup_info['filemanager']['tables'][] = 'phpgw_vfs'; 
    3130    $setup_info['filemanager']['tables'][] = 'phpgw_vfs_quota'; 
    3231        $setup_info['filemanager']['tables'][] = 'phpgw_filemanager_notification'; 
     
    4847        ( 
    4948                 'appname' => 'phpgwapi', 
    50                  'versions' => array('2.5.0') 
     49                 'versions' => array('2.5.1.1') 
    5150        ); 
    5251?> 
  • trunk/header.inc.php.template

    r7503 r8142  
    119119        $GLOBALS['phpgw_info']['server']['versions']['current_header'] = $setup_info['phpgwapi']['versions']['current_header']; 
    120120        unset($setup_info); 
    121         $GLOBALS['phpgw_info']['server']['versions']['header'] = '2.5.0'; 
     121        $GLOBALS['phpgw_info']['server']['versions']['header'] = '2.5.1'; 
    122122        /* This is a fix for NT */ 
    123123        if(!isset($GLOBALS['phpgw_info']['flags']['noapi']) || !$GLOBALS['phpgw_info']['flags']['noapi'] == True) 
  • trunk/help/setup/setup.inc.php

    r7517 r8142  
    1313        $setup_info['help']['name']      = 'help'; 
    1414        $setup_info['help']['title']     = 'User Manual and Help Page'; 
    15         $setup_info['help']['version']   = '2.5.0'; 
     15        $setup_info['help']['version']   = '2.5.1'; 
    1616        $setup_info['help']['app_order'] = 5; 
    1717        $setup_info['help']['enable']    = 2;   // Invisible on top (navigation bar) 
     
    2626        $setup_info['help']['depends'][] = array( 
    2727                 'appname' => 'phpgwapi', 
    28                  'versions' => Array('2.5.0') 
     28                 'versions' => Array('2.5.1.1') 
    2929        ); 
    3030?> 
  • trunk/jabberit_messenger/setup/setup.inc.php

    r7516 r8142  
    88        $setup_info['jabberit_messenger']['name']       = 'jabberit_messenger'; 
    99        $setup_info['jabberit_messenger']['title']      = 'Expresso Messenger'; 
    10         $setup_info['jabberit_messenger']['version']    = '2.5.0'; 
     10        $setup_info['jabberit_messenger']['version']    = '2.5.1'; 
    1111        $setup_info['jabberit_messenger']['app_order']  = 9; 
    1212        $setup_info['jabberit_messenger']['enable']     = 1; 
     
    2727        $setup_info['jabberit_messenger']['depends'][] = array( 
    2828                'appname' => 'phpgwapi', 
    29                 'versions' => Array('2.5.0') 
     29                'versions' => Array('2.5.1.1') 
    3030        ); 
    3131?> 
  • trunk/listAdmin/setup/setup.inc.php

    r7516 r8142  
    99        $setup_info['listAdmin']['name'] = 'listAdmin'; 
    1010        $setup_info['listAdmin']['title'] = 'Mailman Admin'; 
    11         $setup_info['listAdmin']['version'] = '2.5.0'; 
     11        $setup_info['listAdmin']['version'] = '2.5.1'; 
    1212        $setup_info['listAdmin']['app_order'] = 10; 
    1313        $setup_info['listAdmin']['enable'] = 1; 
     
    3030        $setup_info['listAdmin']['depends'][] = array( 
    3131                'appname' => 'phpgwapi', 
    32                 'versions' => Array('2.0','2.1','2.2','2.4', '2.5.0') 
     32                'versions' => Array('2.5.1.1') 
    3333        ); 
    3434?> 
  • trunk/mobile/setup/setup.inc.php

    r7516 r8142  
    1414        $setup_info['mobile']['name']      = 'mobile'; 
    1515        $setup_info['mobile']['title']     = 'Expresso Mini'; 
    16         $setup_info['mobile']['version']   = '2.5.0'; 
     16        $setup_info['mobile']['version']   = '2.5.1'; 
    1717        $setup_info['mobile']['app_order'] = 4; 
    1818        $setup_info['mobile']['enable']    = 2; 
     
    3939        $setup_info['mobile']['depends'][] = array( 
    4040                'appname' => 'phpgwapi', 
    41                 'versions' => Array('2.5.0') 
     41                'versions' => Array('2.5.1.1') 
    4242        ); 
    4343?> 
  • trunk/news_admin/setup/setup.inc.php

    r7516 r8142  
    1414        $setup_info['news_admin']['name']      = 'news_admin'; 
    1515        $setup_info['news_admin']['title']     = 'News Admin'; 
    16         $setup_info['news_admin']['version']   = '2.5.0'; 
     16        $setup_info['news_admin']['version']   = '2.5.1'; 
    1717        $setup_info['news_admin']['app_order'] = 16; 
    1818        $setup_info['news_admin']['enable']    = 1; 
     
    3131        $setup_info['news_admin']['depends'][] = array( 
    3232                 'appname' => 'phpgwapi', 
    33                  'versions' => Array('2.5.0') 
     33                 'versions' => Array('2.5.1.1') 
    3434        ); 
    3535 
  • trunk/news_admin/setup/tables_update.inc.php

    r7516 r8142  
    8080        } 
    8181 
    82         $test[] = '2.4.1'; 
    83         function news_admin_upgrade2_4_1() 
    84         { 
    85                 $GLOBALS['setup_info']['news_admin']['currentver'] = '2.4.2'; 
    86                 return $GLOBALS['setup_info']['news_admin']['currentver']; 
    87         } 
     82    $test[] = '2.4.1'; 
     83    function news_admin_upgrade2_4_1() 
     84    { 
     85        $GLOBALS['setup_info']['news_admin']['currentver'] = '2.4.2'; 
     86        return $GLOBALS['setup_info']['news_admin']['currentver']; 
     87    } 
     88 
    8889        $test[] = '2.4.2'; 
    89         function news_admin_upgrade2_4_2() 
    90         { 
    91                 $GLOBALS['setup_info']['news_admin']['currentver'] = '2.5.0'; 
    92                 return $GLOBALS['setup_info']['news_admin']['currentver']; 
    93         } 
     90    function news_admin_upgrade2_4_2() 
     91    { 
     92        $GLOBALS['setup_info']['news_admin']['currentver'] = '2.5.0'; 
     93        return $GLOBALS['setup_info']['news_admin']['currentver']; 
     94    } 
    9495 
     96    $test[] = '2.5.0'; 
     97    function news_admin_upgrade2_5_0() 
     98    { 
     99        $GLOBALS['setup_info']['news_admin']['currentver'] = '2.5.1'; 
     100        return $GLOBALS['setup_info']['news_admin']['currentver']; 
     101    } 
    95102?> 
  • trunk/phpgwapi/setup/setup.inc.php

    r7909 r8142  
    1414        $setup_info['phpgwapi']['name']      = 'phpgwapi'; 
    1515        $setup_info['phpgwapi']['title']     = 'API'; 
    16         $setup_info['phpgwapi']['version']   = '2.5.1'; 
    17         $setup_info['phpgwapi']['versions']['current_header'] = '2.5.0'; 
     16        $setup_info['phpgwapi']['version']   = '2.5.1.0'; 
     17        $setup_info['phpgwapi']['versions']['current_header'] = '2.5.1'; 
    1818        $setup_info['phpgwapi']['enable']    = 3; 
    1919        $setup_info['phpgwapi']['app_order'] = 1; 
     
    4141        $setup_info['phpgwapi']['tables'][]  = 'phpgw_history_log'; 
    4242        $setup_info['phpgwapi']['tables'][]  = 'phpgw_async'; 
    43  
    44  
    45  
    46  
  • trunk/phpgwapi/setup/tables_baseline.inc.php

    r2 r8142  
    108108                                'sessionid' => array('type' => 'varchar', 'precision' => 30), 
    109109                                'loginid' => array('type' => 'varchar', 'precision' => 30), 
    110                                 'ip' => array('type' => 'varchar', 'precision' => 30), 
     110                                'ip' => array('type' => 'varchar', 'precision' => 255), 
    111111                                'li' => array('type' => 'int', 'precision' => 4), 
    112112                                'lo' => array('type' => 'int', 'precision' => 4) 
  • trunk/phpgwapi/setup/tables_update.inc.php

    r7909 r8142  
    2020                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.0.0.008'; 
    2121                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    22  
    2322        } 
    2423         
     
    2827                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.0.pre-alpha'; 
    2928                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    30  
    3129        } 
    3230 
     
    179177    function phpgwapi_upgrade2_4_2() 
    180178    { 
    181             $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.5.0'; 
    182             return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     179        $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.5.0'; 
     180        return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    183181    } 
    184182 
     
    186184        function phpgwapi_upgrade2_5_0() 
    187185        { 
    188                 $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.5.1'; 
    189                 global $setup_info,$phpgw_setup; 
    190                 $phpgw_setup->oProc->query("ALTER TABLE phpgw_access_log ALTER COLUMN ip TYPE character varying(255) "); 
    191  
    192                 return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    193         } 
    194      
    195  
     186        $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.5.1'; 
     187        global $setup_info,$phpgw_setup; 
     188        $phpgw_setup->oProc->query("ALTER TABLE phpgw_access_log ALTER COLUMN ip TYPE character varying(255) "); 
     189 
     190        return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     191        } 
     192 
     193    $test[] = '2.5.1'; 
     194    function phpgwapi_upgrade2_5_1() 
     195    { 
     196        global $phpgw_setup; 
     197 
     198        $phpgw_setup->oProc->query( 'select * from information_schema.tables where table_name= \'phpgw_vfs\''); 
     199        if( !$phpgw_setup->oProc->next_record() ) 
     200        { 
     201            $phpgw_setup->oProc->CreateTable('phpgw_vfs', array( 
     202                'fd' => array( 
     203                    'file_id' => array('type' => 'auto','nullable' => False), 
     204                    'owner_id' => array('type' => 'int','precision' => '4','nullable' => False), 
     205                    'createdby_id' => array('type' => 'int','precision' => '4'), 
     206                    'modifiedby_id' => array('type' => 'int','precision' => '4'), 
     207                    'created' => array('type' => 'timestamp','nullable' => False,'default' => '1970-01-01'), 
     208                    'modified' => array('type' => 'timestamp'), 
     209                    'size' => array('type' => 'int','precision' => '4'), 
     210                    'mime_type' => array('type' => 'varchar','precision' => '64'), 
     211                    'deleteable' => array('type' => 'char','precision' => '1','default' => 'Y'), 
     212                    'comment' => array('type' => 'varchar','precision' => '255'), 
     213                    'app' => array('type' => 'varchar','precision' => '25'), 
     214                    'directory' => array('type' => 'varchar','precision' => '255'), 
     215                    'name' => array('type' => 'varchar','precision' => '128','nullable' => False), 
     216                    'link_directory' => array('type' => 'varchar','precision' => '255'), 
     217                    'link_name' => array('type' => 'varchar','precision' => '128'), 
     218                    'version' => array('type' => 'varchar','precision' => '30','nullable' => False,'default' => '0.0.0.0'), 
     219                    'content' => array('type' => 'longtext') 
     220                ) 
     221            )); 
     222        } 
     223 
     224        $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.5.1.0'; 
     225        return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     226    } 
    196227?> 
  • trunk/preferences/setup/setup.inc.php

    r7516 r8142  
    1313        $setup_info['preferences']['name']      = 'preferences'; 
    1414        $setup_info['preferences']['title']     = 'Preferences'; 
    15         $setup_info['preferences']['version']   = '2.5.0'; 
     15        $setup_info['preferences']['version']   = '2.5.1'; 
    1616        $setup_info['preferences']['app_order'] = 1; 
    1717        $setup_info['preferences']['tables']    = ''; 
     
    2828        $setup_info['preferences']['depends'][] = array( 
    2929                'appname' => 'phpgwapi', 
    30                 'versions' => Array('2.5.0') 
     30                'versions' => Array('2.5.1.1') 
    3131        ); 
    3232?> 
  • trunk/reports/setup/setup.inc.php

    r7516 r8142  
    1313        $setup_info['reports']['title']         = 'Expresso Reports'; 
    1414        /* Ao incrementar versão, não esquecer de declarar função do tables_update.inc.php*/ 
    15         $setup_info['reports']['version']       = '2.5.0'; 
     15        $setup_info['reports']['version']       = '2.5.1'; 
    1616        $setup_info['reports']['app_order']     = 17; 
    1717        $setup_info['reports']['tables']    = ''; 
     
    4141        $setup_info['reports']['depends'][] = array( 
    4242                'appname' => 'phpgwapi', 
    43                 'versions' => Array('2.5.0') 
     43                'versions' => Array('2.5.1.1') 
    4444        ); 
    4545?> 
  • trunk/workflow/setup/setup.inc.php

    r7516 r8142  
    1313        $setup_info['workflow']['name']                 = 'workflow'; 
    1414        $setup_info['workflow']['title']                = 'Workflow Management'; 
    15         $setup_info['workflow']['version']              = '2.5.0'; 
     15        $setup_info['workflow']['version']              = '2.5.1'; 
    1616        $setup_info['workflow']['app_order']    = 10; 
    1717        $setup_info['workflow']['enable']               = 1; 
     
    5959        $setup_info['workflow']['depends'][] = array( 
    6060                'appname' => 'phpgwapi', 
    61                 'versions' => Array('1.2', '2.0', '2.2', '2.4', '2.5') 
     61                'versions' => Array('2.5.1.1') 
    6262        ); 
    6363        $setup_info['workflow']['depends'][] = array( 
    6464                'appname' => 'preferences', 
    65                 'versions' => Array('0.9.13.002', '2.0', '2.2', '2.5.0') 
     65                'versions' => Array('2.5.1') 
    6666        ); 
    6767?> 
  • trunk/workflow/setup/tables_update.inc.php

    r7516 r8142  
    360360        return $GLOBALS['setup_info']['workflow']['currentver']; 
    361361    } 
    362         $test[] = '2.4.2'; 
    363         function workflow_upgrade2_4_2() 
    364         { 
    365                 $GLOBALS['setup_info']['workflow']['currentver'] = '2.5.0'; 
    366                 return $GLOBALS['setup_info']['workflow']['currentver']; 
    367         } 
     362 
     363    $test[] = '2.4.2'; 
     364    function workflow_upgrade2_4_2() 
     365    { 
     366        $GLOBALS['setup_info']['workflow']['currentver'] = '2.5.0'; 
     367        return $GLOBALS['setup_info']['workflow']['currentver']; 
     368    } 
     369 
     370    $test[] = '2.5.0'; 
     371    function workflow_upgrade2_5_0() 
     372    { 
     373        $GLOBALS['setup_info']['workflow']['currentver'] = '2.5.1'; 
     374        return $GLOBALS['setup_info']['workflow']['currentver']; 
     375    } 
    368376 
    369377 
  • trunk/zpush/setup/setup.inc.php

    r7589 r8142  
    1313        $setup_info['zpush']['title']           = 'Z-Push' ; 
    1414        /* Ao incrementar versão, não esquecer de declarar função do tables_update.inc.php*/ 
    15         $setup_info['zpush']['version']         = '2.5.0'; 
     15        $setup_info['zpush']['version']         = '2.5.1'; 
    1616        $setup_info['zpush']['app_order']       = 10; 
    1717 
Note: See TracChangeset for help on using the changeset viewer.