Changeset 4173 for branches/2.2/workflow


Ignore:
Timestamp:
04/28/11 17:55:36 (13 years ago)
Author:
niltonneto
Message:

Ticket #1804 - Corrigido numeração das versões de acordo com o novo modelo.

Location:
branches/2.2/workflow/setup
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/workflow/setup/setup.inc.php

    r3772 r4173  
    1313        $setup_info['workflow']['name']                 = 'workflow'; 
    1414        $setup_info['workflow']['title']                = 'Workflow Management'; 
    15         $setup_info['workflow']['version']              = '2.2.000'; 
     15        $setup_info['workflow']['version']              = '2.2.1'; 
    1616        $setup_info['workflow']['app_order']    = 10; 
    1717        $setup_info['workflow']['enable']               = 1; 
  • branches/2.2/workflow/setup/tables_update.inc.php

    r3255 r4173  
    203203                return $GLOBALS['setup_info']['workflow']['currentver']; 
    204204        } 
     205        $test[] = '2.2.000'; 
     206        function workflow_upgrade2_2_000() 
     207        { 
     208                #updating the current version 
     209                $GLOBALS['setup_info']['workflow']['currentver'] = '2.2.1'; 
     210                return $GLOBALS['setup_info']['workflow']['currentver']; 
     211        } 
    205212?> 
Note: See TracChangeset for help on using the changeset viewer.