Skip to content

Commit 8504597

Browse files
committed
Compatibility with Shaarli 0.11.X namespaces
1 parent 43b9da0 commit 8504597

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Shaarli](https://github.com/shaarli/Shaarli) plugin to customize the default height/number of rows of the **Description** field when editing a link.
44

5-
Tested on Shaarli 0.10.4 with the [Shaarli-Material](https://github.com/kalvn/Shaarli-Material) theme in desktop and Android Chrome browsers, but it should work with all [built-in themes](https://github.com/shaarli/Shaarli/tree/master/tpl/) as well.
5+
Tested on Shaarli 0.11.1 with the [Shaarli-Material](https://github.com/kalvn/Shaarli-Material) theme in desktop and Android Chrome browsers, but it should work with all [built-in themes](https://github.com/shaarli/Shaarli/tree/master/tpl/) as well.
66

77
## Features
88

shaarli_descriptor/shaarli_descriptor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* @link https://fodor.it
77
*/
88

9+
use Shaarli\Plugin\PluginManager;
910
use Shaarli\Config\ConfigManager;
1011

1112
/**

0 commit comments

Comments
 (0)