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

Commit 163d50c

Browse files
committed
Bump version to v0.15.1
Signed-off-by: NastuzziSamy <[email protected]>
1 parent ed0bd03 commit 163d50c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelogs
2+
## 0.15.1
3+
- The right click menu was not loaded.
4+
25
## 0.15.0
36
- Add multiple translations thanks to Transifex
47
- RightClick does no more load in log in screen.

appinfo/app.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
$eventDispatcher->addListener(
1616
'OCA\\'.$app.'::loadAdditionalScripts',
1717
function () use ($include) {
18-
\OCP\Util::addScript('files_rightclick', 'script');
19-
\OCP\Util::addScript('files_rightclick', $include);
18+
\OCP\Util::addScript('files_rightclick', 'script');
19+
\OCP\Util::addScript('files_rightclick', $include);
2020
\OCP\Util::addStyle('files_rightclick', 'app');
2121
}
2222
);

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>Right click</name>
55
<summary>Right click menu for Nextcloud</summary>
66
<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>
7-
<version>0.15.0</version>
7+
<version>0.15.1</version>
88
<licence>agpl</licence>
99
<author mail="[email protected]" homepage="https://samy.nastuzzi.fr">NASTUZZI Samy</author>
1010
<namespace>FilesRightClick</namespace>

0 commit comments

Comments
 (0)