X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;ds=sidebyside;f=setup%2Fsetup.inc.php;h=4411c3c7be79e5de1375a139ebd6df0ca02ce3b7;hb=7732814a0cc840eaf4f213234e5010bcfbadb1cd;hp=492920addc89981d1f786dac95ed8c29230227ce;hpb=e72d7ba6537f5e438dedd252ae8cd0b0f0ec08d8;p=eq%2F.git diff --git a/setup/setup.inc.php b/setup/setup.inc.php index 492920a..4411c3c 100644 --- a/setup/setup.inc.php +++ b/setup/setup.inc.php @@ -14,7 +14,7 @@ /* Basic information about this app */ $setup_info['tc']['name'] = 'tc'; $setup_info['tc']['title'] = '3rd Counselor'; - $setup_info['tc']['version'] = '0.5.0'; + $setup_info['tc']['version'] = '1.0.0'; $setup_info['tc']['app_order'] = 8; $setup_info['tc']['enable'] = 1; @@ -22,9 +22,9 @@ $setup_info['tc']['author'] = 'Alan J. Pippin'; $setup_info['tc']['license'] = 'GPL'; $setup_info['tc']['description'] = - 'This app provides tools to help manage a Priesthood Elders Quorum or High Priest Group'; + 'Module for managing the administrative tasks of a Mormon Elders Quorum or High Priest Group'; $setup_info['tc']['note'] = - 'This was created for the Miramont Ward.'; + 'Originally developed by Alan Pippin; Recent contributions and maintenance done by Owen Leonard'; $setup_info['tc']['maintainer'] = 'Alan J. Pippin'; $setup_info['tc']['maintainer_email'] = 'apippin@pippins.net'; @@ -41,7 +41,7 @@ /* Dependacies for this app to work */ $setup_info['tc']['depends'][] = array( - 'appname' => 'phpgwapi', - 'versions' => Array('0.9.10', '0.9.11' , '0.9.12', '0.9.13', '0.9.14', '0.9.16') - ); + 'appname' => 'phpgwapi', + 'versions' => Array('0.9.10', '0.9.11' , '0.9.12', '0.9.13', '0.9.14', '0.9.16') + ); ?>