Plugin Directory

Changeset 132931


Ignore:
Timestamp:
07/08/2009 07:29:36 AM (17 years ago)
Author:
aradke
Message:

Tagging version 0.3

Location:
shadows
Files:
2 edited
9 copied

Legend:

Unmodified
Added
Removed
  • shadows/tags/0.3/readme.txt

    r132531 r132931  
    55Requires at least: 2.5
    66Tested up to: 2.8
    7 Stable Tag: 0.2.1
     7Stable Tag: 0.3
    88
    9 This is a plugin to add shadows to a range of objects. Currently supported are images, divs and blockquotes.
     9This is a plugin to add a range of shadow types to a range of objects. Currently supported are images, divs and blockquotes.
    1010
    1111== Description ==
    1212
    13 This is a plugin to add shadows to a range of objects. Currently supported are images, divs and blockquotes.
     13This is a plugin to add a range of shadow types to a range of objects. Currently supported are images, divs and blockquotes.
    1414
    1515I got the inspiration from the [cocoia blog](http://blog.cocoia.com/) and Sebastiaan de With was kind enough to let me use the shadow image that he applies to his images.
     
    22221. Safari 4
    2323
    24 **Internet Explorer 6 is not supported** due to the use of transparent png images. As such the plugin stops the shadows from displaying in IE6.
     24**Internet Explorer 6 is not supported** due to the use of transparent png images in ways that regular work arounds don't address. As such the plugin stops the shadows from displaying in IE6.
    2525The opacity setting is disabled for all versions of Internet Explorer due to bugs in how it renders (even IE8).
    2626
     
    3030* `shadow_curl`
    3131* `shadow_flat`
     32* `shadow_osx`
     33* `shadow_osx_small`
    3234
    3335For images this is as simply as adding the text to the end of the "CSS Class" under the "Advanced Settings" for the image.
     
    6062= How do I add a shadow to an object? =
    6163
    62 For images this is as simply as adding the text to the end of the “CSS Class” under the “Advanced Settings” for the image.
    63 For divs and blockquotes you will need to use the HTML view in the editor and add class="shadow_curl" to the object.
     64For images this is as simply as adding `shadow_xxxx` to the end of the "CSS Class" under the "Advanced Settings" for the image.
     65For divs and blockquotes you will need to use the HTML view in the editor and add `class="shadow_xxxx"` to the object.
    6466
    6567= What about regular drop shadows? =
     
    71731. Screenshot taken with Firefox 3.5. The opacity of the flat shadows has been set to 80% which will not be applied in IE.
    7274Other than that the appearance will be the same across all supported browsers.
     751. Screenshot taken with Firefox 3.5. This shows the two OS X window style shadows `shadow_osx` and `shadow_osx_small`
    7376
    7477== Changelog ==
     78
     79= 0.3 =
     80* Added OS X window style shadows (regular and small)
    7581
    7682= 0.2.1 =
  • shadows/tags/0.3/shadows.php

    r132919 r132931  
    33Plugin Name: Shadows
    44Plugin URI: http://deepport.net/computing/wordpress-shadows-plugin/
    5 Description: Adds shadows to images, divs and blockquotes
    6 Version: 0.2.1
     5Description: Adds a range of shadow types to images, divs and blockquotes
     6Version: 0.3
    77Author: Andrew Radke
    88Author URI: http://deepport.net/
  • shadows/trunk/readme.txt

    r132531 r132931  
    55Requires at least: 2.5
    66Tested up to: 2.8
    7 Stable Tag: 0.2.1
     7Stable Tag: 0.3
    88
    9 This is a plugin to add shadows to a range of objects. Currently supported are images, divs and blockquotes.
     9This is a plugin to add a range of shadow types to a range of objects. Currently supported are images, divs and blockquotes.
    1010
    1111== Description ==
    1212
    13 This is a plugin to add shadows to a range of objects. Currently supported are images, divs and blockquotes.
     13This is a plugin to add a range of shadow types to a range of objects. Currently supported are images, divs and blockquotes.
    1414
    1515I got the inspiration from the [cocoia blog](http://blog.cocoia.com/) and Sebastiaan de With was kind enough to let me use the shadow image that he applies to his images.
     
    22221. Safari 4
    2323
    24 **Internet Explorer 6 is not supported** due to the use of transparent png images. As such the plugin stops the shadows from displaying in IE6.
     24**Internet Explorer 6 is not supported** due to the use of transparent png images in ways that regular work arounds don't address. As such the plugin stops the shadows from displaying in IE6.
    2525The opacity setting is disabled for all versions of Internet Explorer due to bugs in how it renders (even IE8).
    2626
     
    3030* `shadow_curl`
    3131* `shadow_flat`
     32* `shadow_osx`
     33* `shadow_osx_small`
    3234
    3335For images this is as simply as adding the text to the end of the "CSS Class" under the "Advanced Settings" for the image.
     
    6062= How do I add a shadow to an object? =
    6163
    62 For images this is as simply as adding the text to the end of the “CSS Class” under the “Advanced Settings” for the image.
    63 For divs and blockquotes you will need to use the HTML view in the editor and add class="shadow_curl" to the object.
     64For images this is as simply as adding `shadow_xxxx` to the end of the "CSS Class" under the "Advanced Settings" for the image.
     65For divs and blockquotes you will need to use the HTML view in the editor and add `class="shadow_xxxx"` to the object.
    6466
    6567= What about regular drop shadows? =
     
    71731. Screenshot taken with Firefox 3.5. The opacity of the flat shadows has been set to 80% which will not be applied in IE.
    7274Other than that the appearance will be the same across all supported browsers.
     751. Screenshot taken with Firefox 3.5. This shows the two OS X window style shadows `shadow_osx` and `shadow_osx_small`
    7376
    7477== Changelog ==
     78
     79= 0.3 =
     80* Added OS X window style shadows (regular and small)
    7581
    7682= 0.2.1 =
  • shadows/trunk/shadows.php

    r132919 r132931  
    33Plugin Name: Shadows
    44Plugin URI: http://deepport.net/computing/wordpress-shadows-plugin/
    5 Description: Adds shadows to images, divs and blockquotes
    6 Version: 0.2.1
     5Description: Adds a range of shadow types to images, divs and blockquotes
     6Version: 0.3
    77Author: Andrew Radke
    88Author URI: http://deepport.net/
Note: See TracChangeset for help on using the changeset viewer.