Changeset 11381

Show
Ignore:
Timestamp:
02/14/11 14:36:36 (2 years ago)
Author:
p_lindheimer
Message:

bump version and minor tweaks re #4334

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.9/ringgroups/install.php

    r11380 r11381  
    138138    $result = $db->query($sql); 
    139139    if(DB::IsError($result)) { die_freepbx($result->getDebugInfo()); } 
     140    out(_("added field cwignore to ringgroups table")); 
    140141  } 
    141142 
     
    147148    $result = $db->query($sql); 
    148149    if(DB::IsError($result)) { die_freepbx($result->getDebugInfo()); } 
     150    out(_("added field cfignore to ringgroups table")); 
    149151  } 
    150152 
     
    156158    $result = $db->query($sql); 
    157159    if(DB::IsError($result)) { die_freepbx($result->getDebugInfo()); } 
     160    out(_("added field cpickup to ringgroups table")); 
    158161  } 
    159162 
  • modules/branches/2.9/ringgroups/module.xml

    r11312 r11381  
    33  <repo>standard</repo> 
    44  <name>Ring Groups</name> 
    5   <version>2.9.0.2</version> 
     5  <version>2.9.0.3</version> 
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
     
    1212  </description> 
    1313  <changelog> 
     14    *2.9.0.3* #4334 
    1415    *2.9.0.2* #4799 
    1516    *2.9.0.1* removed duplicate functions