diff options
Diffstat (limited to 'appinfo')
-rw-r--r-- | appinfo/app.php | 8 | ||||
-rw-r--r-- | appinfo/info.xml | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/appinfo/app.php b/appinfo/app.php index ae908ad..7424cc0 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -1,8 +1,8 @@ <?php /** -* @package old_menu_fixed an ownCloud app +* @package classic_sidemenu an ownCloud app * @category base -* @author SpF <spf@sanspseudofix.fr>, Michael Traeger +* @author Michael Traeger * * @license GNU Affero General Public license (AGPL) * @@ -25,9 +25,9 @@ /** * @file appinfo/app.php - * @author SpF, Michael Traeger + * @author Michael Traeger */ -OCP\Util::addStyle ( 'old_menu', 'old_menu' ); +OCP\Util::addStyle ( 'classic_sidemenu', 'classic_sidemenu' ); ?> diff --git a/appinfo/info.xml b/appinfo/info.xml index fd2fb75..2b9b87e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -1,12 +1,12 @@ <?xml version="1.0"?> <info> - <id>old_menu</id> - <name>Old Menu FixedWith</name> - <description>Old Menu of Owncloud / Nextcloud. Forked version with fixed width.</description> - <version>2.0.0</version> + <id>classic_sidemenu</id> + <name>Classic SideMenu</name> + <description>Classid SideMenu - The old menu of Owncloud / Nextcloud. Forked from SpF.</description> + <version>2.1.0</version> <licence>AGPL</licence> - <author>Michael Traeger, forked from SpF</author> + <author>Michael Traeger</author> <bugs>https://github.com/mtraeger/own-nextcloud_old_menu/issues</bugs> <repository type="git">https://github.com/mtraeger/own-nextcloud_old_menu.git</repository> |