Skip to content

Commit

Permalink
bug fix core/class v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
byfeel committed Apr 23, 2019
1 parent 4fe9536 commit a179a10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions core/class/NotifHeure.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ public static function cron15($_eqLogic_id = null)
public static $_widgetPossibility = array ('custom' => array(

'visibility' => true,
'displayName' => array('dashboard'=>true/false,'plan'=>true/false,'view'=>true,'mobile'=>true/false),
'displayName' => array('dashboard'=>true,'plan'=>true,'view'=>true,'mobile'=>true),
//'displayName'=>true,
'displayObjectName' => true/false,
'optionalParameters' => true/false,
'background-color'=>true/false,
'text-color'=>true/false,
'border-radius' => true/false,
'border'=>true/false,
'displayObjectName' => true,
'optionalParameters' => true,
'background-color'=>true,
'text-color'=>true,
'border-radius' => true,
'border'=>true,

));

Expand Down
2 changes: 1 addition & 1 deletion plugin_info/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "NotifHeure",
"licence": "GPL",
"require": "3.x",
"version": "1.1.2",
"version": "1.1.3",
"category": "devicecommunication",
"hasDependency": false,
"hasOwnDaemon": false,
Expand Down

0 comments on commit a179a10

Please sign in to comment.