Plugin Directory

Changeset 527370


Ignore:
Timestamp:
04/04/2012 04:09:41 PM (14 years ago)
Author:
maca134
Message:

Fixed IE8 issue

Location:
wp-simple-galleries/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-simple-galleries/trunk/readme.txt

    r527201 r527370  
    44Requires at least: 3.0.0
    55Tested up to: 3.3
    6 Stable tag: 1.2
     6Stable tag: 1.21
    77Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LDZBJ2YP5GBRE
    88
     
    5050
    5151== ChangeLog ==
     52
     53= Version 1.21 =
     54
     55* Fixed IE8 issue
    5256
    5357= Version 1.2 =
  • wp-simple-galleries/trunk/wp-simple-gallery.css

    r503715 r527370  
    44}
    55#wpsimplegallery li {
    6     margin: 5px;
     6    margin: 0;
    77    padding: 0;
    8     display: block;
    9     float: left;
     8    display: inline;
     9}
     10#wpsimplegallery li img {
     11    margin: 5px 7px;
     12   
    1013}
    1114#wpsimplegallery_container .clearfix:before,
  • wp-simple-galleries/trunk/wp-simple-gallery.php

    r527201 r527370  
    22/*
    33  Plugin Name: WP Simple Galleries
    4   Version: 1.2
     4  Version: 1.21
    55  Description: A simple plugin that adds an image gallery to each post and page.
    66  Plugin URI: http://maca134.co.uk/blog/wp-simple-galleries/
     
    1414define('WPSIMPLEGALLERY_URL', WP_PLUGIN_URL . '/' . $plugin_dir);
    1515define('WPSIMPLEGALLERY_DEBUG', false);
    16 define('WPSIMPLEGALLERY_VERSION', 1.2);
     16define('WPSIMPLEGALLERY_VERSION', 1.21);
    1717
    1818
Note: See TracChangeset for help on using the changeset viewer.