Plugin Directory

Changeset 488717


Ignore:
Timestamp:
01/12/2012 01:27:13 PM (14 years ago)
Author:
codeblab
Message:

Same as version tags/1.2

Location:
glass/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • glass/trunk/glass.js

    r488261 r488717  
    2323// Description: Yet an other magnifying glass implementation.
    2424// Author: Jan-Mark Wams (jms@cs.vu.nl)
    25 // Version: 1.1
     25// Version: 1.2
    2626// Author URI: http://www.codeblab.com/
    2727// License: GPL3
  • glass/trunk/glass.php

    r488705 r488717  
    55Description: Yet an other magnifying glass implementation.
    66Author: Jan-Mark Wams (jms@cs.vu.nl)
    7 Version: 1.1
     7Version: 1.2
    88Author URI: http://codeblab.com/
    99License: GPL3
     
    8787    .dirname(plugin_basename(__FILE__))
    8888    .'/glass.js';
    89       wp_enqueue_script('glass', $file, false, '0.9');
     89      wp_enqueue_script('glass', $file, false, '1.2');
    9090    }
    9191   
  • glass/trunk/readme.txt

    r482392 r488717  
    55Requires at least: 3.0.0
    66Tested up to: 3.3
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88License: GPL3
    99
     
    1414Glass adds a magnifying glass (loupe/hand glass) for images to your WordPress
    1515site. It needs *no* Flash and *no* CSS3 radius. It works on the iPad and on
    16 many other platforms.
     16many other platforms. (Thanks for all the positive feedback.)
    1717
    1818This started out as a challenge to code a round magnifying glass that would
     
    2828the frame shows a (round) part of a hires image, creating the illusion of a
    2929magnifying glass. Currently Glass only works on .jpg and .png images. Click
    30 behaviour of the image is unaltered, however, double clicking is "hijacked" to
     30behavior of the image is unaltered, however, double clicking is "hijacked" to
    3131display the GLP license and displaying the homepage of Glass.
    3232
     
    7878= Does it work on OS X? =
    7979
    80 On OS X, Glass has shown to work on most recent versions of Firefox, Safari,
    81 Opera, and Chrome.
     80On OS X, Glass has shown to work on most recent versions of Firefox, Chrome,
     81Safari, Opera, and Camino.
    8282
    8383
     
    175175
    176176
     177= Why is the glass garbled on the iOS screen? =
     178
     179Safari on iOS silently downsizes larger images sometimes leading to up sizing
     180by the script, which Safari on iOS can't handle, resulting in the garbled
     181glass image. There are two ways to solve this. One, use smaller upload image,
     182i.e., downsize your image before you upload it to WordPress. Two, lower the Min
     183Enlarge factor in the settings.
     184
     185
     186= Why is glass so sluggish on some pictures on Firefox? =
     187
     188Really large images are downsized by the script, leading to sluggish behavior
     189on Firefox but not on other browsers.  There are two ways to solve this. One,
     190use smaller upload image, i.e., downsize your image before you upload it to
     191WordPress. Two, up the Max Enlarge factor in the settings.
     192
     193
    177194== Screenshots ==
    178195
     
    194211== Changelog ==
    195212
     213= 1.2 =
     214All reported themes that failed now work with v1.2. Randomly selected themes
     215all worked. Most significant problem was displacement. Refactored to better
     216fit the platform. Runs better on IE8, Camino, and iOS devices.
     217
    196218= 1.1 =
    197 * Spelling, less drunk writing. No change in de working code.
     219* Spelling, less drunk writing. No change in the working code.
    198220
    199221= 1.0 =
     
    206228== Upgrade Notice ==
    207229
     230= 1.2 =
     231Fixed glass displacements. Fixed cursor displacements. Works with most themes
     232now. Works better on iOS devices.
     233
    208234= 1.1 =
    209235Mainly spelling corrections. No changes in the code.
Note: See TracChangeset for help on using the changeset viewer.