From f46107d48db8c0b4c5bc8b2155776f9dcbd459f4 Mon Sep 17 00:00:00 2001 From: Giuseppe Di Terlizzi Date: Fri, 19 Jan 2018 16:45:21 +0100 Subject: [PATCH] Removed fallback image to prevent issue in Bootstrap3 template --- .travis.yml | 3 ++- helper.php | 2 +- plugin.info.txt | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 46e2968..9eaab69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ language: php php: + - "7.2" + - "7.1" - "7.0" - "5.6" - "5.5" - "5.4" - - "5.3" env: - DOKUWIKI=master - DOKUWIKI=stable diff --git a/helper.php b/helper.php index 7c70c65..a7a1fdc 100644 --- a/helper.php +++ b/helper.php @@ -177,7 +177,7 @@ class helper_plugin_semantic extends DokuWiki_Plugin { } else { // Fallback - $json_ld['image'] = $json_ld['publisher']['logo']; + //$json_ld['image'] = $json_ld['publisher']['logo']; } diff --git a/plugin.info.txt b/plugin.info.txt index bac39f4..d8a4fa5 100644 --- a/plugin.info.txt +++ b/plugin.info.txt @@ -1,7 +1,7 @@ base semantic author Giuseppe Di Terlizzi email giuseppe.diterlizzi@gmail.com -date 2018-01-17 +date 2018-01-19 name Semantic Plugin desc Add Semantic Data in DokuWiki url http://www.dokuwiki.org/plugin:semantic