Skip to content

Commit

Permalink
released first beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed Apr 11, 2016
1 parent cc56b96 commit 7303bd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 33 deletions.
30 changes: 0 additions & 30 deletions birthdays.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,33 +136,3 @@ function birthdays_civicrm_angularModules(&$angularModules) {
function birthdays_civicrm_alterSettingsFolders(&$metaDataFolders = NULL) {
_birthdays_civix_civicrm_alterSettingsFolders($metaDataFolders);
}

/**
* Functions below this ship commented out. Uncomment as required.
*
/**
* Implements hook_civicrm_preProcess().
*
* @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_preProcess
*
function birthdays_civicrm_preProcess($formName, &$form) {
} // */

/**
* Implements hook_civicrm_navigationMenu().
*
* @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_navigationMenu
*
function birthdays_civicrm_navigationMenu(&$menu) {
_birthdays_civix_insert_navigation_menu($menu, NULL, array(
'label' => ts('The Page', array('domain' => 'de.systopia.birthdays')),
'name' => 'the_page',
'url' => 'civicrm/the-page',
'permission' => 'access CiviReport,access CiviContribute',
'operator' => 'OR',
'separator' => 0,
));
_birthdays_civix_navigationMenu($menu);
} // */
6 changes: 3 additions & 3 deletions info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<url desc="Support">https://github.com/systopia/de.systopia.birthdays</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2016-04-01</releaseDate>
<version>0.1</version>
<develStage>testing</develStage>
<releaseDate>2016-04-11</releaseDate>
<version>1.0.beta1</version>
<develStage>beta</develStage>
<compatibility>
<ver>4.6</ver>
</compatibility>
Expand Down

0 comments on commit 7303bd0

Please sign in to comment.