Plugin Directory

Changeset 1041429


Ignore:
Timestamp:
12/09/2014 06:39:11 PM (11 years ago)
Author:
mushtitude
Message:

Fix game logo (again)

Location:
mushraider-bridge
Files:
12 added
3 edited

Legend:

Unmodified
Added
Removed
  • mushraider-bridge/trunk/mushraider-bridge.php

    r1001235 r1041429  
    44Plugin URI: http://mushraider.com
    55Description: MushRaider Bridge allows you to integrate MushRaider into wordpress.
    6 Version: 1.0.2
     6Version: 1.0.3
    77Author: Mush
    88Author URI: http://mushraider.com
  • mushraider-bridge/trunk/readme.txt

    r1001235 r1041429  
    55Requires at least: 3.0
    66Tested up to: 4.0
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88License: Creative Commons (CC BY-NC-SA 4.0)
    99
     
    7676== Changelog ==
    7777
     78= 1.0.3 =
     79* Fix game's logo display (again)
     80
    7881= 1.0.2 =
    7982* Fix game's logo display
  • mushraider-bridge/trunk/src/widget_events.php

    r993780 r1041429  
    4444                $dWidget = '<ul>';
    4545                    foreach($remoteEvents->events as $event) {
    46                         $logo = strpos($event->Game->logo, 'http://') !== false?$event->Game->logo:$this->apiUrl.$event->Game->logo;
     46                        $logo = strpos($event->Game->logo, '//') !== false?$event->Game->logo:$this->apiUrl.$event->Game->logo;
    4747                        $dWidget .= '<li>';
    4848                            $dWidget .= '<div class="logo"><img src="'.$logo.'" alt="'.$event->Game->title.'" /></div>';
Note: See TracChangeset for help on using the changeset viewer.