Changeset 451259
- Timestamp:
- 10/15/2011 01:37:36 AM (14 years ago)
- Location:
- fw-vimeo-videowall
- Files:
-
- 29 added
- 3 edited
-
tags/1.3.2 (added)
-
tags/1.3.2/fw-vimeo-videowall-ajax-handler.php (added)
-
tags/1.3.2/fw-vimeo-videowall-widget.class.php (added)
-
tags/1.3.2/fw-vimeo-videowall.class.php (added)
-
tags/1.3.2/fw-vimeo-videowall.css (added)
-
tags/1.3.2/fw-vimeo-videowall.js (added)
-
tags/1.3.2/fw-vimeo-videowall.php (added)
-
tags/1.3.2/images (added)
-
tags/1.3.2/images/cross.png (added)
-
tags/1.3.2/images/opacity.png (added)
-
tags/1.3.2/languages (added)
-
tags/1.3.2/languages/fwvvw-fr_FR.mo (added)
-
tags/1.3.2/languages/fwvvw-fr_FR.po (added)
-
tags/1.3.2/readme.txt (added)
-
tags/1.3.2/screenshot-1.png (added)
-
tags/1.3.2/screenshot-2.png (added)
-
tags/1.3.3 (added)
-
tags/1.3.3/fw-vimeo-videowall-ajax-handler.php (added)
-
tags/1.3.3/fw-vimeo-videowall-widget.class.php (added)
-
tags/1.3.3/fw-vimeo-videowall.css (added)
-
tags/1.3.3/fw-vimeo-videowall.js (added)
-
tags/1.3.3/images (added)
-
tags/1.3.3/images/cross.png (added)
-
tags/1.3.3/images/opacity.png (added)
-
tags/1.3.3/languages (added)
-
tags/1.3.3/languages/fwvvw-fr_FR.mo (added)
-
tags/1.3.3/languages/fwvvw-fr_FR.po (added)
-
tags/1.3.3/screenshot-1.png (added)
-
tags/1.3.3/screenshot-2.png (added)
-
trunk/fw-vimeo-videowall.class.php (modified) (2 diffs)
-
trunk/fw-vimeo-videowall.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fw-vimeo-videowall/trunk/fw-vimeo-videowall.class.php
r284181 r451259 31 31 global $fwvvw_user_name; 32 32 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; 34 34 $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; 36 36 $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; 38 38 $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; 40 40 $this->info_endpoint = 'http://vimeo.com/api/v2/channel/'.$this->id.'/info.json'; break; 41 41 case 'video' : $this->api_endpoint = 'http://vimeo.com/api/v2/video/'.$this->id.'.json'; break; … … 119 119 $this->vsource = 'video'; 120 120 //$this->choose_endpoint (); 121 $this->api_endpoint = 'http:// www.vimeo.com/api/oembed.json';121 $this->api_endpoint = 'http://vimeo.com/api/oembed.json'; 122 122 $oembed_url = $this->api_endpoint.'?url='.rawurlencode('http://vimeo.com/'.$this->id).'&maxwidth='.$this->vwidth.'&maxheight='.$this->vheight; 123 123 $oembed_req = wp_remote_retrieve_body( wp_remote_get($oembed_url)); -
fw-vimeo-videowall/trunk/fw-vimeo-videowall.php
r284181 r451259 8 8 Description: Displays a user, group, album or channel vimeo videowall with thumbnails or small videos in sidebar or content with pagination if needed. 9 9 Author: fairweb 10 Version: 1.3. 210 Version: 1.3.3 11 11 Author URI: http://www.fairweb.fr/ 12 12 */ -
fw-vimeo-videowall/trunk/readme.txt
r284181 r451259 4 4 Tags: video, vimeo, videowall, video widget, video thumbnail 5 5 Requires at least: 2.9 6 Tested up to: 3. 0.16 Tested up to: 3.2.1 7 7 Stable tag: '/trunk' 8 8 … … 59 59 60 60 == 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. 61 63 = 1.3.2 = 62 64 * Corrected bug : Cross not closing in certain situations (reported by Remk and Eric)
Note: See TracChangeset
for help on using the changeset viewer.