Plugin Directory

Changeset 344768


Ignore:
Timestamp:
02/13/2011 12:58:29 PM (15 years ago)
Author:
dyerware
Message:

0.7

Location:
easy-spoiler/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • easy-spoiler/trunk/easy-spoiler.css

    r321981 r344768  
    170170-khtml-border-bottom-right-radius: 0px; 
    171171margin:0px 0px;
    172 padding:5px;   
     172padding:5px;
     173border:0px;
    173174border-bottom: 1px solid #ddd; 
    174175background: url(images/shadetop.gif) left top;
     
    195196margin:0px 0px;
    196197padding:5px;   
     198border:0px;
    197199border-bottom: 1px solid #ddd; 
    198200background: url(images/shadetop.gif) left top;
     
    218220-khtml-border-bottom-right-radius: 0px; 
    219221margin:0px 0px;
    220 padding:5px;   
     222padding:5px;
     223border:0px;
    221224border-bottom: 1px solid #ddd; 
    222225background: url(images/shadetop.gif) left top;
     
    267270
    268271.easySpoilerEnd
    269 {margin:1px 0px;padding:5px;border:0;outline:5px;font-size:100%;vertical-align:middle;
     272{margin:1px 0px;padding:0px;border:0;outline:5px;font-size:100%;vertical-align:middle;
    270273border-collapse:collapse; border-spacing:1px; border-color:#AAAAAA; border-style:solid;
    271274margin-left:auto; margin-right:auto;text-align:justify;}
  • easy-spoiler/trunk/easy-spoiler.php

    r321981 r344768  
    22/*
    33Plugin Name: Easy Spoiler
    4 Version: 0.6
     4Version: 0.7
    55Plugin URI: http://www.dyerware.com/main/products/easy-spoiler
    66Description: Creates an attractive container to hide a spoiler within a post or page.  Works in comments and widgets as well.  Also supports clustering spoilers into groups.
  • easy-spoiler/trunk/readme.txt

    r321981 r344768  
    55Tags: spoiler,hint,tip,answer,hidden,hide,mobile,shortcode,dyerware
    66Requires at least: 2.8
    7 Tested up to: 3.0.3
    8 Stable tag: 0.6
     7Tested up to: 3.0.5
     8Stable tag: 0.7
    99
    1010This plugin allows you to create a container for spoilers within pages, posts, comments, and widgets.  Also supports spoiler groups.
     
    6767== Upgrade Notice ==
    6868
     69= 0.7 =
     70 * Some CSS tweaks to help with more aggressive themes
     71
    6972= 0.6 =
    7073 * Added new theme color helpers in admin menu.  Easy configuration of several color attributes.
Note: See TracChangeset for help on using the changeset viewer.