Skip to content

Commit 538cb76

Browse files
committed
Added support of a skin "elastic"
1 parent d725070 commit 538cb76

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
CHANGELOG
22
=========
33

4+
RELEASE 1.0.2
5+
-------------
6+
* Added support of a skin "elastic".
7+
48
RELEASE 1.0.1
59
-------------
6-
* Fix loading config
7-
* Disable adding texts to client
8-
* Remove cloud_button_title option
10+
* Fix loading config.
11+
* Disable adding texts to client.
12+
* Remove cloud_button_title option.
913

1014
RELEASE 1.0
1115
-----------

cloud_button.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* Roundcube Plugin Cloud Button
44
* Plugin to add button in taskbar to open cloud storage.
55
*
6-
* @version 1.0.1
6+
* @version 1.0.2
77
* @author Alexander Pushkin <san4op@icloud.com>
8-
* @copyright Copyright (c) 2017, Alexander Pushkin
8+
* @copyright Copyright (c) 2019, Alexander Pushkin
99
* @link https://github.com/san4op/roundcube_cloud_button
1010
* @license GNU General Public License, version 3
1111
*/
@@ -27,6 +27,7 @@ function init()
2727
$this->add_texts('localization/');
2828

2929
$this->add_button(array(
30+
'type' => 'link',
3031
'label' => 'cloud_button.cloud',
3132
'href' => $this->url,
3233
'target' => '_blank',

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": ["button","cloud","taskbar"],
66
"homepage": "https://github.com/san4op/roundcube_cloud_button",
77
"license": "GPL-3.0",
8-
"version": "1.0.1",
8+
"version": "1.0.2",
99
"authors": [
1010
{
1111
"name": "Alexander Pushkin",

skins/elastic/cloud_button.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#taskmenu a.button-cloud:before {
2+
content: "\f0c2"
3+
}

skins/elastic/cloud_button.min.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#taskmenu a.button-cloud:before{content:"\f0c2"}

0 commit comments

Comments
 (0)