Plugin Directory

Changeset 184840


Ignore:
Timestamp:
12/19/2009 06:02:45 PM (16 years ago)
Author:
fierodeval
Message:

Updating...

Location:
qtvr-viewer
Files:
9 added
2 edited

Legend:

Unmodified
Added
Removed
  • qtvr-viewer/trunk/qtvrviewer.php

    r174291 r184840  
    44Plugin URI: http://www.devalvr.com/paginas/productos/qtvrviewer.html
    55Description: This plugin inserts a player into the article to view a QTVR file (a panoramic picture in .mov format)
    6 Version: 1.5
     6Version: 1.5.1
    77Author: Armando Saenz
    88Author URI: http://www.devalvr.com/
     
    5252            {
    5353                $viewerparams=str_replace('”','"',$matchesdeval[1][0]);
     54                $viewerparams=str_replace('“','"',$viewerparams);
    5455                $viewerparams=str_replace('″','"',$viewerparams);
    5556                $viewerparams=str_replace('’','\'',$viewerparams);
     
    6061            {
    6162                $viewerparams=str_replace('”','"',$matchesqt[1][0]);
     63                $viewerparams=str_replace('“','"',$viewerparams);
    6264                $viewerparams=str_replace('″','"',$viewerparams);
    6365                $viewerparams=str_replace('’','\'',$viewerparams);
     
    6870            {
    6971                $preview=str_replace('”','"',$matchespreview[1][0]);
     72                $preview=str_replace('“','"',$preview);
    7073                $preview=str_replace('″','"',$preview);
    7174                $preview=str_replace('’','\'',$preview);
  • qtvr-viewer/trunk/readme.txt

    r174292 r184840  
    44Tags: qtvr, 360, panorama, viewer, VR, QuickTime, DevalVR
    55Requires at least: 2.1
    6 Tested up to: 2.8.5
    7 Stable tag: 1.5
     6Tested up to: 2.9
     7Stable tag: 1.5.1
    88
    99This plugin inserts a panoramic player into a WordPress article to view a 360 panoramic picture in QTVR format (.mov)
     
    6666
    6767== Changelog ==
     68
     69= 1.5.1 =
     70- Fixed bug with Wordpress 2.9
    6871
    6972= 1.5 =
Note: See TracChangeset for help on using the changeset viewer.