Skip to content

Commit

Permalink
restore app.php for backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Oct 18, 2020
1 parent d7f2eba commit 78d1728
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions appinfo/app.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?php
/**
* @copyright Copyright (c) 2018, Felix Nüsse
*
* @author Felix Nüsse <[email protected]>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/


\OC::$server->getEventDispatcher()->addListener('OCA\Files::loadAdditionalScripts', function() {
script('quickaccesssorting', 'sorting');
style('quickaccesssorting', 'style');
});
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Favorites Quickaccess Sorting</name>
<summary>Different Sorting for favorites-quickaccess!</summary>
<description>This app enables to sort the favorites by 'Alphabetically', 'Date Added', 'Last Date Modified' and 'Custom Order'! </description>
<version>1.1.0</version>
<version>1.1.1</version>
<licence>agpl</licence>
<author mail="[email protected]" >Felix Nüsse</author>
<namespace>quickaccesssorting</namespace>
Expand All @@ -15,7 +15,7 @@
<bugs>https://github.com/newhinton/quickaccess-sorting/issues</bugs>
<documentation>https://github.com/newhinton/quickaccess-sorting/issues/wiki</documentation>
<dependencies>
<nextcloud min-version="20" max-version="20"/>
<nextcloud min-version="15" max-version="20"/>
</dependencies>
</info>

0 comments on commit 78d1728

Please sign in to comment.