Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Bump version to v0.15.1
Browse files Browse the repository at this point in the history
Signed-off-by: NastuzziSamy <[email protected]>
  • Loading branch information
NastuzziSamy committed Aug 21, 2019
1 parent ed0bd03 commit 163d50c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelogs
## 0.15.1
- The right click menu was not loaded.

## 0.15.0
- Add multiple translations thanks to Transifex
- RightClick does no more load in log in screen.
Expand Down
4 changes: 2 additions & 2 deletions appinfo/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
$eventDispatcher->addListener(
'OCA\\'.$app.'::loadAdditionalScripts',
function () use ($include) {
\OCP\Util::addScript('files_rightclick', 'script');
\OCP\Util::addScript('files_rightclick', $include);
\OCP\Util::addScript('files_rightclick', 'script');
\OCP\Util::addScript('files_rightclick', $include);
\OCP\Util::addStyle('files_rightclick', 'app');
}
);
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Right click</name>
<summary>Right click menu for Nextcloud</summary>
<description><![CDATA[This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders.]]></description>
<version>0.15.0</version>
<version>0.15.1</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://samy.nastuzzi.fr">NASTUZZI Samy</author>
<namespace>FilesRightClick</namespace>
Expand Down

0 comments on commit 163d50c

Please sign in to comment.