Changeset 184840
- Timestamp:
- 12/19/2009 06:02:45 PM (16 years ago)
- Location:
- qtvr-viewer
- Files:
-
- 9 added
- 2 edited
-
tags/1.5.1 (added)
-
tags/1.5.1/detectvr.js (added)
-
tags/1.5.1/detectvr_grid.gif (added)
-
tags/1.5.1/detectvr_start.gif (added)
-
tags/1.5.1/qtvrviewer.php (added)
-
tags/1.5.1/readme.txt (added)
-
tags/1.5.1/screenshot-1.jpg (added)
-
tags/1.5.1/screenshot-2.jpg (added)
-
tags/1.5.1/screenshot-3.jpg (added)
-
trunk/qtvrviewer.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
qtvr-viewer/trunk/qtvrviewer.php
r174291 r184840 4 4 Plugin URI: http://www.devalvr.com/paginas/productos/qtvrviewer.html 5 5 Description: This plugin inserts a player into the article to view a QTVR file (a panoramic picture in .mov format) 6 Version: 1.5 6 Version: 1.5.1 7 7 Author: Armando Saenz 8 8 Author URI: http://www.devalvr.com/ … … 52 52 { 53 53 $viewerparams=str_replace('”','"',$matchesdeval[1][0]); 54 $viewerparams=str_replace('“','"',$viewerparams); 54 55 $viewerparams=str_replace('″','"',$viewerparams); 55 56 $viewerparams=str_replace('’','\'',$viewerparams); … … 60 61 { 61 62 $viewerparams=str_replace('”','"',$matchesqt[1][0]); 63 $viewerparams=str_replace('“','"',$viewerparams); 62 64 $viewerparams=str_replace('″','"',$viewerparams); 63 65 $viewerparams=str_replace('’','\'',$viewerparams); … … 68 70 { 69 71 $preview=str_replace('”','"',$matchespreview[1][0]); 72 $preview=str_replace('“','"',$preview); 70 73 $preview=str_replace('″','"',$preview); 71 74 $preview=str_replace('’','\'',$preview); -
qtvr-viewer/trunk/readme.txt
r174292 r184840 4 4 Tags: qtvr, 360, panorama, viewer, VR, QuickTime, DevalVR 5 5 Requires at least: 2.1 6 Tested up to: 2. 8.57 Stable tag: 1.5 6 Tested up to: 2.9 7 Stable tag: 1.5.1 8 8 9 9 This plugin inserts a panoramic player into a WordPress article to view a 360 panoramic picture in QTVR format (.mov) … … 66 66 67 67 == Changelog == 68 69 = 1.5.1 = 70 - Fixed bug with Wordpress 2.9 68 71 69 72 = 1.5 =
Note: See TracChangeset
for help on using the changeset viewer.