Plugin Directory

Changeset 451259


Ignore:
Timestamp:
10/15/2011 01:37:36 AM (14 years ago)
Author:
fairweb
Message:

Added version 1.3.3 correcting vimeo API subdomain bug.

Location:
fw-vimeo-videowall
Files:
29 added
3 edited

Legend:

Unmodified
Added
Removed
  • fw-vimeo-videowall/trunk/fw-vimeo-videowall.class.php

    r284181 r451259  
    3131        global $fwvvw_user_name;
    3232        switch ($this->vsource) {
    33             case 'user' : $this->api_endpoint = 'http://www.vimeo.com/api/v2/'.$this->id.'/videos.json?page='.$this->vpage;
     33            case 'user' : $this->api_endpoint = 'http://vimeo.com/api/v2/'.$this->id.'/videos.json?page='.$this->vpage;
    3434                            $this->info_endpoint = 'http://vimeo.com/api/v2/'.$this->id.'/info.json'; break;
    35             case 'group' : $this->api_endpoint = 'http://www.vimeo.com/api/v2/group/'.$this->id.'/videos.json?page='.$this->vpage;
     35            case 'group' : $this->api_endpoint = 'http://vimeo.com/api/v2/group/'.$this->id.'/videos.json?page='.$this->vpage;
    3636                            $this->info_endpoint = 'http://vimeo.com/api/v2/group/'.$this->id.'/info.json'; break;
    37             case 'album' : $this->api_endpoint = 'http://www.vimeo.com/api/v2/album/'.$this->id.'/videos.json?page='.$this->vpage;
     37            case 'album' : $this->api_endpoint = 'http://vimeo.com/api/v2/album/'.$this->id.'/videos.json?page='.$this->vpage;
    3838                            $this->info_endpoint = 'http://vimeo.com/api/v2/album/'.$this->id.'/info.json'; break;
    39             case 'channel' : $this->api_endpoint = 'http://www.vimeo.com/api/v2/channel/'.$this->id.'/videos.json?page='.$this->vpage;
     39            case 'channel' : $this->api_endpoint = 'http://vimeo.com/api/v2/channel/'.$this->id.'/videos.json?page='.$this->vpage;
    4040                                $this->info_endpoint = 'http://vimeo.com/api/v2/channel/'.$this->id.'/info.json'; break;
    4141             case 'video' : $this->api_endpoint = 'http://vimeo.com/api/v2/video/'.$this->id.'.json'; break;
     
    119119        $this->vsource = 'video';
    120120        //$this->choose_endpoint ();
    121         $this->api_endpoint = 'http://www.vimeo.com/api/oembed.json';
     121        $this->api_endpoint = 'http://vimeo.com/api/oembed.json';
    122122        $oembed_url = $this->api_endpoint.'?url='.rawurlencode('http://vimeo.com/'.$this->id).'&maxwidth='.$this->vwidth.'&maxheight='.$this->vheight;       
    123123        $oembed_req = wp_remote_retrieve_body( wp_remote_get($oembed_url));
  • fw-vimeo-videowall/trunk/fw-vimeo-videowall.php

    r284181 r451259  
    88Description: Displays a user, group, album or channel vimeo videowall with thumbnails or small videos in sidebar or content with pagination if needed.
    99Author: fairweb
    10 Version: 1.3.2
     10Version: 1.3.3
    1111Author URI: http://www.fairweb.fr/
    1212*/
  • fw-vimeo-videowall/trunk/readme.txt

    r284181 r451259  
    44Tags: video, vimeo, videowall, video widget, video thumbnail
    55Requires at least: 2.9
    6 Tested up to: 3.0.1
     6Tested up to: 3.2.1
    77Stable tag: '/trunk'
    88
     
    5959
    6060== Changelog ==
     61= 1.3.3 =
     62* Corrected bug : Vimeo api new bug : www.vimeo.com subdomain no longer supported by vimeo API. Use vimeo.com instead of www.vimeo.com.
    6163= 1.3.2 =
    6264* Corrected bug : Cross not closing in certain situations (reported by Remk and Eric)
Note: See TracChangeset for help on using the changeset viewer.