From a7693070d3bf79bc59ff8e0fc2bf5b571489b651 Mon Sep 17 00:00:00 2001 From: Zachary Doll Date: Thu, 9 Jan 2014 15:08:52 -0600 Subject: [PATCH] Update the about file with more info --- settings/about.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings/about.php b/settings/about.php index 7933a8b..c6be2fd 100755 --- a/settings/about.php +++ b/settings/about.php @@ -4,11 +4,13 @@ $ApplicationInfo['Yaga'] = array( 'Name' => 'Yet Another Gamification Application', 'Description' => 'Yaga provides customizable reactions, badges, and ranks for your Vanilla forum software. Increase user activity by letting users react to content with emotions. Give users badges based on statistics and engagement in your community. Create and award custom badges for special events and recognition. Award Ranks which can confer different (configurable) permissions based on community perception and participation.', 'Version' => '0.3', + 'Url' => 'http://github.com/hgtonight/application-yaga', 'Author' => 'Zachary Doll', 'AuthorEmail' => 'hgtonight@daklutz.com', 'AuthorUrl' => 'http://www.daklutz.com', 'License' => 'GPLv3', 'SettingsUrl' => '/settings/yaga', + 'SettingsPermission' => 'Garden.Settings.Manage', // Application requirements 'RequiredApplications' => array('Vanilla' => '2.1b2'),